Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

5.0.0 Service Release 11

Compare
Choose a tag to compare
@vs-mobiletools-engineering-service2 vs-mobiletools-engineering-service2 released this 09 Jun 07:39
· 78 commits to 5.0.0 since this release
9f26f70

This Service Release has 2 bigger changes on the Android side:

  1. We had a feature flag for accessibility improvements that you had to enable. This functionality is now enabled by default and there is a new feature flag to revert to the old behavior if that is what you want. If you want to disable the new functionality call Forms.SetFlags("Disable_Accessibility_Experimental"); before the Forms.Init(); call in your MainActivity on Android. If you had the Accessibility_Experimental flag in there to enable this functionality you can remove that one now. See #15075 for all the details.
  2. For a great number of controls on Android we have created new renderers that now use the AppCompat Android controls where they didn't use those before. We did this to be in compliance with the Google Emoji Policy. All controls should work as they did before. However, if you do see weird behavior, we introduced a flag to revert to the old renderers. If you need to disable the new AppCompat renderers call Forms.SetFlags("DisableAppCompatRenderers"); before the Forms.Init(); call in your MainActivity on Android. Note that this might prevent your Android app from being allowed on the Google Play Store. See #15279 for more details.

🛠️ What's Changed

🦸 Community Contributors

Digital slices of cake 🍰 for our community friends helping us out with this release. Thank you @knocte, @GalaxiaGuy, @jtorvald and @thisisthekap

And these people from our wonderful community actually made their first contributions! Wow! On to many more!

Full Changelog: release-5.0.0-sr10...release-5.0.0-sr11