diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-07 09:51:21 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:12:27 -0400 |
| commit | 421e57d1676a6b8de336402762b7b2da995cc56d (patch) | |
| tree | 3993815272fdcbc24ff538723dc204ef247618d1 | |
| parent | 1b500eb9a3be7d0b9d55cc4a0c161d78c52f1135 (diff) | |
backport fix for wallpaper picker
| -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 9fedda6f..ee3271f8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -567,6 +567,7 @@ <p>Changes since the 2025030500 release:</p> <ul> + <li>Wallpaper Picker: backport upstream fix for an issue causing the UI for picking the wallpaper to be blank</li> <li>fix upstream system_server crash introduced in Android 15 QPR2 related to Bluetooth telephony integration</li> <li>add inet group for vmnic (virtual machine networking functionality) to make it compatible with our group-based Network permission enforcement used as another layer of security</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/82">version 82</a></li> |
