summaryrefslogtreecommitdiffstats
path: root/quickstep
Commit message (Expand)AuthorAgeFilesLines
* Skip logic to find the dominant color when loading recent task iconsWinson Chung2018-08-142-2/+10
* Merge "Removing Launcher activity dependency on various animations" into ub-l...TreeHugger Robot2018-08-131-2/+1
|\
| * Removing Launcher activity dependency on various animationsSunny Goyal2018-08-101-2/+1
* | Support for running Overview tests with quickstep on and offVadim Tryshev2018-08-101-4/+7
* | Merge "Adding overscroll in recents view" into ub-launcher3-masterTreeHugger Robot2018-08-101-1/+1
|\ \ | |/ |/|
| * Adding overscroll in recents viewSunny Goyal2018-08-101-1/+1
* | Merge "Removing code duplication for getting swipe-up setting" into ub-launch...TreeHugger Robot2018-08-092-20/+53
|\ \ | |/ |/|
| * Removing code duplication for getting swipe-up settingVadim Tryshev2018-08-072-20/+53
* | Use provided home content insetsWinson Chung2018-08-091-3/+1
* | Merge "Use default animation when launching a TaskView that's off screen" int...Tony Wickham2018-08-091-5/+3
|\ \
| * | Use default animation when launching a TaskView that's off screenTony Wickham2018-08-081-5/+3
* | | Fix PIP window moving during quick scrub.Tracy Zhou2018-08-083-7/+28
* | | Removing unused touch handling in PagedView so that it is similar to various ...Sunny Goyal2018-08-081-2/+2
* | | Merge "Unifying multiple definitions of MainThreadInitializedObject" into ub-...TreeHugger Robot2018-08-0815-66/+30
|\ \ \ | |/ / |/| |
| * | Unifying multiple definitions of MainThreadInitializedObjectSunny Goyal2018-08-0715-66/+30
| |/
* | Merge "Launching last task when back button is pressed in overview" into ub-l...Sunny Goyal2018-08-082-4/+19
|\ \ | |/ |/|
| * Launching last task when back button is pressed in overviewSunny Goyal2018-08-022-4/+19
* | [automerger] Use clear-all recent tasks call am: 68df758665Android Build Merger (Role)2018-08-032-4/+2
|\ \ | |/ |/|
| * Use clear-all recent tasks callWinson Chung2018-08-032-4/+2
* | Merge "Preventing state change duing the swipe up animation when the previous...TreeHugger Robot2018-08-021-2/+11
|\ \
| * | Preventing state change duing the swipe up animation when the previous appSunny Goyal2018-07-121-2/+11
* | | [automerger] Fix missing callback in fallback activity to re-enable high res ...Android Build Merger (Role)2018-08-021-0/+6
|\ \ \
| * | | Fix missing callback in fallback activity to re-enable high res loader.Winson Chung2018-08-021-0/+6
| | |/ | |/|
| * | Merge "Add null check before playing recents scale down anim" into ub-launche...Tony Wickham2018-07-191-0/+3
| |\ \
| * \ \ Merge "Defer starting the high-res thumbnail loader until quick step/scrub" i...TreeHugger Robot2018-07-183-1/+14
| |\ \ \
* | \ \ \ Merge "Fix bug where icon appears large until transluscent activity finishes....Jonathan Miranda2018-07-311-0/+3
|\ \ \ \ \
| * | | | | Fix bug where icon appears large until transluscent activity finishes.Jon Miranda2018-07-241-0/+3
* | | | | | Tapping task icon in overview with scroll to it and openMatthew Ng2018-07-272-11/+49
* | | | | | Merge "Tapl library" into ub-launcher3-masterTreeHugger Robot2018-07-241-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Tapl libraryVadim Tryshev2018-07-201-0/+3
| | |_|_|/ | |/| | |
* | | | | [automerger] Add null check before playing recents scale down anim am: 7cc878...Android Build Merger (Role)2018-07-181-0/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add null check before playing recents scale down animTony Wickham2018-07-181-0/+3
| | |/ / | |/| |
* | | | [automerger] Defer starting the high-res thumbnail loader until quick step/sc...Android Build Merger (Role)2018-07-183-1/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Defer starting the high-res thumbnail loader until quick step/scrubWinson Chung2018-07-183-1/+14
* | | | Animate the long press icon scale for task menu to match task viewMatthew Ng2018-07-173-13/+101
* | | | [automerger] App menu icon launching app info hides taskview menu am: 00fec0d53bAndroid Build Merger (Role)2018-07-141-6/+0
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | App menu icon launching app info hides taskview menuMatthew Ng2018-07-131-6/+0
* | | Proxying touch events from RecentsTouchConsumer to LauncherSunny Goyal2018-07-127-57/+175
* | | Merge "Exposing some private methods to easily customize arrow popup" into ub...Sunny Goyal2018-07-121-4/+5
|\ \ \
| * | | Exposing some private methods to easily customize arrow popupSunny Goyal2018-07-111-4/+5
* | | | Merge changes from topic "am-3a638250-0228-430a-9592-99d4a7bd5036" into ub-la...TreeHugger Robot2018-07-121-0/+13
|\ \ \ \
| * \ \ \ [automerger] Workaround for flicker between handoff from app to task view am:...Android Build Merger (Role)2018-07-111-0/+13
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * / Workaround for flicker between handoff from app to task viewWinson Chung2018-07-111-0/+13
| | |/
* | / Remove device profile dependency from UserEventDispatcherHyunyoung Song2018-07-112-5/+2
|/ /
* | Merge "Touch up/cancel over navigation bar will send down event to drag layer...TreeHugger Robot2018-07-101-8/+18
|\ \
| * | Touch up/cancel over navigation bar will send down event to drag layerMatthew Ng2018-07-101-8/+18
* | | Animating task icon scale when using long swipeSunny Goyal2018-07-108-78/+105
|/ /
* | Merge "Dismiss pip will fade task in and snap to it" into ub-launcher3-masterTreeHugger Robot2018-07-101-9/+49
|\ \
| * | Dismiss pip will fade task in and snap to itMatthew Ng2018-06-261-9/+49
* | | Prevent extra call to set activity orientation.Winson Chung2018-07-032-4/+5