Tony Wickham
1d2acc1a67
Merge "Fix getting stuck in BackgroundAppState for 2-button mode" into ub-launcher3-qt-dev am: 72c6e7b736
...
am: dcff2f1875
Change-Id: Ifd59f5e3a82aa956993d1546118f047b75c595bf
2019-05-31 16:51:37 -07:00
Sunny Goyal
6865fb9723
Merge "Fixing overview scrim not initialized properly when launcher starts" into ub-launcher3-qt-dev am: 061c43eb4f
...
am: 3695646987
Change-Id: I83a1c1b95e48d1e2b919be4ead7e28d14e0bc3b1
2019-05-31 16:51:11 -07:00
Tony Wickham
dcff2f1875
Merge "Fix getting stuck in BackgroundAppState for 2-button mode" into ub-launcher3-qt-dev
...
am: 72c6e7b736
Change-Id: I6ab2194d50a6d7dfb7bd7c13bab776331c426c23
2019-05-31 16:26:39 -07:00
Sunny Goyal
3695646987
Merge "Fixing overview scrim not initialized properly when launcher starts" into ub-launcher3-qt-dev
...
am: 061c43eb4f
Change-Id: I58aa5801e698c8e8b2e0133f6995d77b341cc76f
2019-05-31 16:26:05 -07:00
TreeHugger Robot
72c6e7b736
Merge "Fix getting stuck in BackgroundAppState for 2-button mode" into ub-launcher3-qt-dev
2019-05-31 23:22:30 +00:00
Tony Wickham
a04e746e84
Fix getting stuck in BackgroundAppState for 2-button mode
...
When ending in recents, we reapply the state - therefore, it's important
to make sure we are in OverviewState before onSwipeUpComplete(). This is
done by mLauncherTransitionController, which sets OverviewState on end.
We already force mLauncherTransitionController to end before calling
onSwipeUpComplete(), but in this case we were calling cancel() and
setting mLauncherTransitionController = null, which meant we could never
call end() on it. Instead, we should always call end() if we set it to
null.
Also ensure mLauncherTransitionController is created even if the gesture
is completed, if an existing controller isn't already running. This can
happen if you swipe up quickly enough that we get onGestureEnd before
launcher is drawn, and in that case we still want the launcher component
to animate once its ready. This is even more important for 2-button
mode, because again, we rely on mLauncherTransitionController to set the
state to OverviewState before we reapply it.
Finally, clarified some methods by renaming "swipeUp" to
"swipeUpToRecents".
Bug: 132757019
Change-Id: Ieb24a4f36a39780e5d64d7bc312791608db474d1
2019-05-31 16:11:40 -07:00
TreeHugger Robot
061c43eb4f
Merge "Fixing overview scrim not initialized properly when launcher starts" into ub-launcher3-qt-dev
2019-05-31 23:01:36 +00:00
Govinda Wasserman
f85febdaff
Merge "Adds trigger for new gesture entrypoint to Assistant bundle" into ub-launcher3-qt-dev am: 164ebb2e8c
...
am: c985c6e563
Change-Id: Icd0c602956e643c9dd1c87352481760b121ca863
2019-05-31 11:44:15 -07:00
Govinda Wasserman
c985c6e563
Merge "Adds trigger for new gesture entrypoint to Assistant bundle" into ub-launcher3-qt-dev
...
am: 164ebb2e8c
Change-Id: I43d6d72765b6d7aa69dce40a3350001a18c6ac63
2019-05-31 11:33:11 -07:00
Govinda Wasserman
164ebb2e8c
Merge "Adds trigger for new gesture entrypoint to Assistant bundle" into ub-launcher3-qt-dev
2019-05-31 18:09:53 +00:00
Tony Wickham
82e8b32f99
Merge "Don't recreate the launcher animation controller if gesture ended" into ub-launcher3-qt-dev am: 8765e262c2
...
am: ab384404b1
Change-Id: I8abe9febf5734e16c0506fc37ea6f9890d7aa454
2019-05-31 11:00:56 -07:00
Sunny Goyal
03d32ddb23
Fixing overview scrim not initialized properly when launcher starts
...
State UI depends on visible content, which can change due to predicitons.
Reapplying the state whenever then happens ensures that we are in correct
start UI
Change-Id: I9f195a92b747fda8a5b217dc960f230d7a695255
2019-05-31 11:00:35 -07:00
Tony Wickham
ab384404b1
Merge "Don't recreate the launcher animation controller if gesture ended" into ub-launcher3-qt-dev
...
am: 8765e262c2
Change-Id: Ieb53126643d9f41a5ba5b85ca0d8b02ef2f6eb47
2019-05-31 10:55:54 -07:00
Tony Wickham
8765e262c2
Merge "Don't recreate the launcher animation controller if gesture ended" into ub-launcher3-qt-dev
2019-05-31 17:46:03 +00:00
Tony Wickham
436d5971b1
Don't recreate the launcher animation controller if gesture ended
...
This can happen if we get onApplyWindowInsets() after onGestureEnded().
In that case, we can get into some bad states because the running
animation is overwritten and thus can't be canceled.
Bug: 134096917
Bug: 133806285
Change-Id: Ic517d68a46a4446ca382445df1ba62c26e8243ad
2019-05-31 10:21:28 -07:00
Govinda Wasserman
254be7b0e4
Adds trigger for new gesture entrypoint to Assistant bundle
...
BUG:130186141
Change-Id: I43a4c3d3c9a46b4a1a5c53a81b037ba2be194188
FIX:130186141
2019-05-31 12:20:50 -04:00
Sunny Goyal
1977e1e4f8
Merge "Fixing interactive state for background states and notifying LauncherCallback accordingly" into ub-launcher3-qt-dev am: f36e5e002a
...
am: 1343a69647
Change-Id: Ied77f8857fe2516a925752b09f8c6de3acbb8df6
2019-05-30 23:24:03 -07:00
Sunny Goyal
1343a69647
Merge "Fixing interactive state for background states and notifying LauncherCallback accordingly" into ub-launcher3-qt-dev
...
am: f36e5e002a
Change-Id: I7cf80c0047fce5c189dcaf0c77d3642300eaa458
2019-05-30 23:18:03 -07:00
TreeHugger Robot
f36e5e002a
Merge "Fixing interactive state for background states and notifying LauncherCallback accordingly" into ub-launcher3-qt-dev
2019-05-31 06:01:25 +00:00
Jon Miranda
3b10d31a0e
Fix bug where QSB flickers on app close. am: 2ff7b53ec5
...
am: 88c2fd603d
Change-Id: Idb7a540ee38ce482c3acc127c3d373c7736b2d5a
2019-05-30 21:22:10 -07:00
Jon Miranda
88c2fd603d
Fix bug where QSB flickers on app close.
...
am: 2ff7b53ec5
Change-Id: I0dedd1a8e054d06593253ed3c94303b42427b0c4
2019-05-30 21:16:09 -07:00
Jon Miranda
2ff7b53ec5
Fix bug where QSB flickers on app close.
...
Bug: 123900446
Change-Id: I9b03b2d91d264de237328511b5406e5fcd22dbac
2019-05-30 20:53:27 -07:00
Jon Miranda
1b110b695d
Merge "Tuning app open/close animation." into ub-launcher3-qt-dev am: 958cc0657f
...
am: 457deedd53
Change-Id: Ie57ba362323c98ccc4fa02cf674871717276eb7b
2019-05-30 19:23:13 -07:00
Jon Miranda
457deedd53
Merge "Tuning app open/close animation." into ub-launcher3-qt-dev
...
am: 958cc0657f
Change-Id: I7a36afd0b02ee3c3892d14c4210246841b904d74
2019-05-30 19:18:13 -07:00
TreeHugger Robot
958cc0657f
Merge "Tuning app open/close animation." into ub-launcher3-qt-dev
2019-05-31 02:04:03 +00:00
Jon Miranda
b3c9077c76
Tuning app open/close animation.
...
* Mostly value changes.
* Added a way to round the corners during swipe up to home animation.
Bug: 123900446
Change-Id: Id61d241d919ba51ced0633585e36b7d93efe30b0
2019-05-30 18:43:22 -07:00
Tony Wickham
63e78955bd
Merge "If y velocity > x velocity in 2-button mode, go to recents" into ub-launcher3-qt-dev am: ba33d1d216
...
am: e358d1fb92
Change-Id: I5c8a075aef91d93f179b52e2ea27f675e40ec793
2019-05-30 18:08:56 -07:00
Tony Wickham
e358d1fb92
Merge "If y velocity > x velocity in 2-button mode, go to recents" into ub-launcher3-qt-dev
...
am: ba33d1d216
Change-Id: I393f6e3dfc12c3b97196454322e0012a2a287489
2019-05-30 18:02:54 -07:00
TreeHugger Robot
ba33d1d216
Merge "If y velocity > x velocity in 2-button mode, go to recents" into ub-launcher3-qt-dev
2019-05-31 00:49:10 +00:00
Tony Wickham
1689d65ac3
If y velocity > x velocity in 2-button mode, go to recents
...
Also, when landing in recents, snap to the nearest page so that swipe up
consitently goes to task 0 instead of sometimes scrolling to task 1.
Bug: 133518678
Change-Id: I63a161a9f1f87266d3c3fc71c98cd5fc5e2f8874
2019-05-30 17:38:46 -07:00
Sunny Goyal
9de8c8e9b3
Merge "Disabling horizontal swipes if the app has draggable content at the bottom" into ub-launcher3-qt-dev am: f4fa4be5d6
...
am: c7b214bf50
Change-Id: I3f9cdc108eedb159a34ee777ef82ee5411a1f4ac
2019-05-30 15:38:36 -07:00
Sunny Goyal
c7b214bf50
Merge "Disabling horizontal swipes if the app has draggable content at the bottom" into ub-launcher3-qt-dev
...
am: f4fa4be5d6
Change-Id: I863b97d7073b492fafef18cd2389d1e1aaec6d46
2019-05-30 15:37:31 -07:00
Sunny Goyal
38d8a63d07
Disabling horizontal swipes if the app has draggable content at the bottom
...
Bug: 133844237
Change-Id: I67a4140d56f87c464e436d394da77127a965c3e5
2019-05-30 15:13:09 -07:00
Sunny Goyal
e9c6f4cc69
Fixing interactive state for background states and
...
notifying LauncherCallback accordingly
During quick switch Launcher can get resumed only to be paused again
when launching a new app. Updating the logic for deferred resume to
account for that and moving some additional calls to deferredResume
Bug: 134062513
Change-Id: Ia607f178bc17d45d53fb032a06cd70f9abc6b513
2019-05-30 11:59:29 -07:00
Vadim Tryshev
45054f36f1
Merge "Adding debug tracing for a lab-only issue" into ub-launcher3-qt-dev am: 5f642bf783
...
am: 443f835070
Change-Id: I7478ff10f4ccf49a0c79f678dcee09054ca8443c
2019-05-30 11:19:56 -07:00
Vadim Tryshev
443f835070
Merge "Adding debug tracing for a lab-only issue" into ub-launcher3-qt-dev
...
am: 5f642bf783
Change-Id: Ib5ca0a16c36a704c0e7717d6dfdd4abba82b2f34
2019-05-30 11:18:54 -07:00
vadimt
26185e1fed
Adding debug tracing for a lab-only issue
...
Task doesn't get resumed upon clicking at it.
Bug: 133765434
Change-Id: I8c5c1308041949d94c6982c78b8337ea81ad400f
2019-05-30 10:30:32 -07:00
Sunny Goyal
4cbf2568d9
Merge "Overview - Add motion to the footer shown on overview tasks." into ub-launcher3-qt-dev am: 1d7b2a0672
...
am: 82fda10b26
Change-Id: I5bb5596da7a19c83b20d5d0b45afa37c469ee7f7
2019-05-29 17:41:46 -07:00
Sunny Goyal
82fda10b26
Merge "Overview - Add motion to the footer shown on overview tasks." into ub-launcher3-qt-dev
...
am: 1d7b2a0672
Change-Id: I786cf2ca04a33d86070786f57c7d94f74af60751
2019-05-29 17:36:43 -07:00
Sunny Goyal
1d7b2a0672
Merge "Overview - Add motion to the footer shown on overview tasks." into ub-launcher3-qt-dev
2019-05-30 00:18:38 +00:00
Zak Cohen
3f6019fde4
Overview - Add motion to the footer shown on overview tasks.
...
The motion mirrors the icon view.
Bug: 125844074
Test: manual
Change-Id: Ib980657763aa82c45319c7c93be652f6fc89ffe4
2019-05-29 16:54:36 -07:00
Jon Miranda
7aac9fcae3
Merge "Fix bug where shape reveal progress gets started too early." into ub-launcher3-qt-dev am: 1dbec0ef43
...
am: 04b7fa18e7
Change-Id: Iaeccc7cc8c858468be295834d33f14e182f7db5a
2019-05-29 15:22:52 -07:00
Jon Miranda
04b7fa18e7
Merge "Fix bug where shape reveal progress gets started too early." into ub-launcher3-qt-dev
...
am: 1dbec0ef43
Change-Id: I934cccd1c0c79902938c5e3c3e9454cb0d45bfce
2019-05-29 15:14:50 -07:00
Jon Miranda
2d6c6e0700
Merge "Animate workspace upwards when opening an app." into ub-launcher3-qt-dev am: fafe347533
...
am: cbafc082f9
Change-Id: Id08d594b913469c60874fa3428470061aa057810
2019-05-29 15:05:01 -07:00
Jon Miranda
2317c51437
Merge "Add staggered springs animation when swiping up to home." into ub-launcher3-qt-dev am: ea068967ae
...
am: 87fd26fb21
Change-Id: I0e0b06842445095614d1533c47faaa752bf6272a
2019-05-29 15:04:43 -07:00
TreeHugger Robot
1dbec0ef43
Merge "Fix bug where shape reveal progress gets started too early." into ub-launcher3-qt-dev
2019-05-29 21:57:41 +00:00
Jon Miranda
cbafc082f9
Merge "Animate workspace upwards when opening an app." into ub-launcher3-qt-dev
...
am: fafe347533
Change-Id: I0e645edd227aad7a46e7de082dbe63c8683cb258
2019-05-29 14:56:55 -07:00
Jon Miranda
87fd26fb21
Merge "Add staggered springs animation when swiping up to home." into ub-launcher3-qt-dev
...
am: ea068967ae
Change-Id: I67bb1689ca5b0154dd6480db55fac8105c8617d4
2019-05-29 14:56:40 -07:00
TreeHugger Robot
fafe347533
Merge "Animate workspace upwards when opening an app." into ub-launcher3-qt-dev
2019-05-29 21:53:32 +00:00
TreeHugger Robot
ea068967ae
Merge "Add staggered springs animation when swiping up to home." into ub-launcher3-qt-dev
2019-05-29 21:47:27 +00:00