diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-29 15:57:46 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-29 16:01:32 -0500 |
| commit | 689250ce74aa3a88537f885a2dbbe2f44098ca6a (patch) | |
| tree | 62ab3eeadcdb37fa446423bcea8bca26446fc304 | |
| parent | 801510f6d1294546175f565134daf23748be99b7 (diff) | |
add charge limit toggle
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 96ab9c12..f1f708e5 100644 --- a/static/releases.html +++ b/static/releases.html @@ -552,6 +552,7 @@ <p>Changes since the 2024121200 release:</p> <ul> + <li>add support for limiting charging the battery to 80% with support for bypass charging similar to the new Android 15 QPR1 stock Pixel OS feature, although unlike the stock Pixel OS our implementation still works while using a secondary user (the limit is currently hard-wired to 80% due to that being what's properly supported throughout the OS, but we can eventually make it configurable)</li> <li>switch to the new upstream default of 4 threads for compiling apps at boot from our previous 2 threads which we set to replace the previous upstream default of a single thread</li> <li>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</li> <li>fix upstream Android bug causing null pointer exception system_server crash in NotificationManagerService</li> |
