- May 30, 2024
-
-
Daniel Chapin authored
This reverts commit 5ea97062. Reason for revert: Droidfood blocking bug: b/331920634 Change-Id: I8fce1b6f0e4d5d5e5835e20b91727796cb1bafd2
-
- May 22, 2024
-
-
Grace Cheng authored
Update pulsing asset for face authenticating in BiometricPrompt Flag: NONE Test: atest PromptViewModelTest Test: (manual) Verify face auth icon pulses at correct speed Test: (manual) Verify face auth has right colors in dark and light theme Fixes: 329480356 Change-Id: Ieab77cd8d500a79b25b2218dcb69a968d5a4e72d Merged-In: Ieab77cd8d500a79b25b2218dcb69a968d5a4e72d
-
- May 21, 2024
-
-
Matt Casey authored
-
Matt Casey authored
-
Evan Rosky authored
-
Tom Hsu authored
-
Matt Casey authored
Fixes clipping on the right. Test: manual testing with partial and full width actions rows Flag: ACONFIG com.android.systemui.screenshot_shelf_ui2 NEXTFOOD Fix: 339691863 Bug: 329659738 Change-Id: I9c1560b219bc536268315bb25ac142c59ee1bd96
-
Chaohui Wang authored
-
Aishwarya Mallampati authored
-
Chaohui Wang authored
To unify the logic about AppOpsPermission. Bug: 339846642 Test: manual - on Special app access Test: unit test Change-Id: I1ee0c49ba16952986ced9168bfd4ab1d0c286b8c
-
Chaohui Wang authored
This reverts commit 81df5e00. Bug: 341016088 Test: manual - on Special app access Test: unit test Change-Id: I9270bc7468a4f2ace35af040d341b56264e8bfbd Merged-In: I9270bc7468a4f2ace35af040d341b56264e8bfbd
-
Aishwarya Mallampati authored
Bug: 339040483 Test: make Change-Id: Ic906fa44cb92fd803833d49971b04b8c6b639a10 Merged-In: Ic906fa44cb92fd803833d49971b04b8c6b639a10
-
- May 20, 2024
-
-
Treehugger Robot authored
-
Evan Laird authored
* changes: [Sat] Add device-based emergency calls only state to satellie icon [Sb][Mobile] Listen for service states via broadcast for subId = -1
-
Evan Laird authored
See the previous CL for the definition of isDeviceInEmergencyCallsOnlyMode. This CL incorporates the device-based emergency calls only state into the consideration of whether or not the device is completely out of service. Also updates the definition of `aggregateOver`, since there was an issue that going from N subscriptions -> 0 subscriptions would never re-emit from that flow. Test: DeviceBasedSatelliteInteractorTest Bug: 339023069 Bug: 341109689 Flag: com.android.internal.telephony.flags.oem_enabled_satellite_flag Change-Id: Ifb576a5dadcd0d430f2b9c60f82031332aff1ee8 Merged-In: Ifb576a5dadcd0d430f2b9c60f82031332aff1ee8
-
Evan Laird authored
We already have tracking for service state for any valid subscription, via the individual `MobileConnectionRepository` classes. However, there are cases when there is a device-based state (in this case, emergency calls only) that can be surfaced to SystemUI via the ACTION_SERVICE_STATE intent. In these cases, the subscription id from the intent is -1, and can be interpreted on our end as device state. This change adds tracking specifically for the `ServiceState` for the subId=-1 case, and exposes the emergency calls only state to the MobileIconsInteractor. Follow-up CLs will use this bit to better calculate the calling state of the device for the sake of showing satellite iconography. Flag: EXEMPT bugfix Bug: 339023069 Test: MobileConnectionsRepositoryTest Test: MobileIconsInteractorTest Change-Id: I7cc0aee2d6f579d2027ea1f0ffdc64486126664d Merged-In: I7cc0aee2d6f579d2027ea1f0ffdc64486126664d
-
Yein Jo authored
Bug: 329659738 Flag: ACONFIG com.android.systemui.screenshot_shelf_ui2 NEXTFOOD Test: Manual Change-Id: Ie689608912a01e0a037c9fa2520d5375b7e56390
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Massimo Carli authored
-
Santiago Seifert authored
Flag: NONE Test: Manually, using the MediaRouting demo app. Test: atest MediaOutputControllerTest Bug: b/329087598 Change-Id: Idf044cbc981e60675567c2c25bae45449ee700ec Merged-In: Idf044cbc981e60675567c2c25bae45449ee700ec
-
tomhsu authored
- Partial cp ag/26460595 for Coroutine instance. Flag: ACONFIG com.android.internal.telephony.flags.oem_enabled_satellite_flag Fix: 329288009 Fix: 327039349 Test: Manual test passed Test: Build passed on 24D1-dev locally Test: atest passed on 24D1-dev locally Change-Id: Ia27657b2d5bca1bd4f935089be574e12c3d93403 Merged-In: I0398dc3c8137219f7ab5723412566d5133f25790
-
- May 19, 2024
- May 18, 2024
-
-
Bill Lin authored
-
Mina Granic authored
Fixed-orientation activities are rarely tested in other orientations, and it often results in sideways or stretched previews. As the camera compat treatment targets fixed-orientation activities, overriding the orientation disables the treatment. Fixes: 340818342 Test: atest WmTests:LetterboxUiControllerTest Change-Id: I23cc542158e8fe53b1b210409dfb96c45ff7462f
-
- May 17, 2024
-
-
Jeremy Sim authored
* changes: When resizing split and both sides are veiled, make sure both sides are veiled with the same color Show veil over main app when splitting from fullscreen
-
Jeremy Sim authored
This is a temporary quick fix for b/339274381. When a split resize is initiated and both sides are being veiled (like when Chrome is opening a new instance of itself), there is a bug where the two sides return different colors, which looks bad. This patch ensures that both sides are veiled with the same color. When b/339274381 is fixed, this CL can be reverted entirely. Bug: 307490004 Test: Launch an adjacent task from Chrome using the repro steps in b/339274381, see that both sides are the same color. Flag: None Change-Id: I3158a1da29ec58c5412401b67a6905c31bb120b1 Merged-In: I3158a1da29ec58c5412401b67a6905c31bb120b1
-
Priyanka Advani authored
-
Priyanka Advani authored
-
Priyanka Advani authored
This reverts commit 3c9d23f0. Reason for revert: b/341309089, b/341306800 Change-Id: Ieaa129c2ad65bfa907685c300ce154342600e4a8
-
Ikram Gabiyev authored
-
Grace Cheng authored
Add debug logging for refactor enabled sfps indicator logic Flag: NONE Bug: 340227038 Test: N/A Change-Id: I6495b567bef60de7ec01aa5396b56a3424f891c9 Merged-In: Icc25cd08fa1cd7ee1f9d80aa9863c982bd6ea291
-
Grace Cheng authored
Pause lottie and removeAllLottieOnCompositionLoadedListeners for lottie when overlayView is hidden Flag: NONE Fixes: 340227038 Test: atest com.android.systemui.biometrics Change-Id: Ie5c81e0cc294d3263068f916778b6db59ba224b3 Merged-In: Iaaa413c76a246d94233daa4cbe2bc50a5833f0b2
-
Grace Cheng authored
-
Grace Cheng authored
Adding logs for debugging to legacy SideFpsController Flag: NONE Bug: 336780799 Test: N/A Change-Id: I7287f0c2422d3323efd6c0eac24ce338a1229c70 Merged-In: Ied1e743db40ecffc0ed07aa506eaf9be82c57a0a
-
Priyanka Advani authored
This reverts commit a43b57f2. Reason for revert: Droidmonitor created revert due to build breakages in b/341306800 Change-Id: I4bf8d772e867a055f0974eed72d1b1922c864296
-
Evan Rosky authored
Previously there was a specific fix for ordering during CHANGE transit. However, it was too broad and caused order to reverse for TO_BACK transitions. This CL changes the logic a little to just put all changes into the same z-order "strata" if the overall transition isn't an open or close type. This maintains relative ordering instead of trying to make assumptions. Bug: 340128968 Bug: 283076194 Test: go "back" from one task to another via moveToBack (example is back from wallpaper settings to settings on a non-AE device). Change-Id: I9d78062bd401893ec9a241ce72fb182040d9f06a (cherry picked from commit fd582575)
-
tomhsu authored
Flag: ACONFIG com.android.internal.telephony.flags.oem_enabled_satellite_flag Fix: 329288009 Fix: 327039349 Test: Manual test Test: atest passed Change-Id: I0398dc3c8137219f7ab5723412566d5133f25790 (cherry picked from commit 9d118960) Merged-In: I0398dc3c8137219f7ab5723412566d5133f25790
-
Tom Hsu authored
-