diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-04-09 09:40:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-04-09 09:40:16 -0400 |
| commit | c0d9a8e7af2bce8674a15b31f59fd276d234d2c2 (patch) | |
| tree | fe9e7f640c488860a01b6f2c8b8204fd247d8707 | |
| parent | 467ffc98aa3290043e34d0946304b40d64e45e37 (diff) | |
work around upstream app drawer layout issue
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index f98adccf..d79524a8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -684,6 +684,7 @@ <li>add support for runtime resource overlays (RROs) to exec spawning</li> <li>remove support for disabling app visibility filtering since our Pixel eSIM firmware app integration depends on it</li> <li>change standard Android package installer behavior to preserving packages being disabled after updating them</li> + <li>Launcher: add padding to background behind app drawer search bar to work around upstream layout issue</li> <li>Contacts: use proper theme for AndroidX dialogs to fix crash</li> <li>Sandboxed Google Play compatibility layer: coerce Play Store into updating disabled apps by hiding disabled state from it</li> <li>Sandboxed Google Play compatibility layer: add infrastructure for bypassing permission requirements of services provided by Play services</li> |
