summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-11-05 03:15:13 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-11-05 03:15:13 -0400
commitd170b92a476740b726f35d9eb862e67c38a3148a (patch)
treee961391953e36b6ff037737b4df740a66434a871 /static
parent571b164e8e46dc1b7291bd409274885b4f1894c0 (diff)
explain reason for hard-wire camera gesture
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 33834a46..0e32d487 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -462,7 +462,7 @@
<ul>
<li>replace AOSP Camera app with next-generation GrapheneOS Camera app</li>
- <li>set GrapheneOS Camera app as the hard-wired handler for camera gesture, similar to Android 11+ hard-wiring it as the camera media intent handler</li>
+ <li>set GrapheneOS Camera app as the hard-wired handler for camera gesture, similar to Android 11+ hard-wiring it as the camera media intent handler (should work around AOSP 12 lockscreen camera bugs)</li>
<li>system theme: switch to a more unique blue Material You color palette based around #1565C0</li>
<li>Updater: adjust colors to match Settings app</li>
<li>invalidate icon cache between OS releases instead of only between major Android versions so that system theme/icon changes take effect immediately</li>