- Jun 07, 2024
- Jun 06, 2024
-
-
David Lin authored
-
wilsonshih authored
The timing issue happen when a closing dialog activity request to launch itself again before the task move to background. By default system will play an exit animation for the dialog style window, when the activity being move to foreground again, core will cancel previous exit animation so the window can be visible. But the window surface shouldn't be hide and/or destroy in onExitAnimationDone, since the window is request to be visible again. Bug: 342644763 Test: repeatly closeing the sample activity, verify the window surface of app window won't be hide after the relayout request. Change-Id: Id2718b438ef9f21b0bc4182e50b59de07c445372 Merged-In: Id2718b438ef9f21b0bc4182e50b59de07c445372 (cherry picked from commit daff5ea4)
-
David Lin authored
- Jun 05, 2024
-
-
Aishwarya Mallampati authored
Bug: 340957759 Test: atest SatelliteManagerTestOnMockService Change-Id: Ie730e9b5afd46d1f4023d1643b03d68f349feb2d
-
Grace Cheng authored
-
Grace Cheng authored
-
Hakjun Choi authored
-
- Jun 04, 2024
-
-
Evan Laird authored
-
Miranda Kephart authored
Bug: 343631837 Fix: 343631837 Flag: ACONFIG com.android.systemui.screenshot_shelf_ui2 TEAMFOOD Test: manual (visual change only) Change-Id: I39bcb85f970d72f705689b810c393ef59598a39a
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Grace Cheng authored
This reverts commit a886be55. Reason for revert: identified issue with reverted CL and reapplying CL with fix Flag: NONE bugfix Test: atest PromptViewModelTest Fixes: 331920634 Fixes: 329480356 Change-Id: I477ba87ac9fb74a7c1a882d3b6604149931fb438 Merged-In: I477ba87ac9fb74a7c1a882d3b6604149931fb438
-
Grace Cheng authored
Adding failure listener logging on lotties for BiometricPrompt Flag: NONE adding logs Bug: 331920634 Test: N/A Change-Id: I5ad7dd33b46085f83f3a746b0ab2824eecae563e Merged-In: I5ad7dd33b46085f83f3a746b0ab2824eecae563e
-
Satish Yalla authored
This reverts commit b033de9f Reason for revert: The CL made taskbar flickers Bug: 343521630 Change-Id: Ie8e7a3f4751cc71f80596099fea73f3e1a848a52
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I84fa9dc51de111f5af807e5bb5d65f4b71ca2b6a
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I0c93fb7da9946e4c8ba1ecc8362acfec0d2298f3
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ib29e28bb430298b40d43b166b7d804ccad9a2554
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I458edbec332f74241b65bb045314bfb006a45eeb
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I0120186c3b95faa15a74e1113783f157cdfea6b4
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I9da347e82780e7f345b09066f6d813410c432b6d
-
- Jun 03, 2024
- Jun 01, 2024
-
-
Hakjun Choi authored
As location query of satellite has changed from checking country code to actual location query, it is needed to add allowed value for cts for CF Bug: 340331500 Test: atest cts/SatelliteManagerTestOnMockService Change-Id: I4998d934b656091892ea1907f8aa11e4bbbeca71
-
Sudheer Shanka authored
To avoid accessing the trunk stable flag early in the boot cycle, check for the package stopped state first. Bug: 336723189 Bug: 332922400 Test: atest tests/app/src/android/app/cts/ForceStopTest.java Flag: android.content.pm.stay_stopped Change-Id: Ic8003c4093073d8ac5a90e971c4b7ddde61d0ef5 (cherry picked from commit 5d678dd9)
-
- May 31, 2024
-
-
Caitlin Shkuratov authored
This isn't my favorite way to fix this, but it's what we can do given the state of the current code and what little time we have left. Fixes: 341841138 Flag: com.android.internal.telephony.flags.oem_enabled_satellite_flag Test: In SysUI demo mode, enter satellite mode then open the shade -> verify the header has the satellite carrier text Test: atest CarrierTextManagerTest ShareCarrierGroupControllerTest Change-Id: I1bd7a67d7a2f0f9971ad5fab638adf2d78eac6be (cherry picked from commit 91a8a43a)
-
Evan Laird authored
This reverts commit aa0f68b0. Reason for revert: Added a a try/catch to handle the exception Original commit message: Per the linked bug, there is a new API on `SatelliteManager` that implements a callback for satellite support. This is in addition to the existing query API that happens when the repository starts up. This CL adds the listener after the initial query, and makes sure that if satellite support shows up later it is caught. The state change listener runs regardless of the initial supported state. Test: DeviceBasedSatelliteRepositoryImplTest Bug: 342278770 Flag: NONE bugfix Change-Id: I2ddf754b60ca71427754c3940f593e851c9c28da Merged-In: I2ddf754b60ca71427754c3940f593e851c9c28da
-