Commit Graph

33301 Commits

Author SHA1 Message Date
Zak Cohen 560fe07448 Chips container - Don't hard code the height of the chips container.
When the container was present, but empty, it was showing it's background.

Bug: 133783088
Change-Id: I97b65435d66e9ced7f5487dc50a00665794f8fcd
Tested: manual
2019-05-28 14:53:41 -07:00
Jon Miranda ed7d714805 Fix bug where DiscoveryBounce is not cancelled after state change.
Bug: 131768436
Change-Id: I7d389671969a75ae7ec9f9f5cc1326f7105e2071
2019-05-28 14:44:52 -07:00
Tony bef6a44e7b Continue scaling down recents past final position in 0 button mode
- Previously, we clamped the progress to 1 when reaching mTransitionDragLength.
  Now, we allow dragging all the way to the top of the screen, and store this
  new top progress in mDragLengthFactor (> 1f).
- Because the launcher animation controller is inherently bound to a progress
  between 0 and 1, we have to do a bit of trickery involving interpolators.
  Specifically, we normalize the progress to 0 to 1 by dividing by
  mDragLengthFactor, but then we set the interpolators to multiply their
  progress by mDragLengthFactor. The result is that the animation progress
  appears to go from 0 to mDragLengthFactor, just like the window progress.
- To avoid scaling too small, we start interpolating the progress at a certain
  point, ending at a specified max progress when reaching the top of the screen.

Bug: 131741395
Change-Id: Ie8b4b56d37249cd1456f93c110c26c78fe052dc0
2019-05-28 21:41:43 +00:00
vadimt 5aef526e95 More logging for lab-only flake when an app doesn't start
I suspect that All Apps gets refreshed around the time of the click.

Bug: 132900132
Change-Id: I6d3053f7d8f998e08ca495c005e14ddece634164
2019-05-28 18:28:09 +00:00
Bill Yi 016a81cae4 Import translations. DO NOT MERGE
Change-Id: I4b7ca67ccacf3b2526537bb563785f17fca4abdf
Auto-generated-cl: translation import
2019-05-25 17:12:34 -07:00
android-build-team Robot c1f0cb37ec Snap for 5606001 from d405653c86 to qt-qpr1-release
Change-Id: I2c91d1744e9e28df56c6c792ac936cd002dd5a3c
2019-05-25 23:18:00 +00:00
android-build-team Robot 713c89d36a Snap for 5605988 from cf7e6c4a32 to qt-release
Change-Id: I636210cdc7748cb1456f2c863d864ca6f435232d
2019-05-25 23:11:28 +00:00
android-build-team Robot 29da25b4ad Snap for 5606075 from d405653c86 to qt-c2f2-release
Change-Id: Ie15534e3b1af6e38f84893484d3a84ce1fbdf946
2019-05-25 23:10:53 +00:00
Vadim Tryshev 5aab39b9ec Merge "Launcher reports whe 0-button swipe-up gesture pause is detected." into ub-launcher3-qt-dev am: ebd5e88164
am: 33e42ab34f

Change-Id: I8d39ac40c46f2b5c0604e181f1169ff9f9c4178b
2019-05-24 20:42:58 -07:00
vadimt 0593b87375 Swiping from Overview to All Apps from apps_view am: a8a98a1640
am: ee3f005c5b

Change-Id: Ibd06591a14434537a14a76dfb877f813c9952970
2019-05-24 20:42:32 -07:00
Sunny Goyal 92eae9a078 Fixing user getting stuck in quick-switch state am: 55d1e44c47
am: d3a565f737

Change-Id: Ieec999d9d48cd45bae3f990dda9397f71c6c378c
2019-05-24 20:42:10 -07:00
android-build-team Robot 4a5e741ca5 Snap for 5603984 from 32c6db87fd to rvc-release
Change-Id: Id91f31d11496b5be5ce2b3d7d8a7fcfed16a48f0
2019-05-25 03:03:08 +00:00
Vadim Tryshev 33e42ab34f Merge "Launcher reports whe 0-button swipe-up gesture pause is detected." into ub-launcher3-qt-dev
am: ebd5e88164

Change-Id: I03cb2447b095c479394d7897b95b802c731db014
2019-05-24 19:53:56 -07:00
Vadim Tryshev ebd5e88164 Merge "Launcher reports whe 0-button swipe-up gesture pause is detected." into ub-launcher3-qt-dev 2019-05-25 02:44:30 +00:00
vadimt 2d6cd80bc9 Launcher reports whe 0-button swipe-up gesture pause is detected.
This eliminates an unreliable timeout.

Also removing an unnecessary check for harness that is done by the
called method.

Change-Id: If954580060415cbb2952532c16ea0ae4dc7b9469
2019-05-24 19:28:40 -07:00
vadimt ee3f005c5b Swiping from Overview to All Apps from apps_view
am: a8a98a1640

