summaryrefslogtreecommitdiff
path: root/static/releases.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-28 15:44:03 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-28 15:44:03 -0500
commita2c8a1c950badb975db372169a7a32fcd202b205 (patch)
tree3aff253faacdabee0cfeaeaf6d56de4b3d747f19 /static/releases.html
parent5e0c08d61a4d77b0a8cc3594a067e70f9b73ccdd (diff)
incorporate altitude into trilateration
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 75337d10..71e905c4 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -568,6 +568,7 @@
<li>fix ancient upstream bug causing system_server crashes when flushing an inactive location provider which was uncovered by us adding our own network location provider</li>
<li>exclude network location provider from the GrapheneOS location indicatorsince it's meant to be shown for apps requesting location rather than showing users when the OS location services listen for GNSS satellite broadcasts and scan nearby networks</li>
<li>Sandboxed Google Play compatibility layer: fix issues in our requestLocationSettingsDialog() implementation which were uncovered by providing our own network location provider (this is part of our reimplementation of the Google Play location service used when rerouting Google Play location requests to the OS is enabled which is the default)</li>
+ <li>Network Location: incorporate altitude into trilateration when available to replace basic altitude support based on averages which wasn't taken into account for the latitude/longitude estimation (i.e. it now operates in 3D instead of 2D)</li>
<li>Network Location: add TLS key pinning for gs-loc.apple.grapheneos.org</li>
<li>kernel (6.6): update to latest GKI LTS branch revision</li>
</ul>