- Sep 08, 2023
-
-
Anna Zhuravleva authored
Platform_testing LargeTest annotation is for host side tests, device tests should use androidx annotation. Bug: 293837621 Test: build Change-Id: I8ea6f256b542a4ed0030b3d366c37f6fdafa6b3b
-
- Sep 06, 2023
-
-
Jordan Demeulenaere authored
* changes: Revert "Revert "Enable the Compose implementation of the QS footer actions"" Fix the Compose footer actions paddings Set the elevation on the Compose implementation of QS footer actions
-
Alex Buynytskyy authored
-
Michael Mikhail authored
-
Vladimir Komsiyski authored
-
Cosmin Băieș authored
[automerger skipped] Merge "Check hasNavigationBar when showing IME nav bar" into udc-qpr-dev am: 848b83a3 am: 65a02ad0 -s ours am skip reason: Merged-In Ide89075836a527d806f28cbeeb8d90334b79428f with SHA-1 6b031f8a is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656688 Change-Id: I91e44df708b3dbabad35ba2ce06cc590ed329e19 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Ayush Sharma authored
[automerger skipped] Merge "Fix deadlock between DPMS and AMS" into udc-qpr-dev am: 0a40bc7e am: c9d1b984 -s ours am skip reason: Merged-In I0aa2e397ac49d90b5f89ba10e11cab665cc2e915 with SHA-1 058ebf6e is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24446636 Change-Id: I61774c5b792202f277c0ba88734dac6f3dcb850c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Pavel Grafov authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24657372 Change-Id: I0513d11bed8fd46f86ad98f06ebff4b3b68afe08 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cosmin Băieș authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24656688 Change-Id: I66a8de7bf9fae5f2aa07e710eb45c7bcdfef030e Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Cosmin Băieș authored
-
Ayush Sharma authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24446636 Change-Id: I2918eaf283c527c7ec7954fc1b550c832023beee Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Pavel Grafov authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24657372 Change-Id: I0166439376a9cfa4126fa853eb3e887d0e0913bb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Chris Li authored
-
Ayush Sharma authored
-
Treehugger Robot authored
-
Pavel Grafov authored
-
Shivangi Dubey authored
-
Jernej Virag authored
-
Jordan Demeulenaere authored
This reverts commit eb2fcb3a. Reason for revert: Bug b/299104543 fixed in http://ag/24664828 Change-Id: Ic18aa7c60287ec6e78de0b8a9ff4be350863e6b3
-
Jordan Demeulenaere authored
This CL fixes the paddings of the footer actions when using the Compose implementation. See the end of http://b/299104543#comment12 for details. Bug: 299104543 Test: Manual, observed that the visual background of the footer actions are the same in the View and Compose implementation, both on phone and tablets Change-Id: I444398f04d49920642a2ac44dafabd829f39afc4
-
Jordan Demeulenaere authored
This CL sets the elevation of the Compose implementation of the QS footer actions to be the same as the View implementation. Without this, the footer actions will be displayed below the ScrollView used to display the QS page instead of above, which means that clicks on the buttons are passed to the ScrollView (when it is scrollable) instead of the buttons. See b/299104543#comment12 for details and videos. Bug: 299104543 Test: Ran SettingsButtonTest, PowerMenuButtonTest and AddGuest on cf_x86_64_phone-trunk_staging-userdebug Change-Id: Ib6c66ade87bb473fae6a3b93a2cbc58f5540ecb6
-
Vladimir Komsiyski authored
The allowed/blocked activities and task navigation sets are mutually exclusive, we can keep as single set for them. This will come in handy when adding the dynamic activity policy. Now when the default cross navigation policy is blocking and the blocked list is empty - then everything is allowed \o/ This is not really a bug because the policy can only be blocking if the blocked list is not empty. But fixing for consistency. Fixing all the nullability annotations in GWPC because the VirtualAudioControllerTest passes nulls for a bunch of callbacks but GWPC mostly doesn't check if they are null. No-op, pure refactoring, so not flagging. Bug: 298401780 Test: presubmit Change-Id: Iadebd10fad00c5be1be28507d13bf04f1c16aec1
-
Cosmin Băieș authored
Before my CL [1] the IME navigation bar was directly tied to the System navigation bar, and would follow its visibility. Now that these two are untied, the IME navigation bar must check whether the System navigation bar will be drawn, to avoid showing itself when it shouldn't (e.g. emulator). Test: run on emulator, check that IME navigation bar is not shown; atest InputMethodServiceTest#testNoNavigationBar_thenImeNoCaptionBar Bug: 296435448 Merged-In: Ide89075836a527d806f28cbeeb8d90334b79428f Change-Id: Ide89075836a527d806f28cbeeb8d90334b79428f
-
Chris Li authored
The getter and setter have different annotation, so we need to update the existing usages before adding the annotation. Bug: 297672475 Test: m Change-Id: If8f80b9521ca8b1108301c9cb0caf64672651647
-
Riddle Hsu authored
-
Riddle Hsu authored
Bug: 163976519 Test: CtsWindowManagerDeviceTestCases Change-Id: I13bdd1f7a6a04410b8b47fe7befaf2fd220aed71
-
Wei Sheng Shih authored
-
Riddle Hsu authored
-
Treehugger Robot authored
[automerger skipped] Merge "Validate URI-based shortcut icon at creation time." into rvc-dev am: bdcf6b3c am: bf3e2fd9 am: 37fbb483 am: ac61b7d0 am: f9a2bcf2 am: 6824374b am: 88d743c8 am: 3b18ce15 am: fc362d85 -s ours am: 8aacb817 -s ours am: 63ec9873 -s ours am skip reason: Merged-In I392f8e923923bf40827a2b6207c4eaa262694fbc with SHA-1 520e266b is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24046929 Change-Id: I50297280a4858b50c42ec08587b629932ecec082 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
[automerger skipped] Merge "Validate URI-based shortcut icon at creation time." into rvc-dev am: bdcf6b3c am: bf3e2fd9 am: 37fbb483 am: ac61b7d0 am: f9a2bcf2 am: 6824374b am: 88d743c8 am: 3b18ce15 am: fc362d85 -s ours am: 45d1834d -s ours am: 68d44c27 -s ours am skip reason: Merged-In I392f8e923923bf40827a2b6207c4eaa262694fbc with SHA-1 3d41fb76 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24046929 Change-Id: I97c5925fd1232181703d85412392dab8ed6a48f0 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Mark White authored
-
Treehugger Robot authored
[automerger skipped] Merge "Validate URI-based shortcut icon at creation time." into rvc-dev am: bdcf6b3c am: bf3e2fd9 am: 37fbb483 am: ac61b7d0 am: f9a2bcf2 am: 6824374b am: 88d743c8 am: 3b18ce15 am: fc362d85 -s ours am: 8aacb817 -s ours am skip reason: Merged-In I392f8e923923bf40827a2b6207c4eaa262694fbc with SHA-1 520e266b is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24046929 Change-Id: Ifcc882b4ffe311559bd71a933515dcb768b16497 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
[automerger skipped] Merge "Validate URI-based shortcut icon at creation time." into rvc-dev am: bdcf6b3c am: bf3e2fd9 am: 37fbb483 am: ac61b7d0 am: f9a2bcf2 am: 6824374b am: 88d743c8 am: 3b18ce15 am: fc362d85 -s ours am: 45d1834d -s ours am skip reason: Merged-In I392f8e923923bf40827a2b6207c4eaa262694fbc with SHA-1 3d41fb76 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24046929 Change-Id: I51272cdc9d89a03fb11404a9034ba8133769944f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Treehugger Robot authored
[automerger skipped] Merge "Validate URI-based shortcut icon at creation time." into rvc-dev am: bdcf6b3c am: bf3e2fd9 am: 37fbb483 am: ac61b7d0 am: f9a2bcf2 am: 6824374b am: 88d743c8 am: 3b18ce15 am: 83d55145 am: a053ddba -s ours am: 5d7acb00 -s ours am skip reason: Merged-In I392f8e923923bf40827a2b6207c4eaa262694fbc with SHA-1 520e266b is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24046929 Change-Id: Ia8eadf41ceb5b662100296456479ff9e513f8382 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Mark Hansen authored
Merge "Dispatch from DecorView to View.toString()" into main am: 9bf0ec58 am: 17d66bb4 am: 67fba7fa am: d20edb13 am: 8558583b Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2739113 Change-Id: I8658b3e1bd069ac54103401d550b8b52897018b8 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Mark Hansen authored
Merge "Move @ViewDebug.ExportedProperty annotations from private fields to public methods" into main am: 61798ad0 am: 7cc5c39c am: 4bc33825 am: bf825838 am: dcd507d1 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2726853 Change-Id: I872fa09a16d30c6f2cd7a3fd8ef72925db0681e8 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
[automerger skipped] Merge "Validate URI-based shortcut icon at creation time." into rvc-dev am: bdcf6b3c am: bf3e2fd9 am: 37fbb483 am: ac61b7d0 am: f9a2bcf2 am: 6824374b am: 88d743c8 am: 3b18ce15 am: 12fd5027 -s ours am skip reason: Merged-In I392f8e923923bf40827a2b6207c4eaa262694fbc with SHA-1 520e266b is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24046929 Change-Id: Ie5be69b214eb96d25550a2b7df16d6b067cf46fb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Graciela Putri authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24605510 Change-Id: I7c4e9c12d5500f73c98020020334c674d35c1609 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
[automerger skipped] Merge "Validate URI-based shortcut icon at creation time." into rvc-dev am: bdcf6b3c am: bf3e2fd9 am: 37fbb483 am: ac61b7d0 am: f9a2bcf2 am: 6824374b am: 88d743c8 am: 3b18ce15 am: fc362d85 -s ours am skip reason: Merged-In I392f8e923923bf40827a2b6207c4eaa262694fbc with SHA-1 3d41fb76 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24046929 Change-Id: Ieb828e2f2473a0e6e5d60a0a209f28792454a6ef Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-