diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-05 18:57:21 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-05 18:58:12 -0400 |
| commit | bcbfcd7b930dcf437cea875e586dc6f55c44cf67 (patch) | |
| tree | 5a57e967a539458c5a21c9b04d9dec4f8a87a587 /static/releases.html | |
| parent | 37ddebc7850d41a4fb61e586da34e64832a43fbf (diff) | |
revert gesture workaround
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 5be15f6b..6b463789 100644 --- a/static/releases.html +++ b/static/releases.html @@ -462,6 +462,7 @@ <p>Changes since the 2021110507 release:</p> <ul> + <li>revert hard-wiring camera gesture handler as a workaround for AOSP 12 bug with the gesture on the lockscreen</li> </ul> </article> --> @@ -481,7 +482,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 (should work around AOSP 12 lockscreen camera bugs)</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) — note: this will be undone in a follow-up release before this reaches the Stable channel</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> <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> |
