summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-01-25 14:56:23 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-10 04:00:51 -0500
commit52f6573502c5361484dcc62c3760bcd653836196 (patch)
treea276fc5324371766d673a341d489adea2894550c /static
parent64b78b6d4e7a14884a21b91b9db73c89d1c5054d (diff)
reword Messaging app overhaul
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 6e0f8a32..2d4adff8 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -557,7 +557,7 @@
<ul>
<li>disable standard Android feature holding a 10 minute screen wake lock after the screen brightness is raised at least 2 times within 5 minutes since this is confusing for users and it's far better if keep awake is done explicitly</li>
<li>always show KASAN kernel crash notifications instead of only when system crash reporting is enabled by users</li>
- <li>Messaging: port to target API 35 (Android 15) and begin under the hood overhaul</li>
+ <li>Messaging: begin under the hood overhaul including fully porting to target API 35 (Android 15)</li>
<li>recovery: remove spurious warning after update installation fails on A/B update devices</li>
<li>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</li>
<li>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</li>