diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-16 11:07:48 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-07-20 12:01:32 -0400 |
| commit | 706507944d083d73ef596e0fb6f8f571e7e3be90 (patch) | |
| tree | 86d53289b2f782a7bea6a89ffca432e3364f4888 | |
| parent | 88a5ad431cd38223df37ba9978b81d6f0c3317ee (diff) | |
fix touch to unlock setting with power button fingerprint scanner
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ecd5b630..0fddcc98 100644 --- a/static/releases.html +++ b/static/releases.html @@ -786,6 +786,7 @@ <p>Changes since the 2024071200 release:</p> <ul> + <li>fix touch-to-unlock setting on devices with a power button fingerprint scanner (Pixel Fold, Pixel Tablet) which is normally always active with AOSP</li> <li>avoid race for setting USB port mode when the lock method is set to none (lockscreen disabled)</li> <li>kernel (5.10, 5.15): revert a USB change backported to kernel.org LTS that's causing DisplayPort alternate mode compatibility issues</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-123">version 123</a></li> |
