summaryrefslogtreecommitdiff
path: root/static/releases.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-04-01 17:06:02 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2025-04-01 17:06:02 -0400
commitb7c0db6324f4681121d0e568ecdba42e3c4c00ec (patch)
treeb20c433535906bf5f8e856e7350a495875216692 /static/releases.html
parent5f35794010fe9b1ef3ad5f7defaeb07647e96af5 (diff)
Network Location Accept header fix
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 d5132980..4a88775f 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -577,6 +577,7 @@
<li>Network Location: switch to making at most a single request to the service per position estimation by requesting up to 40 Wi-Fi APs at once</li>
<li>Network Location: optimize making requests to the service for Wi-Fi AP data</li>
<li>Network Location: optimize Rust JNI bindings to the point that it no longer causes a noticeable overhead without introducing unsafe code (it could be optimized further with unsafe code to use more of the standard JNI optimizations but does not appear to be needed)</li>
+ <li>Network Location: use correct Accept header value to more closely match macOS to avoid future compatibility issues</li>
<li>fix upstream system_server crash from null pointer exception in F2fsUtils</li>
<li>add infrastructure for more restricted access to global and per-user settings instead of allowing all system apps to read them and all privileged systems apps with the WRITE_SECURE_SETTINGS privileged permission to write them</li>
<li>further restrict access to all global and per-user settings added by GrapheneOS with our new infrastructure</li>