- Apr 18, 2024
-
-
Ikram Gabiyev authored
Make sure that PiP2 component handles the case of removing PiP via means other than direct remove from PiP menu. These include TO_BACK cases: e.g. when removing a multi-activity task from overview or CLOSE cases: e.g. via using adb shell am force stop <task>. Bug: 335511908 Test: adb shell am force-stop <task> after entering PiP Change-Id: Iab27c7b62bb6696eb1685137b7c1340c08e88dd0
-
Vineeth Bhende authored
-
Yein Jo authored
-
Stefan Andonian authored
Merge "Upload Perfetto Trace and Screen Recording as Unique Files when recording an issue." into main
-
Xin Guan authored
-
Fangqiu Su authored
-
Michał Brzeziński authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3048535 Change-Id: I997a74d54bb902ba4d3637b81680f7d95693a198 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3048533 Change-Id: I6ade3a978491882d8b92541d400e315e1ddc3ea9 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
ELIYAZ MOMIN authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3048535 Change-Id: Ib85c2dd28295f240fd157d7f8e05cb922754c1eb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3048533 Change-Id: I4dfcb07aef90a13eee29808ba4e0d29069dddc9b Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
* changes: Avoid outer/inner class name clashes Emit extension fields
-
Treehugger Robot authored
-
Caitlin Shkuratov authored
-
Caitlin Shkuratov authored
* changes: [SB][Wifi] Rename WifiRepositoryViaTrackerLib to WifiRepositoryImpl. [SB][Wifi] Remove WIFI_TRACKER_LIB_FOR_WIFI_ICON flag and old repo. [SB][Wifi] Update tests to use new trackerlib repo instead of old repo.
-
Daniel Sandler authored
-
Treehugger Robot authored
-
Bishoy Gendy authored
-
Anton Potapov authored
-
Tiger Huang authored
-
Treehugger Robot authored
-
Tiger Huang authored
-
Wei Sheng Shih authored
-
Rupesh Bansal authored
-
Kean Mariotti authored
In some cases, protoc-gen-javastream could emit outer classes and inner classes with the same name, which is invalid java. This commit extends protoc-gen-javastream to append an "OuterClass" suffix, if the outer class name clashes with any message. This behavior is consistent with the standard protoc. Bug: 276433199 Test: presubmit Change-Id: I4e92d70c10c4d92d103b00f15b159acc08dffff2
-
Kean Mariotti authored
Extend protoc-gen-javastream to emit a message's extension fields (in addition to the current enums, nested types and regular fields). Bug: 276433199 Test: presubmit Change-Id: Ibf25ff58796abcd59aa242bdf4295ba3ff2baf67
-
Kean Mariotti authored
- Pass around container by reference instead of value (avoid unneeded deep-copies) - Use std::unordered_set instead of std::set (no need to be sorted) - Rename variable "messages_to_compile" to "messages_allowlist" to reduce confusion with other message lists in the code - Remove raw pointer Bug: 321668269 Test: presubmit Change-Id: I43eaf5c1db3d15b066a95f34373211aadf6417b4
-
ELIYAZ MOMIN authored
This reverts commit 70e82cf5. Reason for revert: <Potential culprit for b/335588704 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.> Change-Id: I17523162a371319b691073414888186f9884f5de
-
Jerome Gaillard authored
-
Jerome Gaillard authored
-
Edgar Wang authored
-
bvineeth authored
Created a CoreStartable for BatteryController, and moved the registering receivers in batteryControllerImpl to the corestartable Test: Manually checked Bug: b/307517093 Flag: ACONFIG com.android.systemui.register_battery_controller_receivers_in_corestartable DEVELOPMENT Change-Id: I704f9f235760c4c93039097749946b76c8a5dc34
-
Anton Potapov authored
-
Bishoy Gendy authored
API deadline was missed for advancing trunk stable flag to nextfood, so removing STATE_PLAYBACK_SUPPRESSED from the api for V to advance the flag. It should be added to the API with the next release. Bug: b/295518668 Test: mp droid Change-Id: I5cec250bcb02745c05570c7be5fbd2ab230abd26
-
Treehugger Robot authored
-
Graciela Putri authored
Merge "Revert^2 Use resolved bounds in CompatDisplayInsets if letterboxed for aspect ratio" into main
-
Ayush Sharma authored
-
wilsonshih authored
While starting app & before app window draw, letterbox can only check whether to show letterbox by starting window, but starting window can transfer to another activity during start app process. To ensure letterbox state stable during animation, only check the visibility state of activity, so it won't affected by window. Bug: 328598627 Test: atest SizeCompatTests LetterboxUiControllerTest Test: launch app throught trampoline activity, verify the letterbox of closing activity stay visible during transition animation. Change-Id: I6c18c9b507f0c732d58c739bee068f835fad4391
-