diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-05 15:11:31 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-05 15:11:31 -0400 |
| commit | cfcac0521fd1cf2530f42eb2246f587ca291d3ec (patch) | |
| tree | c4b5491aba36f302849c4d0861f31e1844ef161b | |
| parent | 37088c1d989d66ad1bcc1a61bcca28c97d5c0c58 (diff) | |
fix upstream physical keyboard passphrase entry bug
| -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 30115084..50e145d5 100644 --- a/static/releases.html +++ b/static/releases.html @@ -780,6 +780,7 @@ <ul> <li>full 2024-06-05 security patch level</li> <li>rebased onto Android Open Source Project release, which is the 3rd quarterly maintenance/feature release for Android 14 (QPR3)</li> + <li>stop treating pressing the spacebar on a physical keyboard as submitting the lockscreen password since it prevents entering passphrases with spaces (upstream Android bug which has existed for around 8.5 years)</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/125.0.6422.165.0">version 125.0.6422.165.0</a></li> </ul> </article> |