Change-Id: I46ff41ba48262f086ede369f37d10beb001c6c7d
2019-05-24 19:19:42 -07:00
Sunny Goyal d3a565f737 Fixing user getting stuck in quick-switch state
am: 55d1e44c47

Change-Id: I612d2325f62509e069c1307ad68091fdf599ac6c
2019-05-24 19:06:01 -07:00
vadimt a8a98a1640 Swiping from Overview to All Apps from apps_view
Used to swipe from an app icon, but in the lab, there were icons at
weird positions.

Change-Id: I271dd800f1b714997282512eb64ebc5d34b24f13
2019-05-24 18:52:21 -07:00
Sunny Goyal 55d1e44c47 Fixing user getting stuck in quick-switch state
If we are cancelled after the animation has completed, but before the deferred frame
was captured, we set the state as cancelled, and start the new consumer with the
existing recents controller.
But after the deferred frame, we finish the controller (and since the state was set to
cancelled, do not launch the new task)

Bug: 132756514
Change-Id: If30af713c76b6d895d0b01b93d31c0e1403b7214
2019-05-24 17:20:10 -07:00
Sunny Goyal 01e33cf03f Merge "Making some fields accessible to subclasses" into ub-launcher3-qt-dev am: 3831fc99dc
am: bc0b145ef5

Change-Id: I18ebe0d63b0c07bf9938dbc13c1fec9f494f9401
2019-05-24 15:51:31 -07:00
Sunny Goyal bc0b145ef5 Merge "Making some fields accessible to subclasses" into ub-launcher3-qt-dev
am: 3831fc99dc

Change-Id: Id72a81560f08c034f6d1d7781ae54498679a76b2
2019-05-24 15:43:25 -07:00
Sunny Goyal de533a182b Merge "Removing prediciton loading state" into ub-launcher3-qt-dev am: c62699fd63
am: 101544f646

Change-Id: I4095c6d99e16dc646a7e83d23b7a800fe1d47231
2019-05-24 15:30:19 -07:00
TreeHugger Robot 3831fc99dc Merge "Making some fields accessible to subclasses" into ub-launcher3-qt-dev 2019-05-24 22:28:34 +00:00
Sunny Goyal 101544f646 Merge "Removing prediciton loading state" into ub-launcher3-qt-dev
am: c62699fd63

Change-Id: Ib8b6693c0ed53819381358a261cf4ba021e62734
2019-05-24 15:19:15 -07:00
Sunny Goyal c62699fd63 Merge "Removing prediciton loading state" into ub-launcher3-qt-dev 2019-05-24 22:01:09 +00:00
vadimt 167ee0c24c Increasing wait time for a window to appear after starting an app am: 6632195d03
am: f993823495

Change-Id: I98090b498e0d99c0ec3974a9dc92ef9e48e6ff8d
2019-05-24 14:24:53 -07:00
vadimt f993823495 Increasing wait time for a window to appear after starting an app
am: 6632195d03

Change-Id: Ia618deeaaa6961ca9cbecdb85d1caeb096ecd60c
2019-05-24 14:17:46 -07:00
vadimt 6632195d03 Increasing wait time for a window to appear after starting an app
This is likely due to a bug with stale accessibility hierarchy.

Bug: 112282235
Change-Id: If0a47bcc4b850fd619d9ac13984c42244ad3014b
2019-05-24 13:47:21 -07:00
Vadim Tryshev 9fa9808d92 Merge "Increasing swipe-to-overview gesture speed to avoid dragging icon" into ub-launcher3-qt-dev am: 13f4ee2829
am: 70a989faf9

Change-Id: I323058b1b62af45750059dbf26121a7980ccfce3
2019-05-24 12:03:26 -07:00
Sunny Goyal 3253078889 Merge "Lock launcher rotation during activity transition to allow proper seamless transition at the end" into ub-launcher3-qt-dev am: 1d847cf266
am: 475c20950e

Change-Id: I910acc71a32701da8b2945166332ffc998f15235
2019-05-24 12:02:56 -07:00
vadimt 292d20caae Merge "Adding myself as an owner of test directories" into ub-launcher3-qt-dev am: 1625bf74dd
am: 1bbb70da60

Change-Id: I7cf6ae38e7ab0378687e8fa3c4ff280f915a2aa5
2019-05-24 12:01:48 -07:00
Vadim Tryshev 70a989faf9 Merge "Increasing swipe-to-overview gesture speed to avoid dragging icon" into ub-launcher3-qt-dev
am: 13f4ee2829

Change-Id: I6b86e801033d701466b3ea2abae52e207f707c06
2019-05-24 11:39:01 -07:00
Sunny Goyal 475c20950e Merge "Lock launcher rotation during activity transition to allow proper seamless transition at the end" into ub-launcher3-qt-dev
am: 1d847cf266

