From 3cf8599cf9da905bc5ee5b77ad83fff7cee53ec8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 10 Apr 2023 08:13:56 -0400 Subject: [PATCH] system updater improvements --- static/releases.html | 3 +++ 1 file changed, 3 insertions(+) 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 @@
  • change standard Android package installer behavior to preserving packages being disabled after updating them
  • Launcher: add padding to background behind app drawer search bar to work around upstream layout issue
  • Contacts: use proper theme for AndroidX dialogs to fix crash
  • +
  • System Updater: directly enforce respecting network type parameter instead of it solely depending on the JobScheduler constraint
  • +
  • System Updater: improve code quality and robustness
  • +
  • System Updater: ask the OS to allocate required storage space before starting update download
  • Sandboxed Google Play compatibility layer: coerce Play Store into updating disabled apps by hiding disabled state from it
  • Sandboxed Google Play compatibility layer: add infrastructure for bypassing permission requirements of services provided by Play services
  • GmsCompatConfig: update to version 45