diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-02-13 09:13:16 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-13 09:13:16 -0500 |
| commit | 9501753ef9276d7456e2702f3a44eff8b5c3767b (patch) | |
| tree | 96005c3aa22a53a36a65126ee708c911aabc7159 | |
| parent | 42fafb771338e6865a7ca02e6b30ca64e50d564a (diff) | |
Google Play geolocation redirection by default
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 64f48a9f..6a621c0a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -516,6 +516,8 @@ <p>Changes since the 2022020800 release:</p> <ul> + <li>Sandboxed Google Play compatibility layer: simplify and optimize initialization</li> + <li>Sandboxed Google Play compatibility layer: add support for redirecting apps from the Google Play geolocation service to the GrapheneOS geolocation service and enable it by default with a toggle added to the "Sandboxed Google Play settings" configuration menu for disabling redirection to use the Google Play implementation which already fully works with our compatibility layer</li> <li>Calculator: improve app icon</li> <li>Clock: improve app icon</li> <li>Contacts: improve app icon</li> @@ -530,7 +532,6 @@ <li>fix editing APNs in certain edge cases with certain carriers</li> <li>Pixel 6, Pixel 6 Pro: bind power + volume up key chord to mute like other devices, since long pressing power already opens the power menu</li> <li>stop enforcing camera sound when using a carrier based in India/Japan/Korea since we aren't required to enforce it and is trivially bypassed in multiple ways so it's nothing more than an annoyance</li> - <li>Sandboxed Google Play compatibility layer: simplify and optimize initialization</li> </ul> </article> --> |
