system updater improvements

This commit is contained in:
Daniel Micay 2023-04-10 08:13:56 -04:00
parent 9997443e34
commit 3cf8599cf9

View File

@ -686,6 +686,9 @@
<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>System Updater: directly enforce respecting network type parameter instead of it solely depending on the JobScheduler constraint</li>
<li>System Updater: improve code quality and robustness</li>
<li>System Updater: ask the OS to allocate required storage space before starting update download</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>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-45">version 45</a></li>