improve wording

This commit is contained in:
Daniel Micay 2025-03-25 23:19:59 -04:00
parent d6e0375315
commit ce2c0ead75

View File

@ -592,15 +592,15 @@
<li>Network Location: rewrite position estimation in Rust with a new algorithm based on Expectation-Maximization (EM) always using 3D (altitude) to provide much better accuracy, robustness and performance (this new 3D implementation performs better than the previous implementation in the 2D mode we were stuck using due to 3D being far too CPU intensive)</li>
<li>Network Location: improve RSSI-based (signal strength) distance estimation including tuning it separately for 2.4GHz vs. 5GHz/6GHz and take distance variance into account for position estimation (Wi-Fi Round-Trip-Time support will be added in the future for Access Points supporting it)</li>
<li>Network Location: add support for 6GHz Wi-Fi networks via Reduced Neighbor Report (RNR)</li>
<li>Network Location: increase requested closest APs from 5 to 15</li>
<li>Network Location: increase the number of closest APs we explicitly request data for from 5 to 15</li>
<li>Network Location: request data for up to 4 APs at a time (maximum permitted by Apple's service for the modern mode) instead of only 1 to improve networking efficiency</li>
<li>Network Location: make our requests more closely match a current macOS release to avoid future compatibility issues and to get Apple's service to provide more than only 2.4GHz networks as nearby networks in response to queries</li>
<li>Network Location: throttle requesting 100 additional results down to 8 additional results when a decent amount of additional results were returned from a request in the past 10 seconds</li>
<li>Network Location: throttle requesting 100 additional nearby results down to 8 additional results when a decent amount of additional results were returned from a request for up to 100 in the past 10 seconds</li>
<li>backport upstream brightness fluctuation fix from Android 16 Beta 3.1</li>
<li>Sandboxed Google Play compatibility layer: fix Location Accuracy link with Play services 25.09 and later so we can ship it as an update for users with sandboxed Google Play installed</li>
<li>Sandboxed Google Play compatibility layer: remove no longer supported "Configure Play Store updates" settings since we always handle updates ourselves via our App Store now</li>
<li>fix an upstream screenshot process crash in ScrollCaptureController</li>
<li>Terminal (virtual machine management app): backport upstream improvements including detecting an outdated image and providing an upgrade path and removing the artificial cap on disk resize</li>
<li>Terminal (virtual machine management app): backport upstream improvements including detecting an outdated image to providing an upgrade path and removing the artificial cap on disk resize</li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/134.0.6998.135.0">version 134.0.6998.135.0</a></li>
<li>only block installing out-of-band APEX updates on production (user) builds since it's useful for development</li>
<li>add support for testing Android 16 Beta 3 feature flags for development builds</li>