summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-12-09 12:33:09 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-12-09 12:33:09 -0500
commit7190faa2a0b24e0874adad0ed4d5a3b32d367aac (patch)
treec96f54b57f69d18b26044782790957b7228da7d9 /static
parent1949a8c7d4a7ec13e9f88afd6344adf2e2a25e00 (diff)
delay activation of runtime permission dialog allow buttons
Diffstat (limited to 'static')
-rw-r--r--static/releases.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index b18ad828..4c0403d2 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -551,8 +551,9 @@
<p>Changes since the 2024120702 release:</p>
<ul>
+ <li>delay activation of the Allow button(s) for runtime permission dialogs by 1 second to make it much harder to accidentally grant access</li>
+ <li>delay activation of the Allow button for the Android Debug Bridge USB authorization dialog by 1 second to make it much harder to accidentally grant access</li>
<li>prevent crashes caused by upstream Android bugs when a Mock Location provider is added or removed by avoiding ever removing location providers at runtime by keeping them around as disabled providers</li>
- <li>delay activation of the Allow button for the Android Debug Bridge USB authorization dialog in order to avoid easily accidentally approving it</li>
<li>Sandboxed Google Play compatibility layer: fix Android Auto Bluetooth audio regressions from Android 15 QPR1</li>
<li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ICCID MVNO type in Android 15 QPR1</li>
<li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ApnItem fields Android 15 QPR1</li>