diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-04-04 14:31:20 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-04 14:39:06 -0400 |
| commit | 1b15817a2696d1dcf419ac57ebfda26a50684fe9 (patch) | |
| tree | 0fc11f70a904f0c5d41c317685f0da21966acff3 | |
| parent | 0907a5c416bcb1028983439a3a9db231979a4cca (diff) | |
sandboxed Google Play improvements
| -rw-r--r-- | static/releases.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index b364a60c..69efd0d0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -520,6 +520,11 @@ <p>Changes since the 2022033013 release:</p> <ul> + <li>Sandboxed Google Play compatibility layer: add additional compatibility shims to improve compatibility with recent Play services</li> + <li>Sandboxed Google Play compatibility layer (GmsCompat): improve code quality and robustness</li> + <li>Sandboxed Google Play compatibility layer (GmsCompat): stop listing having always-on scanning enabled as a potential issue especially since it can be used by other apps</li> + <li>Sandboxed Google Play compatibility layer (GmsCompat): prevent infinite loop in location service, which would break location services and result in battery drain</li> + <li>Sandboxed Google Play compatibility layer (GmsCompat): fix Google Location Accuracy state check</li> <li>Pixel 3, Pixel 3 XL: remove leftover upstream iorapd testing prop</li> <li>TalkBack: dependency updates and crash fix</li> <li>adevtool: fix hang when there are existing files to overwrite</li> |
