summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-01-03 17:54:52 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-01-03 17:54:52 -0500
commit7fbeef5845683739913a7e28263e9f9f1b3a7ab8 (patch)
treed360083f9aa9786a103794aaa2860d0a2160f451
parentb55197cccc0cb29977ba75cf83d955139a58b5bd (diff)
gmscompat improvements
-rw-r--r--static/releases.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 8afa73e3..2bb78dd8 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -725,6 +725,12 @@
<p>Changes since the 2023123100 release:</p>
<ul>
+ <li>Sandboxed Google Play compatibility layer: stop hiding Android Auto from the Play Store since it breaks Play Store dependent functionality</li>
+ <li>Sandboxed Google Play compatibility layer: mark Android Auto as owned by our app repository client to stop the Play Store from updating it</li>
+ <li>Sandboxed Google Play compatibility layer: add Network permission to baseline permissions needed for wireless Android Auto</li>
+ <li>Sandboxed Google Play compatibility layer: add list of requirements for Android Auto voice commands</li>
+ <li>Sandboxed Google Play compatibility layer: add back dedicated name for Sandboxed Google Play crash notification channel</li>
+ <li>Sandboxed Google Play compatibility layer: skip Android Auto crash reports when it lacks baseline permissions and show a dedicated notification about the problem instead</li>
<li>Keyboard: add workaround for multi-locale spell checking and remove our attempt at implementing it properly in the keyboard itself for now</li>
<li>AppCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_AppCompatConfig/releases/tag/3">version 3</a></li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/120.0.6099.193.0">version 120.0.6099.193.0</a></li>