summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-07-09 13:34:36 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-07-09 13:34:58 -0400
commitdc58e745b457794287554a0823d7f3938669a457 (patch)
tree3547dc8eef49749b9d1e44adaf010db51c69c0fe
parentc7321557e19d5ac17c8e592bae2af9d6c34d8f6d (diff)
power button fingerprint scanner enrollment fix
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index bee58fa7..5aa20a5d 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -786,6 +786,7 @@
<p>Changes since the 2024070201 release:</p>
<ul>
+ <li>Settings: extend standard fingerprint enrollment stages with proper support for devices with power button fingerprint scanners (Pixel Fold, Pixel Tablet) which is not present in AOSP (Pixel Fold was still usable, but it had become incredibly hard to successfully register new fingerprints on the Pixel Tablet)</li>
<li>improve warning for 32-bit-only apps by explaining why the warning is shown, how to resolve it for apps that are still developed and that we plan to phase out support for it on 5th/6th generation Pixels where it's still available</li>
<li>show warning for 32-bit-only apps on each launch instead of only once</li>
<li>kernel (Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Pixel 8, Pixel 8 Pro, Pixel 8a): disable 32-bit ABI support to substantially decrease kernel size and attack surface and raise mmap_min_addr to the standard 65536 for 64-bit-only ARM</li>