summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-25 09:40:42 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-25 09:40:42 -0500
commitf67bd3a7075312292778dfd74d6ae2251bac90c5 (patch)
tree049ef38ca75ad9109ef3813a3bb0c65e068692b7
parent577d76ccec56cfc11fe81c05114b7b865bd22002 (diff)
gmscompat: network location for rerouting
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 2f76ea3f..f192ee4e 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -563,6 +563,7 @@
<ul>
<li>add our own network location implementation with support for using the Apple Wi-Fi positioning service API either directly or through a GrapheneOS proxy (will be extended with support for cell towers, a service backed by a GrapheneOS Wi-Fi / cell tower database which we've already begun building and offline support through downloading a subset of our database)</li>
<li>fix Wi-Fi APEX issues preventing an OS network location service from doing Wi-Fi scans without the INTERACT_ACROSS_USERS / INTERACT_ACROSS_USERS_FULL privileged permissions</li>
+ <li>Sandboxed Google Play compatibility layer: add support for using an OS network location provider for the default enabled rerouting of Google Play location requests to the OS location service</li>
<li>add support for "5G only" and "4G or 5G only" modes in addition to our existing "4G only" mode</li>
<li>enable support for blocking callers not in Contacts</li>
<li>resolve regression for secondary user SMS in Android 15 QPR1 by enabling partial upstream fix since we dropped this part of our fix for the issues but the upstream fix wasn't actually active</li>