From f7d3a53eb5ff87f7c79b0a5f79bf1d7e401d3219 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 9 Dec 2024 12:45:55 -0500 Subject: [PATCH] split out manage storage activity support --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index afa36f84..2cf8bf1d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -556,6 +556,7 @@
  • Permission Controller: set textAllCaps theme property to off by default
  • Permission Controller: move "Turn off" action from overflow menu to the toolbar for both Storage Scopes and Contact Scopes
  • Permission Controller: fix Contact Scopes UI issue where "Allow" could still be selected in the permission menu with Contacts Scopes enabled which would not actually disable Contact Scopes and allow the permission
  • +
  • Settings: add a dedicated App info > Storage > Manage storage button for apps with a manage storage space activity instead of replacing the standard user interface with it especially since the app's own implementation may not support clearing all storage and may not work at all
  • 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
  • Sandboxed Google Play compatibility layer: fix Android Auto Bluetooth audio regressions from Android 15 QPR1
  • CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): add support for new ICCID MVNO type in Android 15 QPR1