reorder release notes

This commit is contained in:
Daniel Micay 2024-02-23 17:23:41 -05:00
parent 01608fd4bd
commit f65853bd44

View File

@ -735,10 +735,10 @@
<ul> <ul>
<li>completely new GrapheneOS Setup Wizard implementation for the initial setup of the device and secondary user profiles</li> <li>completely new GrapheneOS Setup Wizard implementation for the initial setup of the device and secondary user profiles</li>
<li>Theme Picker: update color schemes including adding the monochromatic colorscheme option</li> <li>Theme Picker: update color schemes including adding the monochromatic colorscheme option</li>
<li>Sandboxed Google Play compatibility layer: add developer functionality for updating Android Auto via the Play Store for testing</li>
<li>Sandboxed Google Play compatibility layer: always apply PhenotypeFlag overrides to avoid regressions for some users</li> <li>Sandboxed Google Play compatibility layer: always apply PhenotypeFlag overrides to avoid regressions for some users</li>
<li>Sandboxed Google Play compatibility layer: catch SecurityException from setApplicationEnabledSetting() instead of relying on PhenotypeFlag override</li> <li>Sandboxed Google Play compatibility layer: catch SecurityException from setApplicationEnabledSetting() instead of relying on PhenotypeFlag override</li>
<li>Sandboxed Google Play compatibility layer: add support for Android Auto 11.3 by extending the wireless Android Auto and phone call handling toggles to also allow BluetoothAdapter#getActiveDevices</li> <li>Sandboxed Google Play compatibility layer: add support for Android Auto 11.3 by extending the wireless Android Auto and phone call handling toggles to also allow BluetoothAdapter#getActiveDevices</li>
<li>Sandboxed Google Play compatibility layer: add developer functionality for updating Android Auto via the Play Store for testing</li>
<li>Storage Scopes: avoid legacy apps using legacy storage crashing when trying to access the wallpaper</li> <li>Storage Scopes: avoid legacy apps using legacy storage crashing when trying to access the wallpaper</li>
<li>remove legacy AOSP Search app now that Vanadium provides the global search intent in addition to the more common web search intent also implemented by other browsers including Brave</li> <li>remove legacy AOSP Search app now that Vanadium provides the global search intent in addition to the more common web search intent also implemented by other browsers including Brave</li>
<li>fix upstream bug breaking package manager support for uninstalling apps only installed in other profiles from the Owner user</li> <li>fix upstream bug breaking package manager support for uninstalling apps only installed in other profiles from the Owner user</li>