summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-01-09 18:09:12 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-10 04:00:51 -0500
commit6db8f2e6b08f73b5790747d19e8aa09489214278 (patch)
tree947a7bad5056af2f86e5daa9c7f1b709dec56e77
parent0902fb8839e6f18d5ca096f1f5d8e97fba2764a8 (diff)
Seedvault update
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index b6003677..1423905e 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -554,6 +554,7 @@
<p>Changes since the 2025010700 release:</p>
<ul>
+ <li>Seedvault: update to a newer revision (will be replaced with a better backup implementation in the future)</li>
<li>System UI Tuner: opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bug)</li>
<li>make eng builds more consistent with user/userdebug builds by extending the GrapheneOS additions of the ro.control_privapp_permissions=enforce, net.tethering.noprovisioning=true and ro.sys.time_detector_update_diff=50 system properties to all build variants</li>
<li>show a system error notification for privileged permission allowlist violations in development builds (userdebug and eng builds) instead of breaking booting the device to make developing device support and porting to new OS versions easier</li>