From 5e9a7758738726e1c0a0f5456684e325070d75a4 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 23 Mar 2025 18:45:18 -0400 Subject: [PATCH] more network location improvements --- static/releases.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/releases.html b/static/releases.html index c3c96ec4..a9b89196 100644 --- a/static/releases.html +++ b/static/releases.html @@ -576,6 +576,8 @@
  • 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)
  • Network Location: improve distance estimation including tuning it separately for 2.4GHz vs. 5GHz/6GHz and take distance variance into account for position estimation
  • Network Location: add support for 6GHz Wi-Fi networks via Reduced Neighbor Report (RNR)
  • +
  • Network Location: increase requested closest APs from 5 to 15
  • +
  • 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
  • backport upstream brightness fluctuation fix from Android 16 Beta 3.1
  • Vanadium: update to version 134.0.6998.135.0