new auto-reboot implementation

This commit is contained in:
Daniel Micay 2024-01-13 15:16:19 -05:00
parent 7066e04873
commit 00765d6e15

View File

@ -726,11 +726,12 @@
<p>Changes since the 2024010400 release:</p> <p>Changes since the 2024010400 release:</p>
<ul> <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>add log viewer app</li>
<li>reimplement our user-facing crash reporting infrastructure with our new 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>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>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: 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: improve and clean up infrastructure for device support</li>
<li>adevtool: drop devices not supported with Android 14</li> <li>adevtool: drop devices not supported with Android 14</li>