move Network Location change in release notes

This commit is contained in:
Daniel Micay 2025-02-28 15:49:55 -05:00
parent a2c8a1c950
commit 6125f8a5c7

View File

@ -563,11 +563,11 @@
<p>Changes since the 2025022700 release:</p>
<ul>
<li>add built-in battery optimization exception for Network Location app</li>
<li>restrict 5G only mode to carriers with 5G standalone support to avoid setting the option silently failing</li>
<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: add built-in battery optimization exception to avoid being blocked from accessing the network from the background in some cases</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>