summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-25 17:01:50 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-25 17:01:50 -0500
commitcbd539c62a1c9ce5551f6feaa2b8d8aa716db48d (patch)
treebf065179bfcf0ef7415c562df8a136b89b76eaa2 /static
parent1e38bb712401156b72b2b94e752def59516c2a6a (diff)
expand release notes about network location
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 bb5f1964..8f22ca2f 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -561,7 +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 our own network location implementation based on using the Apple Wi-Fi positioning API either through a GrapheneOS proxy or directly via Apple's service, which will be extended with much more functionality in the near future including support for estimating altitude, using cell towers if it provides a better estimate than Wi-Fi and using our own network location database either via a service or offline database downloads (we're in the process of building our own database by scraping all of the data from Apple's service and have already done a test run obtaining essentially all the cell tower data along with lots of Wi-Fi data)</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>