diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-01-13 15:16:19 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-01-13 15:16:19 -0500 |
| commit | 00765d6e158e4964ed029d9f47341857755cd65d (patch) | |
| tree | 33c21025baa72199ef9f2d8ad8634407341dd270 | |
| parent | 7066e04873248839f33d3169640557726ad66112 (diff) | |
new auto-reboot implementation
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index b903340f..ea02839f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -726,11 +726,12 @@ <p>Changes since the 2024010400 release:</p> <ul> + <li>replace auto-reboot implementation with a new more hardened implementation based on a timer in the init process which also avoids rebooting when the device hasn't been unlocked since boot</li> + <li>reduce default auto-reboot timer from 72 hours to 18 hours</li> <li>add log viewer app</li> <li>reimplement our user-facing crash reporting infrastructure with our new log viewer app</li> <li>Settings: add links to log viewer in app info and system settings</li> <li>show report button in sandboxed Google Play crash report UI</li> - <li>reduce default auto-reboot timer from 72 hours to 18 hours</li> <li>adevtool: integrate support for Pixel Camera Services (currently provides Night mode for GrapheneOS Camera and other apps on Pixel 6 and later)</li> <li>adevtool: improve and clean up infrastructure for device support</li> <li>adevtool: drop devices not supported with Android 14</li> |
