summaryrefslogtreecommitdiff
path: root/static/releases.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-24 17:32:29 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-24 17:32:29 -0500
commit2a96c8c0ec1c91265c0efb4ebbf2f0eb614b599f (patch)
tree815e71485a52ec7b3f78b4909b86c821e8056457 /static/releases.html
parent7412047d1cb249afa6f93bc76833ada19816fb9b (diff)
GrapheneOS network location implementation
Diffstat (limited to 'static/releases.html')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index f238c81e..008cb7e8 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -561,6 +561,7 @@
<p>Changes since the 2025021100 release:</p>
<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>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>