From 39ce0b960f7c6ed833465625d447de98d615ce35 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 24 Oct 2023 00:24:41 -0400 Subject: [PATCH] merge user installed app compilation release notes --- static/releases.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/releases.html b/static/releases.html index fbb3bd61..e88a18e6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -720,8 +720,7 @@
  • initial non-experimental for Pixel 8 and Pixel 8 Pro support
  • speed up skipping compilation of system packages with dexpreopt (precompilation to native code) to improve post-update boot time
  • backport assorted dexpreopt fixes to make it work for more system packages again to improve verified boot security, free up wasted disk space and reduce post-update boot time
  • -
  • use speed-profile compilation for user installed packages for first boot of an update to significantly improve boot time
  • -
  • add background recompilation of user installed packages for first boot of an update with a progress notification and a notice to respawn them
  • +
  • use speed-profile compilation for user installed packages for first boot of an update to significantly improve boot time, then recompile then with full speed optimization in the background with a progress notification and a notification when it's finished for respawning apps
  • temporarily disable otapreopt (precompilation of apps in the background in update Finalizing step) due to it being broken in Android 14
  • Gallery: remove optional dependency to fix dexpreopt (precompilation to native code)
  • Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold: fix support for Widevine L1 on Android 14