Change-Id: Ia87cf7ecb7ae2fe0d26397598959529dbcd6d51d
2019-05-24 11:38:33 -07:00
vadimt 1bbb70da60 Merge "Adding myself as an owner of test directories" into ub-launcher3-qt-dev
am: 1625bf74dd

Change-Id: I3a28fc5fb3a77932b8b44a1e3daf2ba36334268e
2019-05-24 11:37:41 -07:00
Vadim Tryshev 13f4ee2829 Merge "Increasing swipe-to-overview gesture speed to avoid dragging icon" into ub-launcher3-qt-dev 2019-05-24 18:12:20 +00:00
TreeHugger Robot 1d847cf266 Merge "Lock launcher rotation during activity transition to allow proper seamless transition at the end" into ub-launcher3-qt-dev 2019-05-24 18:07:08 +00:00
TreeHugger Robot 1625bf74dd Merge "Adding myself as an owner of test directories" into ub-launcher3-qt-dev 2019-05-24 18:06:28 +00:00
vadimt addaab60fa Adding myself as an owner of test directories
Change-Id: I3d6649a2b804715cebb80b8cac881ef227738088
2019-05-24 10:54:12 -07:00
Sunny Goyal 32c6db87fd Merging ub-launcher3-qt-dev, build 5595491 am: cf7e6c4a32 am: 3f45e292eb
am: d4e88cf4f1

Change-Id: I20fb8567534d62d849ecace47eaa15236fda1139
2019-05-24 02:33:07 -07:00
Sunny Goyal af0e45bc0a Merge "Fix crash when launching some apps which require icons to be loaded on the model thread" into ub-launcher3-qt-dev am: d3dcb497bd
am: 4066862990

Change-Id: I372e239b35b4128d82016ba8b1ebeaa6460141a0
2019-05-23 22:07:41 -07:00
Sunny Goyal 823652477e Merge "Remove unnecessary dispatchInsets routing" into ub-launcher3-qt-dev am: f54839bf35
am: 1508a5684b

Change-Id: Ie0075e4b34146449c3d64cd2fa6919cbe286a574
2019-05-23 22:07:16 -07:00
Sunny Goyal a5e3a70ed8 Merge "Moving TestInformationProvider to Launcher3 so that it can be used for testing Launcher3 without quickstep" into ub-launcher3-qt-dev am: 4c96dd2cd0
am: 7cb09bb7d1

Change-Id: I7a70c07e7da994dd9bfaad699001a98914bcc10e
2019-05-23 22:06:42 -07:00
Hyunyoung Song 00d87b8535 Merge "Setup OWNERS file for ub-l3-qt-dev" into ub-launcher3-qt-dev am: af982865b3
am: 2b1e9bc505

Change-Id: Ib8c7f4deaf1d1602291827fa57925085fc14d798
2019-05-23 22:06:14 -07:00
Tony Wickham 2817f50f52 Merge "Set scroller to new max duration if snapping too slowly" into ub-launcher3-qt-dev am: a80180bfcb
am: 163100cc27

Change-Id: I8b6f0b5c9c0f8eea560f427ad217fdd1601ad396
2019-05-23 22:05:44 -07:00
Perumaal Shanmugam e8e61213a0 Merge "Chips flag turn on by default" into ub-launcher3-qt-dev am: d2f793f77d
am: 97fe5b9016

Change-Id: I57b882019e51631bc2a6b2ff31d0cdd39e24e96e
2019-05-23 22:05:03 -07:00
vadimt 48940a6355 Merge "Quick patch for PredictionUiStateManager.applyState interrupting allapps" into ub-launcher3-qt-dev am: 571e51161c
am: 167b7da7f5

Change-Id: If170cf6bb7cb19621b04597ad91c82b89f08d599
2019-05-23 22:04:12 -07:00
Sunny Goyal 4066862990 Merge "Fix crash when launching some apps which require icons to be loaded on the model thread" into ub-launcher3-qt-dev
am: d3dcb497bd

Change-Id: I4c3bc4c5d3ed556c380b54179955808562376019
2019-05-23 19:47:10 -07:00
Sunny Goyal 1508a5684b Merge "Remove unnecessary dispatchInsets routing" into ub-launcher3-qt-dev
am: f54839bf35

Change-Id: I9d250a9743aaec75b3e9027a5cd8ba7e1c3fecae
2019-05-23 19:46:22 -07:00
Sunny Goyal 5198bfdc22 Merging ub-launcher3-qt-dev, build 5595491 am: cf7e6c4a32 am: d405653c86
am: 245512b559

Change-Id: Id10d8c793d16c012985b0931929b77365dd1c8b8
2019-05-23 19:30:13 -07:00
vadimt 877ed56f2c Increasing swipe-to-overview gesture speed to avoid dragging icon
Change-Id: Iebbd6249d09342b3dba226716dc1835e20e8158b
2019-05-24 01:29:31 +00:00