summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-02-23 17:23:41 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-02-23 17:23:41 -0500
commitf65853bd44ef67adec485766e0ce4f3e1d16b714 (patch)
treeeb04f589b53cbe2e1a39c81c9ef844edaac5e123 /static
parent01608fd4bde4f751be5dba978a6908fb39cad153 (diff)
reorder release notes
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index d6cc2e81..8d8ff9b7 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -735,10 +735,10 @@
<ul>
<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>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: 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 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>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>