summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-03-13 13:43:30 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2025-03-13 13:43:30 -0400
commit8b185fefa345e4716afc5b26ea6d9dd8034b0736 (patch)
tree076f1acba1520647a317b8364a14730d80403d9c
parent807aa497d29af683876b7783092fed6cee4c627b (diff)
gmscompat network location compatibility improvements
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 746bd0d4..9d44b89b 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -570,6 +570,7 @@
<p>Changes since the 2025030900 release:</p>
<ul>
+ <li>Sandboxed Google Play compatibility layer: overhaul location rerouting implementation to provide much better compatibility for apps depending on network-based location with or without the OS network location service enabled by using GNSS as a fallback for low power network location requests when the OS network location service is disabled</li>
<li>fix Storage Scopes related null pointer exception in the permissions manager</li>
<li>Bluetooth: backport fix for empty adapter name handling in Android 15 QPR2 to avoid crashes when the name is set to an empty value or whitespace</li>
<li>Terminal (virtual machine management app): backport a large set of improvements including terminal tabs, GUI support with opt-in GPU hardware acceleration (ANGLE-based VirGL until GPU virtualization support is available), speaker/microphone support and fixes for a bunch of bugs including overly aggressive timeouts</li>