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
Winson Chung
0ef6fe00b0
Merging ub-launcher3-qt-dev, build 5619253
...
Test: Manual
Bug:112282235 P3 Starting an app from Launcher very rarely takes > 10 sec
Bug:121279417 P2 Why LauncherInstrumentation.WAIT_TIME_MS == 60000?
Bug:123892607 P1 Test broken: WellbeingTests.testPauseAppFromAllApps
Bug:123900446 P1 App to home animation should zoom into the app icon
Bug:125844074 P2 Final UX and animations for Launcher DWB integration
Bug:131360075 P1 [Gesture Nav] Polish/finish landscape
Bug:131698989 P2 Add task callback for locked state change
Bug:131741395 P2 Allow windows to scale/move past overview positioning
Bug:131768436 P1 Bad placement of search bar
Bug:131854153 P1 Lots of Cuttlefish (and not only) tests are broken
Bug:131867841 P1 Changing display size does not update the grid
Bug:132460627 P1 Unable to swipe to all apps screen on devices
Bug:132687470 P1 Swiping home from forced landscape app creates cutoff task thumbnail
Bug:132756514 P1 Sometimes (when quick switching?) user gets stuck in full-screen recents view
Bug:132900132 P1 Apparently, tests start running while provisioning is still in progress
Bug:132917885 P1 Reduce swipe-up gesture region height in landscape
Bug:132975416 P1 Flake in NexusPredictionAppTracker.getAppPredictionContextExtras
Bug:132993129 P1 If predictions disabled, app predictions loading bar appears briefly on device restart
Bug:133113732 P1 [B1/C1][QT][CTS_Verifier_9.0_r1]Device Owner Tests-LockTask UI-Enable Overview button failure
Bug:133167096 P1 It is way too easy to dismiss apps from the lock screen
Bug:133651528 P1 [QT]"Pixel Launcher isn't responding" dialog pop up ,after DUT restored.
Bug:133765434 P1 [Flaky test] Launching task didn't open a new window
Bug:133765491 P1 App docked in split screen flickers with emptiness observed while rotating the device
Bug:133783088 P1 Footer showing up on all overview task snapshots even with no items showing.
Bug:133867119 P2 Lab-only flake: want to switch from workspace to all apps; Swipe failed to receive an event for the swipe end
Bug:64712476 P3 Import translations for dev branches
Change-Id: Ib4bcefdbb4027992e75e2742d72f199e13467875
2019-05-30 13:18:41 -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
Jon Miranda
119a586245
Animate workspace upwards when opening an app.
...
Bug: 123900446
Change-Id: I3d08985f8362038f50728e91e2fedf1c97e326ff
2019-05-29 14:39:01 -07:00
Jon Miranda
c69d1ffd92
Add staggered springs animation when swiping up to home.
...
Bug: 123900446
Change-Id: I275e34c6dca5b026f272ab216b18651c0df27bc4
2019-05-29 14:32:49 -07:00
Jon Miranda
928fc8d1e2
Fix bug where shape reveal progress gets started too early.
...
* This caused the shape to not match the window size on app close.
Bug: 123900446
Change-Id: Iaa2c06f19c535f72ae4c080b4bc847d336f1a77d
2019-05-29 14:19:16 -07:00
Vadim Tryshev
c03118a07a
Merge "Increasing wait time after mode switch." into ub-launcher3-qt-dev am: 5a93e5d895
...
am: a417f95921
Change-Id: I9d4b490d0b3b046fa7dde3e274f258d36b439e2c
2019-05-29 13:51:12 -07:00
Vadim Tryshev
a417f95921
Merge "Increasing wait time after mode switch." into ub-launcher3-qt-dev
...
am: 5a93e5d895
Change-Id: I6d1f172c7c130d0d09bc58a2360ef167a97608a7
2019-05-29 13:45:06 -07:00
vadimt
b06f9f8c78
Increasing wait time after mode switch.
...
This is temporary. Apparently, it takes time for Sys UI to update after
the mode switch.
Change-Id: I434b86af15d9987a448682684c790d89acab85dc
2019-05-29 13:05:06 -07:00
Bill Yi
9789beae0e
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I029f3fe3ecc187db70a0e86ed98f498f04be1d0a
2019-05-28 19:13:27 -07:00
Winson Chung
42ce0306f5
Merge "Support individual lock task features" into ub-launcher3-qt-dev am: 293d964024
...
am: def865a645
Change-Id: I0bcee1d1f62c580f5c77e609154be1f24fd1c4bb
2019-05-28 17:26:50 -07:00
Winson Chung
293d964024
Merge "Support individual lock task features" into ub-launcher3-qt-dev
2019-05-29 00:10:02 +00:00
Tony Wickham
ceff588a00
Merge "Continue scaling down recents past final position in 0 button mode" into ub-launcher3-qt-dev am: 5860288fc8
...
am: 4cc7f1ac89
Change-Id: I392e16b1915cedbbdafbe3bc6cff511574172411
2019-05-28 16:29:05 -07:00
Tony Wickham
5860288fc8
Merge "Continue scaling down recents past final position in 0 button mode" into ub-launcher3-qt-dev
2019-05-28 23:21:32 +00:00
Sunny Goyal
0a87e613bb
Merge "Improving swipe up interaction when device is locked" into ub-launcher3-qt-dev am: e34c91765f
...
am: fa2e88be96
Change-Id: Ic4d52690e67bf0237826a66059c671adf612c700
2019-05-28 16:19:04 -07:00
TreeHugger Robot
e34c91765f
Merge "Improving swipe up interaction when device is locked" into ub-launcher3-qt-dev
2019-05-28 23:05:31 +00:00