diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-01 11:00:50 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-01 11:03:55 -0500 |
| commit | 1fd9f584a645b473cc800085fd0d5930d004b375 (patch) | |
| tree | 84270b93a84b8bcb3a91e8968f39ab9dcb37b06d /static | |
| parent | 14243790e564ec48ad5481cd6890b5973537a2cf (diff) | |
clarify plans for our network location database
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 968c3159..4bddd6e6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -603,7 +603,7 @@ <p>Changes since the 2025021100 release:</p> <ul> - <li>add opt-in GrapheneOS network location implementation available via Settings > Location > Location services 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 incorporating altitude into trilateration, 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>add opt-in GrapheneOS network location implementation available via Settings > Location > Location services 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 incorporating altitude into trilateration, 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 initially based on collecting most 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> |
