- May 03, 2024
-
-
Youngtae Cha authored
-
- May 02, 2024
-
-
Prashant Patil authored
-
YK Hung authored
-
Pajace Chen authored
Bug: 328546483 Bug: 336562468 Test: http://ab/I84500010269804660 Test: atest SettingsLibUnitTests Change-Id: Ied13d152b30c2156269b5d0281c9572e2d8c0964
- May 01, 2024
-
-
Shunkai Yao authored
-
Grace Cheng authored
-
Nicolò Mazzucato authored
-
Massimo Carli authored
-
Nicolo' Mazzucato authored
The dialog was being shown only after lockscreen dismissal when an external display was connected. The dialog got bottom insets only when created. However, when using 3 buttons nav the bottom insets was changing with some delay. The base class (SystemUIBottomSheetDialog) now listens at insets changes and propagates them to child classes. + Adding a 200ms debounce to show the dialog: this avoids a visible jump when unlocking with 3 buttons nav. Flag: None Fixes: 327656078 Test: MirroringConfirmationDialogTest Change-Id: I14ce1c2111707758f31ba9256a705edfd711b31e Merged-In: I14ce1c2111707758f31ba9256a705edfd711b31e (cherry picked from commit 10064bc6)
-
youngtaecha authored
Bug: 335760795 Test: atest android.telephony.satellite.cts.SatelliteManagerTestOnMockService Test: Manually verified if the callback is invoked well when the allowed state is changed in skylo demo mode. Change-Id: I2b6d165835c6a84287d872b0000ab626ddc3966b
-
David Drysdale authored
This reverts commit abbaa445. Reason for revert: frameworks change should not have gone into 24Q2 (cherry picked from https://android-review.googlesource.com/q/commit:ad79ede464a1d95508e4f7e65a29459c77219814) Bug: 329008459 Ignore-AOSP-First: reverting incorrect merge into release branch (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3b5a6bfb75f489033c5601c965a9236fb2a64903) Merged-In: Ie63b8dfc8bb562b33e6e529d537bde64ae2c6d53 Change-Id: Ie9b5218a707cf3ef8cb34f5fadd68e34683a5b15
-
Massimo Carli authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Massimo Carli authored
Introduces the OVERRIDE_MIN_ASPECT_RATIO_ONLY_FOR_CAMERA per app override to intentionally letterbox activities while camera connection is open, to a more traditional phone form factors (16:9 or split-screen) aspect ratio depending on existing OVERRIDE_MIN_ASPECT_RATIO_* overrides. The existing PROPERTY_COMPAT_ALLOW_MIN_ASPECT_RATIO_OVERRIDE can be used to allow to opt-out from this override. Fix: 325586858 Test: atest WmTests:LetterboxUiControllerTest Test: atest WmTests:ActivityRecordTests Test: atest WmTests:DisplayRotationCompatPolicyTests Test: atest WmTests:SizeCompatTests Change-Id: Ib0f9a854372e35621345fbad60578c4238f54349 Merged-In: Ib0f9a854372e35621345fbad60578c4238f54349
-
Shunkai Yao authored
Bug: 332981866 Test: atest com.android.server.audio.MusicFxHelperTest Flag: NONE, impact of this fix is limited Change-Id: I996951c7f71678c76afec78efd452b275f17213e (cherry picked from commit 52c9b652) Merged-In: I996951c7f71678c76afec78efd452b275f17213e
-
- Apr 30, 2024
-
-
Eric Laurent authored
-
Grace Cheng authored
Only use mDismissDialogTimeout when accessibility is disabled. When accessibility is enabled, do not dismiss dialog until sensor is touched, or focus is moved away from dialog. Flag: NONE Test: atest SideFpsEventHandlerTest Fixes: 324488176 Change-Id: I4c953f938bbc0102188cc87f12eb8617b00f6184
-
Atneya Nair authored
-
Justin Weir authored
-
Matt Casey authored
-
Justin Weir authored
Fixes: 325246498 Test: manual Flag: NONE Change-Id: If87187a81da0e7c85f82cfd09aada394771c1fa7 Merged-In: If87187a81da0e7c85f82cfd09aada394771c1fa7 (cherry picked from commit 3176ba53)
-
Matt Casey authored
-
Matt Casey authored
-
Treehugger Robot authored
-
Graciela Putri authored
-
Cosmin Băieș authored
We create the insets source control on the server side in InsetsSourceProvider#updateControlForTarget, setting the control's initiallyVisible to the clientVisible. For the IME provider, we update the clientVisible to match the target's requestedVisibleTypes, added in [1]. We also reset the IME target's requestedVisibleTypes when we lose control in the ImeInsetsSourceConsumer on the client side. There is a race condition between resetting the requestedVisibleTypes in the consumer (client side) and reading the value in the provider (server side), which leads to the IME control having initiallyVisible set to true. However, this breaks some assumptions, as we expect the IME control's initiallyVisible to always be false. One example is triggering a hide request that would cancel an explicit show request. This replaces the logic for updating the IME controls's initiallyVisible based on the providers's clientVisible, to always set it to false, matching the IME expectations. This could only lead to an inconsistency between the actual visibility of the IME, and the visibility tracked by IMMS, which was already an issue, and is going to be fixed by the refactor in b/298172246. [1]: I1f140af6bcccbcbe6efb2fde9a789ac4c7bd127f Test: atest ImeSwitchingTest#testImeRemainsVisibleAfterSwitchingIme Bug: 328994329 Bug: 337122357 Change-Id: I459debedb243b4345b9981b88adf6e4a0ea9b44a (cherry picked from commit c8a1fbb5)
-
Graciela Wissen Putri authored
Fix: 336760087 Test: atest SizeCompatTests Change-Id: I6a44d18f1a21cb4d4dbb93564fd3615d7861a566
-
- Apr 29, 2024
-
-
Sooraj Sasindran authored
-
Matt Casey authored
-
Sooraj Sasindran authored
In case of radio state changes use relaxed id change in which even if the caller's record has invalid phone index, map phone 0 indications to record. Bug: 336916327 Test: manual system test that image switching is fine Re run all CTS tests Regression test for voice + data + sms and modem restarts in between Change-Id: Ie7c7f4c5c9fa621188b84f81565dbb2aae75bb10
-
Miranda Kephart authored
-
Miranda Kephart authored
Make sure we're respecting nav bar/display cutout/etc insets, and set the size of the preview so that the height in landscape is the same as the width in portrait. Bug: 332737483 Test: manual (visual changes) Flag: ACONFIG com.android.systemui.screenshot_shelf_ui2 TEAMFOOD Change-Id: Iaf4aebddaaa34f1ddcb7c9775e96ffd0b2133af2
-
Aishwarya Mallampati authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Miranda Kephart authored
Flipping the old flag turned it on in old builds (where the experience is not ready yet); changing the flag name and re-rolling it out. Bug: 329659738 Flag: NONE (changes now flagged under com.android.systemui.screenshot_shelf_ui2) Test: manual (device with the old flag has the old UI; flipping the new flag gets the new (and not broken) UI) Change-Id: I8250035bf8d33b977088a7aa748d780de306a7e0 Merged-In: I8250035bf8d33b977088a7aa748d780de306a7e0
-