diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-11 07:46:32 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-11 07:46:37 -0400 |
| commit | b719e06b82e10cc4be6ed9140c5a7f623e40e0d0 (patch) | |
| tree | 7bab5b92be3383cb494028560b8eefbba9d6fce8 /static/releases.html | |
| parent | 4b33dc623142ba8921d9e93aa1935e315cc9c32b (diff) | |
assorted fixes
Diffstat (limited to 'static/releases.html')
| -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 e2968124..8cc88bab 100644 --- a/static/releases.html +++ b/static/releases.html @@ -674,7 +674,12 @@ <ul> <li>enable customizing lock screen shortcuts</li> + <li>Sandboxed Google Play compatibility layer: avoid crash in TelephonyManager.requestCellInfoUpdate()</li> + <li>Sandboxed Google Play compatibility layer: enable DynamiteLoader v2</li> + <li>various fixes for registering receivers in system_server</li> + <li>fix per-app hardening configuration for apps missing from the Owner user</li> <li>Settings: avoid crashes when changing user restrictions for guest users</li> + <li>do not delete compiled code of hibernated apps</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/118.0.5993.65.0">version 118.0.5993.65.0</a></li> </ul> </article> |
