- Cape Town, South Africa
- http://dotnetdevaddict.co.za
Highlights
- Pro
- 2 discussions answered
Block or Report
Block or report mattleibow
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
mono/SkiaSharp Public
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop model…
-
square-bindings Public
Xamarin.Android and Xamarin.iOS binding for https://github.com/square
-
mono/skia Public
Forked from google/skia
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
2,557 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 32 commits in 3 repositories
Created a pull request in dotnet/maui that received 4 comments
Mark all the Device [Obsolete]
Description of Change
Mark Device and related obsolete in preparation of a better system:
Device
This is the containing class, and everything it h…
Opened 21 other pull requests in 3 repositories
dotnet/maui
4
open
9
merged
4
closed
- Conform the Essentials API to the rest of MAUI
- Fixed rename of SetOnAppTheme -> SetAppTheme
- Use the current window's dispatcher for MainThread
- Remove hidden Vector2 type
- Update WASDK & Cleanup Single Project .props
- Fix some test code and clean up for other PRs
- Bump maui to the 300 band
- Fix some crashing tests & localization
- Expose a Window property on VisualElement
- Add IWindow.DisplayDensity
-
😭 Comment out the unpackaged build😭 - Merge preview 14 branch into main
- Update SkiaSharp again
- Respect UserAppTheme in RequestedTheme
- Use the default image again
- Update Maui.Graphics and SkiaSharp
- Remove all usage of Device throughout the repo
mono/SkiaSharp
1
open
2
merged
dotnet/Microsoft.Maui.Graphics
1
merged
Reviewed 49 pull requests in 3 repositories
dotnet/maui
47 pull requests
- Don't call AppActions.SetAsync if no AppActions have been registered.
- Clean up flow direction tests for Layouts on Windows
- [Core] Implement BackgroundImageSource in PageHandler
- [Windows] Fix TextColor issues on TimePicler
- [Windows] Fix crash using SearchBar
- Update WASDK & Cleanup Single Project .props
- [Blazor] Fix Win UI deployed app
- Lazy-load Configuration
- [Windows] Fixes related with Clipping
- Make Border render itself on Windows.
- Enforce Width/Height for ContentView on Android
- Add readme for FabricBot
- Notify ISwitch.IsOn property changes if IsToggled changed
- Item Template cleanup
- Add IWindow.DisplayDensity
-
Move
WeakEventManagertoCore.csproj - Improve Glide usage for Image Loading on Android
- [LOC_HB] checkin of localized string files
- CheckBox: use default style on WinUI 3
- Fix some crashing tests & localization
- [main] Update dependencies from xamarin/xamarin-android
- When Fill and Width/Height conflict, center View in Fill area
- Fix rename for some lifecycle events
- Set Parent for child elements added to Border
- Multiple DispatcherProviders are being created
- Some pull request reviews not shown.
xamarin/XamarinComponents
1 pull request
dotnet/Microsoft.Maui.Graphics
1 pull request
Created an issue in dotnet/sdk that received 2 comments
Installing workloads fails when using rollback files with workloads that only exist in a previous band
Describe the bug I get an exception if a workload only exists in an older band and I use a rollback file to install it for the new band. Unhandled …