summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-18 01:59:02 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-18 01:59:02 -0400
commitdcf606d48fe1c1d9fe19c984cb997a8e75c8c22c (patch)
tree28bea630ee0d4489ef03555c41ae072ae3a72618 /static
parent747bf4e4422cef4707ea5aee0129fa38ad4b704b (diff)
reorder latest release notes
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index feea204d..e70aef4e 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -549,9 +549,9 @@
<p>Changes since the 2024101700 release:</p>
<ul>
+ <li>Sandboxed Google Play compatibility layer: declare C2DM SEND permission ourselves in addition to the already covered READ_GSERVICES and C2DM RECEIVE to avoid issues with Firebase Cloud Messaging for fresh installs of sandboxed Google Play without the Google Services Framework (GSF) app that's no longer a dependency in our App Store for Android 15</li>
<li>Settings: enable our per-connection Wi-Fi MAC randomization feature by default for new networks again on Android 15 instead of the standard per-network approach</li>
<li>Settings: extend change in the previous release for hiding inaccurate Private Space information</li>
- <li>Sandboxed Google Play compatibility layer: declare C2DM SEND permission ourselves in addition to the already covered READ_GSERVICES and C2DM RECEIVE to avoid issues with Firebase Cloud Messaging for fresh installs of sandboxed Google Play without the Google Services Framework (GSF) app that's no longer a dependency in our App Store for Android 15</li>
<li>persist GrapheneOS-specific package state when archiving an app</li>
<li>Radio Info, Wi-Fi testing (Settings): opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bug)</li>
<li>stop excluding Gallery from Private Space</li>