diff options
| author | GrapheneOS <contact@grapheneos.org> | 2025-03-25 23:14:29 -0400 |
|---|---|---|
| committer | GrapheneOS <contact@grapheneos.org> | 2025-03-25 23:14:29 -0400 |
| commit | 390c288c2a9265e7cebd14f68d5819293ee165a9 (patch) | |
| tree | c46fabdbb3255efeeb4177b5969332b99f3428fb /static | |
| parent | f9ab7613d206363770bfad1d2156bfab077f9cba (diff) | |
APs requested 4 at a time now, not 5
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 804d330a..cccd74ab 100644 --- a/static/releases.html +++ b/static/releases.html @@ -593,7 +593,7 @@ <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: request data for up to 5 APs at a time (maximum permitted by Apple's service) instead of only 1 to improve networking efficiency</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>backport upstream brightness fluctuation fix from Android 16 Beta 3.1</li> |
