order important QPR1 regression fixes first
This commit is contained in:
parent
8fb3a18eb4
commit
dd56132c19
@ -566,6 +566,10 @@
|
||||
<p>Changes since the 2024120702 release:</p>
|
||||
|
||||
<ul>
|
||||
<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>
|
||||
<li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): change user-facing carrier settings version string prefix to match Google Carrier Settings to avoid confusion when comparing to the stock OS</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>Permission Controller: 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>Permission Controller: disable all caps text theme by default to match the Settings app style</li>
|
||||
@ -574,10 +578,6 @@
|
||||
<li>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</li>
|
||||
<li>Settings: fix minor back navigation issue for our duress PIN/password UI where it would open a new authentication activity instead of going back to the previous screen</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>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>
|
||||
<li>CarrierConfig2 (app created by GrapheneOS to replace Google CarrierSettings): change user-facing carrier settings version string prefix to match Google Carrier Settings to avoid confusion when comparing to the stock OS</li>
|
||||
<li>stop temporarily always enabling system crash notifications since initial Android 15 QPR1 is completed</li>
|
||||
<li>kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.228</li>
|
||||
<li>adevtool: update carrier_settings and carrier_list protobuf parsers for Android 15 QPR1</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user