From 45a4efec2942e6210026d3ed226abf0b62341727 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 26 Jan 2025 09:19:57 -0500 Subject: [PATCH] reorder release notes --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index ae4a6808..b24baa63 100644 --- a/static/releases.html +++ b/static/releases.html @@ -561,6 +561,7 @@
  • Messaging: begin under the hood overhaul including fully porting to target API 35 (Android 15)
  • recovery: remove spurious warning after update installation fails on A/B update devices
  • change build username to build-user and build hostname to build-host instead of setting both to grapheneos due to bad actors using it to ban using GrapheneOS
  • +
  • return green as the value of ro.boot.verifiedbootstate outside of specific parts of the base OS due to bad actors using it to ban using GrapheneOS
  • SettingsIntelligence: don't show preference summaries in search results since it doesn't work properly for ones depending on dynamic string formatting and isn't done by SettingsIntelligenceGoogle on the stock Pixel OS
  • Contact Scopes: fix spoofing of OP_GET_CONTACTS for apps not requesting WRITE_CONTACTS
  • Sandboxed Google Play compatibility layer: improve infrastructure
  • @@ -570,7 +571,6 @@
  • Sandboxed Google Play compatibility layer: add shortcut to the per-app Play Integrity API menu for contacting the app developer by leaving a review through the Play Store page
  • Sandboxed Google Play compatibility layer: add menu for viewing all apps which have used the Play Integrity API with a shortcut in the per-app Play Integrity API menu
  • Sandboxed Google Play compatibility layer: show optional notification upon detection of Play Integrity usage providing a shortcut to the per-app Play Integrity API menu and another for hiding further notifications for the app which is also available as a toggle in the per-menu
  • -
  • return green as the value of ro.boot.verifiedbootstate outside of specific parts of the base OS due to bad actors using it to ban using GrapheneOS
  • hardened_malloc: update libdivide to 5.2.0
  • TalkBack (screen reader): update dependencies
  • TalkBack (screen reader): make builds fully reproducible by removing the use of __DATE__ and __TIME__ by brltty along with making the liblouis translation table zip use deterministic file order and timestamps