diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-16 17:41:32 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-16 17:43:06 -0400 |
| commit | 5b5445619d50d935492f10ebfa35a72d43b0a2ae (patch) | |
| tree | b051cfa473d11e2121b6f0148b5822d74578d46c | |
| parent | a097fd886431c52de2a15953e7fdee12477c0a5a (diff) | |
port per-connection MAC randomization option to new UI
| -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 b8d04b15..33a8af8b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -539,6 +539,7 @@ <ul> <li>fix upstream Android 15 bug in InputMethodManagerService.resetDefaultImeLocked() causing system_server crash</li> + <li>Settings: port our default enabled per-connection MAC randomization option to the new Compose-based UI in Android 15 so the default mode displays properly and it can be restored back to the default value</li> <li>Sandboxed Google Play compatibility layer: replace GmsCompatConfig Bluetooth stubs with in-place checks for improved reliability and readability</li> <li>ignore the standard stock OS configured Factory Reset Protection since installing GrapheneOS implies the ability to bypass it via the device being unlocked and if we added our own anti-theft system it would not use the same approach using Google account recovery</li> <li>disable temporary unconditional system crash notifications since we've gotten the initial feedback we needed via the previous release</li> |
