From 48bf99e96bd9e8fdbe0667c3ee800accd3b0bbb0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 29 Dec 2024 16:40:19 -0500 Subject: [PATCH] battery settings improvements --- static/releases.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/releases.html b/static/releases.html index 1413fac7..2798e557 100644 --- a/static/releases.html +++ b/static/releases.html @@ -561,6 +561,8 @@
  • use 2 threads instead of 1 for background compilation of apps
  • switch to the new upstream default of 4 threads for compiling apps during boot instead of our previous 2 threads which we set to replace the previous upstream default of a single thread
  • Settings: add back battery optimization settings link to Battery screen which was removed by Android a long time ago
  • +
  • Settings: don't disable App info > Battery usage item while its summary is loading
  • +
  • Settings: temporarily stop showing battery usage info in App info item summary due to an upstream regression causing it to take more than 5 seconds to load in many cases
  • add back our fix for an upstream Android bug causing null pointer exception system_server crash in InputMethodManagerService triggered when ending user sessions because it turns out to still be required after Android 15 QPR1
  • fix upstream Android bug causing null pointer exception system_server crash in NotificationManagerService
  • Contacts: improve dark theme color contrast