- Feb 07, 2024
-
-
Diya Bera authored
Fixes: 313142986 Test: N/A Change-Id: I9f26b23d0a9d3f5f140b4056b58c556fc5241ac8
-
- Feb 05, 2024
-
-
Richard MacGregor authored
-
Carlos Galo authored
[automerger skipped] Merge "Add memory OWNERS to JNI" into main am: 5e5cfe6c am: 5a35131a -s ours am skip reason: Merged-In Ida170c1282157db712a4ea811d0429987438c773 with SHA-1 59baf003 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2947105 Change-Id: Id86ee3931ac468ac823ee2924fc10b84d42fbedd Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Sanal Buvaev authored
Merge "Update logging after adding string field to RescuePartyResetReported atom" into main am: 311d8cfc am: 83ca5ade Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2946745 Change-Id: I9a9b4afaf2355df89af1079718fa5fcb88b16113 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Automerger Merge Worker authored
* changes: [automerger skipped] Merge "Enable rollback lifetime API changes during install" into main am: 1034330c -s ours am: 86cd412d -s ours [automerger skipped] Enable rollback lifetime API changes during install am: 42ef4d2a -s ours am: 6dad41b8 -s ours
-
Treehugger Robot authored
[automerger skipped] Merge "Enable rollback lifetime API changes during install" into main am: 1034330c -s ours am: 86cd412d -s ours am skip reason: Merged-In Ia244caab1284d3468cbe75d3c6741f88a165f043 with SHA-1 4b1cde57 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2936899 Change-Id: Ic847e54431440268f02976ee9f8de7bc03f17ca8 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Josh Tsuji authored
-
Sanal Buvaev authored
[automerger skipped] Enable rollback lifetime API changes during install am: 42ef4d2a -s ours am: 6dad41b8 -s ours am skip reason: Merged-In Ia244caab1284d3468cbe75d3c6741f88a165f043 with SHA-1 4b1cde57 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2936899 Change-Id: I7ba52b448e9d1ec1f25311d1e248910d68345101 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Mady Mellor authored
-
Weilin Xu authored
-
Carlos Galo authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2947105 Change-Id: I893467a617ba197435b809c294b6839d3e3bc1e3 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Sanal Buvaev authored
Merge "Update logging after adding string field to RescuePartyResetReported atom" into main am: 311d8cfc Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2946745 Change-Id: I136899ab3a45c0c836388299f1edf25e45cca2b9 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
[automerger skipped] Merge "Enable rollback lifetime API changes during install" into main am: 1034330c -s ours am skip reason: Merged-In Ia244caab1284d3468cbe75d3c6741f88a165f043 with SHA-1 4b1cde57 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2936899 Change-Id: Ib0d7c657690015e89848834f4d959e8af035f064 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Sanal Buvaev authored
am skip reason: Merged-In Ia244caab1284d3468cbe75d3c6741f88a165f043 with SHA-1 4b1cde57 is already in history Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2936899 Change-Id: Iabec7bc6a8d3009e252e453c588096c4c9fff391 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Stefan Andonian authored
-
Darrell Shi authored
-
Anton Potapov authored
-
Liana Kazanova authored
-
Tyler Freeman authored
* changes: fix(magnification fling): add stop fling test to controller test fix(magnification fling): stop fling animation if they put their finger down feat(magnification fling): add fling momentum velocity tracking to panning gesture fix(fullscreen magnification): fix test sending incorrect TouchEvents
-
Richard MacGregor authored
-
Siarhei Vishniakou authored
-
Evan Chen authored
-
Taran Singh authored
-
Carlos Galo authored
-
Matt Buckley authored
-
Sanal Buvaev authored
-
Yasin Kilicdere authored
-
Yasin Kilicdere authored
mHandlerThread was added in ag/24804347 to improve the duration and the spikiness of the user switch, with a small memory cost. But this memory regression was observed even when there is no multiple users present or supported on the device. This CL fixes that issue by lazy loading the mHandlerThread. Bug: 323841616 Fixes: 321880416 Test: Manual control of Perfetto traces Test: atest WallpaperManagerTest Flag: android.multiuser.bind_wallpaper_service_on_its_own_thread_during_a_user_switch Change-Id: I004a725abf50b282ada36a8cb734279f30284e64
-
Prabir Pradhan authored
-
Treehugger Robot authored
-
Mady Mellor authored
Previously most of bubbles logging required you to rebuild and flip flags in BubbleDebugConfig. Additionally, some of the logs were a bit spammy and unhelpful. This CL attempts to clean the logging up, add some additional logging, and migrate most of the non-error related logs to ProtoLog. I think there might still be some logs to prune / add but this should be more useful than it was before. Test: make && adb shell dumpsys activity service SystemUIService WMShell protolog enable-text WM_SHELL_BUBBLES and observe the logs Bug: 323591549 Change-Id: If528dc0adcf5910fd62a4229777cfd391a2f7307
-
Mady Mellor authored
-
Graciela Putri authored
-
Tyler Gunn authored
-
Anton Potapov authored
This is DrawablePainter fork of the Accompanist one. https://github.com/google/accompanist/blob/main/drawablepainter/src/main/java/com/google/accompanist/drawablepainter/DrawablePainter.kt Bug: 323538193 Flag: N/A Test: N/A Change-Id: I4de4e2ac145aa80f7a43af862b8d7975ae994a07
-
Richard MacGregor authored
- Add exemption for systemui - Add exemption for bug report handlers Bug: 316955306 Test: atest SensitiveNotificationProtectionControllerTest Flag: ACONFIG com.android.server.notification.screenshare_notification_hiding DISABLED Change-Id: I57c92ce890ca0fc3c6942a24788cc04499af912e
-
Ioana Alexandru authored
-
Sumedh Sen authored
-
Graciela Wissen Putri authored
If there are two windows of TYPE_APPLICATION_STARTING and TYPE_BASE_APPLICATION, we should allow letterbox to be shown if one of the windows are letterboxed even though it's not on the top z order. This will prevent flickering when the letterboxed window is brought to top. Bug: 317319213 Test: atest SizeCompatTests Open YT video in explore page Change-Id: I4fcf4785a6b6a50e7baeabf28efd83a3dd11b7f4
-
Fabian Kozynski authored
-