diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-07 13:28:13 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-07 13:28:31 -0500 |
| commit | 98e58e35f8628dd7c601ff868da793f0407a5e8f (patch) | |
| tree | bce27fa433aa8607d2c1a2cf72710a142cb44f9b | |
| parent | 3ec62052ea24c1f63c93c38a5960215df591dcf3 (diff) | |
gmscompat improvements
| -rw-r--r-- | static/releases.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index b17a5dd4..0eb1ec21 100644 --- a/static/releases.html +++ b/static/releases.html @@ -665,8 +665,15 @@ <p>Changes since the 2023010300 release:</p> <ul> - <li>GmsCompatConfig: update max supported versions of Play services and Play Store</li> <li>enable adaptive brightness by default</li> + <li>Sandboxed Google Play compatibility layer: improve logging of GmsCompatConfig parser errors</li> + <li>Sandboxed Google Play compatibility layer: update BluetoothAdapter.enable() shim for Android 13</li> + <li>Sandboxed Google Play compatibility layer: fix deadlock when reading state of "Google Location Accuracy" toggle</li> + <li>Sandboxed Google Play compatibility layer: delay notification about Google Play crash until after potential config update</li> + <li>Sandboxed Google Play compatibility layer: allow bound Google Play apps to request update of GmsCompatConfig</li> + <li>Sandboxed Google Play compatibility layer: don't block Play Store from installing APK splits for Play services and itself</li> + <li>Sandboxed Google Play compatibility layer: try to update GmsCompatConfig before update of Play services or Play Store</li> + <li>GmsCompatConfig: update max supported versions of Play services and Play Store</li> </ul> </article> --> |
