Jonathan Dick
Jonathan Dick
### Description For .NET 9 Preview 7, we added `iOSLifecycle.OnReceivedRemoteNotifications` and `iOSLifecycle.OnRegisteredForRemoteNotifications` lifecycle events in #23452 (Yay!) But we forgot to ensure that for cases when an app does not...
This switches Appium and Android SDK to provision via MSBuild targets instead of cake/ps1 scripts and puts all of the version and api level/sdk package info into the Version.props to...
There have been some recent changes to .NET SDK for Windows introduce support for different projection profiles to be used as well as new roslyn analyzers introduced to help detect...
**Description of Change** Updates skia submodule.
Android 35+ enforces apps extending "Edge to Edge" by default. See https://github.com/dotnet/maui/issues/24742 for details. For now, a better compromise is to disable this by default in MAUI apps, until we...
### Description Starting with Android 15.0 (API 35) apps are displayed 'Edge to Edge' by default. https://developer.android.com/about/versions/15/behavior-changes-15#window-insets It seems that .NET MAUI still adds content insets when using _Shell_ but...
Proper Microsoft Extensions Logging support should be added to the library.
Currently MAUI is relying on generating a partial Info.plist file and including that file in the build for things like: - ~Fonts~ (now obsolete) - **Launch Storyboard** - **App Icon**...