Popular repositories
675 contributions in the last year
Less
More
Contribution activity
March 2021
Created 12 commits in 2 repositories
Created 1 repository
Created a pull request in dotnet/maui that received 5 comments
Consolidate Maui Core to single Font property
At the MAUI Core level, there's no reason to require handlers to construct Fonts out of the individual pieces in order to convert them to the nativ…
+93
−105
•
5
comments
Opened 8 other pull requests in 2 repositories
dotnet/maui
3
open
4
merged
dotnet/net6-mobile-samples
1
merged
Reviewed 19 pull requests in 1 repository
dotnet/maui 19 pull requests
- [Housekeeping] Fix iOS broken Handler Test
- Added .DS_Store to the gitignore
- Implement LayoutAlignment for Core layouts
- TimePicker Handlers
- [Build] Fix GitInfo usage to calculate version
- Implement MaxLines property in LabelHandlers
- Add support for Font to Button and Entry
- Implement TextDecorations property in LabelHandlers
- Template tweaks
- Implement CharacterSpacing property in LabelHandlers
- Added XML Comments to Core
- Consolidate Maui Core to single Font property
- CheckBox Handlers
- Picker Handlers
- Update MAUI contributing guidelines, PR template, issue templates
- Fix renderer shim registration and layout quirks
- Implement IsTextPredictionEnabled in IEntry Handlers
- Implement Padding in ILabel Handlers
- Update README.md with link to Davids session at .NET Frontend Day
Created an issue in dotnet/maui that received 4 comments
Port Button.Padding to Handler
Please read the Handler Property PR Guidelines for instructions on how to create and submit a PR for this issue. Thanks for your help!
4
comments
Opened 54 other issues in 1 repository
dotnet/maui
47
open
7
closed
- Make App.XAML work in Controls
- Port TimePicker.Font to Handler
- Port Picker.Font to Handler
- Port SearchBar.Font to Handler
- Port Label.Font to Handler
- Map AutomationId so that UI tests can work with Handlers
- Port Editor.Font to Handler
- Explore using System.OperatingSystem for API checks
- Implement TimePicker.ClockIdentifier
- Port TimePicker.Time to Handler
- Port TimePicker.CharacterSpacing to Handler
- Port Picker.HorizontalTextAlignment to Handler
- Port Picker.VerticalTextAlignment to Handler
- Port Picker.Title to Handler
- Port Picker.SelectedItem to Handler
- Port Picker.SelectedIndex to Handler
- Port Picker.ItemsSource to Handler
- Port Picker.CharacterSpacing to Handler
- Port RadioButton.Value to Handler
- Port RadioButton.GroupName to Handler
- Port RadioButton.IsChecked to Handler
- Port RadioButton.Content to Handler
- Port SearchBar.PlaceHolder to Handler
- Port SearchBar.CharacterSpacing to Handler
- Port Image.Aspect to Handler
- Some issues not shown.