- Jun 30, 2020
-
-
Selim Cinek authored
-
Joshua Duong authored
* changes: Add shell commands for AdbService. Add shell permissions for CTS test (AdbManagerTest).
-
Eugene Susla authored
-
Eugene Susla authored
We have this in guide but not in javadoc, but it would make sense to have it in javadoc as well. Test: presubmit Change-Id: I585248cc40c44bfa90828f04e4b5bd34694c36fd Bug: 139376317
-
- Jun 29, 2020
-
-
Ahaan Ugale authored
-
Winson Chung authored
-
Rob Carr authored
-
Sudheer Shanka authored
-
TreeHugger Robot authored
-
Chris Tate authored
-
Selim Cinek authored
Previously, Media players could have different sizes if for example their album art was gone. We now enforce that all of them have the same size, determined by the max of their wrap_content heights. Fixes: 159864229 Test: add a player without album art, e.g. a resumable player. Observe consistent measurements with others Change-Id: Iaacb2b78b7d92ed21e382d69b3bf599dbd7b1a6e
-
Yan Yan authored
-
Winson Chung authored
- Include back gestural insets into the touchable region for the screenshot window, and disable focusability when we receive an outside touch. Also need to disallow screenshot windows from IME target calculations to prevent the IME from being made relative to the screenshot window. Disabling focusability also means that apps will receive back once the user starts interacting outside the screenshot window. Bug: 159460485 Bug: 151179149 Test: In 3button/gestural, take screenshot and check that back still dismisses screenshot. Take another screenshot and tap on app that opens an IME and check that it opens the IME. Once the user taps outside, ensure back goes to the app and not the screenshot window. Change-Id: I1d2100d0640fec2efc36ac8afbf8ffaf900f3bd6
-
Beth Thibodeau authored
-
Dan Sandler authored
The failure will get handled gracefully by the caller (in this case, loadImage()). Fixes: 159780182 Test: atest frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/NotificationInlineImageResolverTest.java Change-Id: I7af94d4a85d3e3fddd435ebb1f6e16042529c31c
-
Sudheer Shanka authored
Fixes: 157221032 Test: atest --test-mapping apex/blobstore Change-Id: Ic8eac1d956b60fbcd171c2705d5a151c7d5baf87
-
TreeHugger Robot authored
-
Winson Chung authored
-
Josh Tsuji authored
-
TreeHugger Robot authored
-
Antoan Angelov authored
-
Ameer Armaly authored
* changes: [DO NOT MERGE] Fix NPE from uninitialized object. [DO NOT MERGE] TouchExplorer: do not use accessibility action to long click.
-
Issei Suzuki authored
-
Beth Thibodeau authored
There were reports with a couple crashes in testConnection due to a race condition where we've disconnected the browser before the callback completed. In that event we should consider it an error state. Fixes: 159961110 Test: atest Change-Id: I4fc58ad9ac39e4264ff52c05ff0aeab4e26b3638
-
TreeHugger Robot authored
[automerger skipped] Merge "Tests no screenshot is copied when user consent timed out" into qt-qpr1-dev am: caef6680 -s ours am skip reason: Change-Id I5bc8fcbff908258a20c5515a6ba092ceab1cc447 with SHA-1 9516a007 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11947527 Change-Id: I01724d3de2dd2a62daeb5c7a7bc9e7a907d6f04d
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
arangelov authored
Fixes: 159696895 Test: manual Test: atest ChooserActivityTest Change-Id: I3e90d5a56551b9952bfcd761c3a19a309d7cbc72
-
Robert Snoeberger authored
Updating sizes of icon based on code review discussion in ag/12013470. Bug: 159990829 Test: manual - Verify icons (app and device) are same size in media player. Test: manual - Verify fallback device icon and app icon are the same size. Change-Id: I7dd12145ecdb96bdf4a7dc4e6e095e306453633b
-
Issei Suzuki authored
The lockscreen state could be updated too early while ensuring pinned stack visibilities, so sleep token was applied and made the activities to STOPPED state. Test: manual Bug: 159623845 Change-Id: I62d72b93cd529b5a3c3fb22292d888ff0038179f
-
Selim Cinek authored
Because of the way linearlayout measures and because we never invalidated our measure cache, the measuring of the view would be skipped, leading to issues. We're now forcing the measurement to be invalidated when changing the measuredState. Fixes: 159719742 Test: use crosshatch, go to expanded qs, have 2 players. Rotate back and forth. Observe normal scrolling Change-Id: I32fc904f884b1032d173c4811576cdb5818bad22
-
Selim Cinek authored
-
TreeHugger Robot authored
-
Selim Cinek authored
-
- Jun 28, 2020
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Idb5d33bb934acc0c34581d8e1c1ea0494ab1a394
-
Josh Tsuji authored
Bubbles that cancel themselves in onCreate (and less frequently, onResume) are sometimes removed before inflation finishes. Then, when inflation does finish, we call notificationEntryUpdated in the callback at BubbleController#1106 which re-adds the bubble while it's being removed. This resulted in unpredictably inconsistent states between BubbleData and BubbleStackView, causing a variety of pretty bad issues. Test: modified bubble test app to cancel its own notifications in onCreate/onResume Bug: 159861400 Change-Id: I9716dc60bd664b612437906af1d5c76f9f0755ff
-
Winson Chung authored
Bug: 160026277 Test: Just adding a null check Change-Id: Ifb51ced88a2c96aecb9fc2181bb97cdd033d77b8
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I306bab96d2c2ca577811f86cd99593b5f2e6a29f
-