Highlights
- 7 discussions answered
Popular repositories
1,225 contributions in the last year
Less
More
Contribution activity
April 2021
Created 21 commits in 4 repositories
Created 2 repositories
Created a pull request in dotnet/maui that received 2 comments
Semantics and some structure changes
Description of Change This PR adds the Semantics structure to Maui.Core which lets you alter how views are semantically processed by things like sc…
+906
−486
•
2
comments
Opened 15 other pull requests in 3 repositories
dotnet/maui
2
open
8
merged
2
closed
- Move Window into Controls
- WinUI Navigation Handler
- Preserve Default EmbeddedFontLoader ctor
- Fix Control Gallery NRE's from the Maui.Graphics conversion
- Add Control Gallery to WinUI solution
- Win2D
- Fix cake VS-WINUI Target
- WinUI MauiTextBox and related project fixes
- Set SkipImportNetSdk to false so VS can open the application package project
- Clean up duplicate code around IText
- Sign windows nugets instead of mac
- Csharp9
dotnet/net6-mobile-samples
2
merged
xamarin/Xamarin.Forms
1
open
Reviewed 19 pull requests in 3 repositories
dotnet/maui 17 pull requests
- Basic Page/IPage
- Fix Control Gallery NRE's from the Maui.Graphics conversion
- [android] cleanup default styles.xml and themes
- Implement MaxLines property in WinUI LabelHandler
- Implement IsToggled property in WinUI SwitchHandler
- Implement TextColor property in EditorHandlers
- WinUI MauiTextBox and related project fixes
- Win2D
- Fix CA1416 because we didn't set a min version
- Create semantics page
- .NET MAUI BlazorWebView control for Android, iOS/MacCatalyst, and WinUI
- Split IText into IText and ITextStyle and a good couple of bugs
- Entry keyboard handler
- Semantics and some structure changes
- Add the LabelHandler for WinUI
- Csharp9
- Update build.cake to support pre-release VS
xamarin/Xamarin.Forms 1 pull request
dotnet/net6-mobile-samples 1 pull request
Opened 6 issues in 1 repository
dotnet/maui
5
open
1
closed
- [Bug] Resize Test Button on Controls Samples isn't consistent between all three platforms
- [Bug] when the root content of a page is a StackLayout (not VStack/HStack) the layout doesn't work correctly
- Modify all Color/Brush pairs so that the Brush is the source of truth but Color matches Brush when it can
- [Bug] Fix windows DPI code on FontImages to account for Screen Changes
- [Bug] Fix Issue with Compat Renderers not being able to easily locate Fonts
- [Bug] Button on Samples Controls app is not rendering with correct height on WinUI