- Oct 06, 2023
-
-
Jernej Virag authored
-
Alex Salo authored
-
Manjeet Rulhania authored
-
Chandru S authored
Test: pending, will add manual steps to verify Test: atest KeyguardFaceAuthInteractorTest Fixes: 303685568 Change-Id: I04b062fd5518b2f85e70341787154dc8e7916cab
-
Lyn Han authored
-
Evan Chen authored
-
Kweku Adams authored
-
Lyn Han authored
-
Lyn authored
Bug: 303854744 Bug: 290381858 Test: NotificationBitmapJobServiceTest Change-Id: If6d140098b011ff592076e9f7c4b3654ec70a70c
-
Tetiana Meronyk authored
-
Daniel Norman authored
-
Jernej Virag authored
This fixes leaking of NotificationLaunchAnimatorController instances (together with their referenced Notification entries) by breaking a dependency cycle through IPC. Also removes completion callback - it's a very easy avenue to leak even more objects accidentally and is currently unused in SysUI code. Bug: 299069405 Bug: 298028699 Bug: 293929945 Test: unit tests for attached class. Reproduced issue on cheetah, confirmed fix of issue with a profiler. Change-Id: Ib17577cba17ed35b24c4ab32ce0ed55fc7a24605
-
Oleg Blinnikov authored
-
Mady Mellor authored
-
Xin Guan authored
-
Lee Shombert authored
-
Evan Rosky authored
-
Kevin Liu authored
-
Teja Yerukalapudi authored
Change-Id: I438ecc09c4d6845a17270c427bfc7598873fd049 Test: m Bug: b/302289782
-
Teja Yerukalapudi authored
-
Yining Liu authored
-
Catherine Liang authored
-
Catherine Liang authored
Make adjustments so keyguard preview renderer can create a preview for any specified display. This enables previewing the lock screen workspace for multi-display devices, needed in wallpaper picker's new preview UI. We enable this by making sure views are created using a context that is adjusted for the display, instead of the current context. Bug: 291761856 Bug: 303313708 Test: manually verified in new wallpaper picker preview UI Change-Id: I786f93259191666550158a301e1bcc35a1ae7af3
-
Ioana Alexandru authored
-
Ioana Alexandru authored
-
Olivier Gaillard authored
Merge "Extend the watchdog timeout when calling #onUserStopped and a few other slow operations" into main
-
Olivier Gaillard authored
Merge "Add a new method to the Watchdog to extend the timeout of Monitors added through #addMonitor." into main
-
Fabian Kozynski authored
-
Oleg Blinnikov authored
Change-Id: Idbb607a3a58382735b94b383280ce5cf8c9695c1 Bug: 242093547 Test: Manual
-
Beverly Tai authored
-
Beverly Tai authored
-
Dave Mankoff authored
* changes: Fix Duplicate Binding Warning for QSFragmentComponent Fix Duplicate Binding Warning for StatusBarFragmentComponent.
-
Tetiana Meronyk authored
Fix vulnerability that allows creating users with no restrictions. This is done by creating an intent to create a user and putting extras that are too long to be serialized. It causes IOException and the restrictions are not written in the file. By truncating the string values when writing them to the file, we ensure that the exception does not happen and it can be recorded correctly. Bug: 293602317 Test: install app provided in the bug, open app and click add. Check logcat to see there is no more IOException. Reboot the device by either opening User details page or running adb shell dumpsys user | grep -A12 heen and see that the restrictions are in place. Change-Id: I633dc10974a64ef2abd07e67ff2d209847129989
-
Ioana Alexandru authored
Bug: 293167744 Test: compiles Change-Id: I187bcdd8bea60ba5e204588175487b5d85dab04b
-
Tiger Huang authored
-
Pascal Mütschard authored
-
Tiger Huang authored
-
Tiger authored
Bug: 136250281 Bug: 136993073 Bug: 140423092 Bug: 145242835 Test: Execute "adb shell dumpsys window" and see if the window types are shown in strings instead of numbers. Change-Id: I3319962ba06b4f6a426d64b65a250ba3e5dcd848
-
Riddle Hsu authored
-