summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-04-10 08:13:56 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-04-10 08:13:56 -0400
commit3cf8599cf9da905bc5ee5b77ad83fff7cee53ec8 (patch)
treedc732f629e995e941164e07876a03e2d6a24d500
parent9997443e341d4895adb63f926792a74181ca2715 (diff)
system updater improvements
-rw-r--r--static/releases.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index a32ce825..93676fcd 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -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>