summaryrefslogtreecommitdiffstats
path: root/quickstep
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add OverviewScreenshotActions plugin interface and use it in TaskView....Becky Qiu2019-09-261-1/+38
|\
| * Add OverviewScreenshotActions plugin interface and use it in TaskView.Becky Qiu2019-09-261-1/+38
* | Merge "Removing debug tracing for a fixed bug" into ub-launcher3-qt-qpr1-devvadimt2019-09-252-12/+0
|\ \ | |/ |/|
| * Removing debug tracing for a fixed bugvadimt2019-09-252-12/+0
* | Merge "Removing temporary checks that tests are running on AVD" into ub-launc...Vadim Tryshev2019-09-241-5/+0
|\|
| * Merge "Removing temporary checks that tests are running on AVD" into ub-launc...Vadim Tryshev2019-09-251-5/+0
| |\
| | * Removing temporary checks that tests are running on AVDvadimt2019-09-241-5/+0
* | | Merge "Move offscreenTranslation calculation to LauncherRecentsView" into ub-...TreeHugger Robot2019-09-243-12/+23
|\ \ \
| * | | Move offscreenTranslation calculation to LauncherRecentsViewTony Wickham2019-09-243-12/+23
* | | | Removing "Failed to get system health diags" message from fallback testsvadimt2019-09-241-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Removing "Failed to get system health diags" message from fallback testsvadimt2019-09-241-0/+6
| | |/ | |/|
* | | Merge "Removing debug tracing for flakes that stopped reproing" into ub-launc...vadimt2019-09-231-3/+0
|\| |
| * | Removing debug tracing for flakes that stopped reproingvadimt2019-09-231-3/+0
* | | resolve merge conflicts of 5c229885fce2c6b0d925c4146892db4139dd3657 to ub-lau...Tony Wickham2019-09-201-0/+4
|\| | | |/ |/|
| * Merge "Don't crash when swiping up if there are no TaskViews" into ub-launche...Tony Wickham2019-09-201-0/+4
| |\
| | * Don't crash when swiping up if there are no TaskViewsTony Wickham2019-09-201-0/+4
* | | Adding tracing for a lab-only flake.vadimt2019-09-192-0/+15
|\| |
| * | Adding tracing for a lab-only flake.vadimt2019-09-192-0/+15
| |/
* | Added AppLaunchEventsPlugin which relays app launch/dismiss events toShashwat Razdan2019-09-191-5/+56
* | Merge "Allow scroll to clear all in 3 button+fallback mode" into ub-launcher3...Tony Wickham2019-09-183-4/+10
|\|
| * Merge "Allow scroll to clear all in 3 button+fallback mode" into ub-launcher3...Tony Wickham2019-09-183-4/+10
| |\
| | * Allow scroll to clear all in 3 button+fallback modeTony Wickham2019-09-173-4/+10
| * | Make sure that live tile overlay is added only once.Tracy Zhou2019-09-162-5/+21
| |/
* | Support defining X column layout for all apps as a display option.Jon Miranda2019-09-162-3/+4
* | Merge "Replace OnGlobalLayoutListener with StateListener to update prediction...Tony Wickham2019-09-131-7/+11
|\|
| * Merge "Replace OnGlobalLayoutListener with StateListener to update prediction...Tony Wickham2019-09-111-7/+11
| |\
| | * Replace OnGlobalLayoutListener with StateListener to update predictionsTony Wickham2019-09-111-7/+11
* | | Merge "Adding support for building a "spring like animation" with precomputed...Sunny Goyal2019-09-121-12/+9
|\| |
| * | Merge "Adding support for building a "spring like animation" with precomputed...TreeHugger Robot2019-09-111-12/+9
| |\ \
| | * | Adding support for building a "spring like animation" with precomputed valuesSunny Goyal2019-09-091-12/+9
* | | | When DeviceConfig/FeatureFlag value is different than the previous value, ref...Hyunyoung Song2019-09-121-2/+19
|\| | |
| * | | When DeviceConfig/FeatureFlag value is different than the previousHyunyoung Song2019-09-111-2/+19
| | |/ | |/|
* | | Refactoring RecentsView to handle non-TaskViewsSreyas2019-09-119-70/+136
* | | Merge changes I4532e429,I532645de into ub-launcher3-qt-future-devWinson Chung2019-09-095-32/+22
|\ \ \
| * | | Defer listening on widget host until after the state transition endsWinson Chung2019-09-091-1/+1
| * | | Migrate to using DefaultDisplayWinson Chung2019-09-094-31/+21
* | | | Merge "Add distance threshold for assistant gesture fling" into ub-launcher3-...Miranda Kephart2019-09-092-7/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Add distance threshold for assistant gesture fling" into ub-launcher3-...Miranda Kephart2019-09-092-7/+13
| |\ \ \
| | * | | Add distance threshold for assistant gesture flingMiranda Kephart2019-08-082-7/+13
* | | | | Merge "Properly prevent All Apps relayouts by avoiding scrollToPosition" into...Tony Wickham2019-09-091-5/+0
|\| | | |
| * | | | Merge "Properly prevent All Apps relayouts by avoiding scrollToPosition" into...Tony Wickham2019-09-051-5/+0
| |\ \ \ \
| | * | | | Properly prevent All Apps relayouts by avoiding scrollToPositionTony Wickham2019-09-031-5/+0
| | | |_|/ | | |/| |
* | | | | Merge "Adding a test method to get a Launcher object when it becomes non-null...Vadim Tryshev2019-09-091-2/+1
|\| | | |
| * | | | Adding a test method to get a Launcher object when it becomes non-nullvadimt2019-09-041-2/+1
* | | | | resolve merge conflicts of 1bd96b1e96a663c835cb263cbc4aa54a7841ab28 to ub-lau...Jon Miranda2019-09-061-12/+43
|\| | | | | |_|_|/ |/| | |
| * | | Merge "Update app open/close animations." into ub-launcher3-qt-qpr1-devTreeHugger Robot2019-09-041-12/+43
| |\ \ \
| | * | | Update app open/close animations.Jon Miranda2019-09-041-12/+43
| | |/ /
* | | | Merge "Enabling debug tracing for all UI tests" into ub-launcher3-qt-qpr1-devVadim Tryshev2019-09-042-3/+0
|\| | |
| * | | Merge "Enabling debug tracing for all UI tests" into ub-launcher3-qt-qpr1-devVadim Tryshev2019-09-042-3/+0
| |\ \ \
| | * | | Enabling debug tracing for all UI testsvadimt2019-09-032-3/+0
| | |/ /