summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
* Deferring all app updates until the pending executor is complete.Sunny Goyal2018-02-071-29/+10
* Adding callback to notify LauncherCallbacks when quickstep startsSunny Goyal2018-02-071-0/+6
* Preserving the last state when going to overview.Sunny Goyal2018-02-061-0/+1
* Merge "Cancel launcher app transition when changing states" into ub-launcher3...TreeHugger Robot2018-02-061-4/+4
|\
| * Cancel launcher app transition when changing statesTony2018-02-051-4/+4
* | Merge "Opening options popup on KeyEvent.KEYCODE_MENU." into ub-launcher3-masterVadim Tryshev2018-02-061-0/+20
|\ \
| * | Opening options popup on KeyEvent.KEYCODE_MENU.Vadim Tryshev2018-02-051-0/+20
* | | Waiting for a small timeout for launcher draw, before performing the swipe ge...Sunny Goyal2018-02-051-1/+1
* | | Some fixes for quickstep when configuration changesSunny Goyal2018-02-021-1/+5
| |/ |/|
* | Handling configuration changesSunny Goyal2018-02-011-10/+1
* | Initial changes for handling configuration changes dynamicallySunny Goyal2018-01-311-20/+49
* | Fix app closing transition in multi-windowJorim Jaggi2018-01-311-3/+1
* | Add code path for the recents animation using window transitions.Winson Chung2018-01-291-0/+4
* | Refactor LauncherAppTransitionManager & polish for new app transitions.Jon Miranda2018-01-251-30/+8
* | Merge "Launcher app close transition." into ub-launcher3-masterJonathan Miranda2018-01-231-0/+4
|\ \ | |/ |/|
| * Launcher app close transition.Jon Miranda2018-01-221-0/+4
* | Adding referrer information when launching market intentSunny Goyal2018-01-221-2/+2
|/
* Adding a horizontal popup when when workspace is longPressedSunny Goyal2018-01-191-5/+6
* Merge "Fallback to old implementation for opening apps in MW mode." into ub-l...Jonathan Miranda2018-01-181-9/+45
|\
| * Fallback to old implementation for opening apps in MW mode.Jon Miranda2018-01-181-9/+45
* | Move scrim from DragLayer to LauncherRootView.Jon Miranda2018-01-181-3/+3
|/
* Synchronized opening app transition animations.Jon Miranda2018-01-181-23/+1
* Removing some device profile dependencies in view contructorsSunny Goyal2018-01-161-4/+0
* Adding a back stack to go to overview from all-appsSunny Goyal2018-01-111-1/+2
* Running state animations if launcher is visibleSunny Goyal2018-01-111-3/+3
* Removing layout handling in DeviceProfile and moving it toSunny Goyal2018-01-101-7/+1
* Do not wait until bindComplete for setting NotificationListenerSunny Goyal2018-01-041-14/+1
* Merge "Adding support for auto-cancelling an action mode when interacting wit...TreeHugger Robot2018-01-041-0/+29
|\
| * Adding support for auto-cancelling an action mode when interacting with launcherSunny Goyal2017-12-221-0/+29
* | No more waiting around for resumeSunny Goyal2017-12-191-218/+22
|/
* Merge "Removing horizontal bar from page indicator" into ub-launcher3-masterSunny Goyal2017-12-121-33/+0
|\
| * Removing horizontal bar from page indicatorSunny Goyal2017-12-051-34/+0
* | Merge "Replacing some method definitions with default platform implementation...Sunny Goyal2017-12-071-151/+7
|\ \
| * | Replacing some method definitions with default platform implementationsSunny Goyal2017-12-061-151/+7
* | | Merge "Stop settings properties to null in onDestroy()" into ub-launcher3-masterTreeHugger Robot2017-12-071-1/+0
|\ \ \ | |/ / |/| |
| * | Stop settings properties to null in onDestroy()Sunny Goyal2017-12-041-1/+0
| |/
* | Separating various UI properties into state variablesSunny Goyal2017-12-061-1/+1
* | Moving discovery bounce logic to a separate class.Sunny Goyal2017-12-061-14/+4
|/
* Fix failed to launch work app shortcut when work mode is ONTony Mak2017-12-041-1/+2
* Merge "Temorarily changing the long press action on the homescreen to show a ...TreeHugger Robot2017-11-161-6/+13
|\
| * Temorarily changing the long press action on the homescreen to show a popup menuSunny Goyal2017-11-151-6/+13
* | Merge "Simplifying app icon popup" into ub-launcher3-masterSunny Goyal2017-11-161-5/+4
|\ \ | |/ |/|
| * Simplifying app icon popupSunny Goyal2017-11-151-5/+4
* | Merge "Fixing double state changes when using an InternalStateHandler" into u...TreeHugger Robot2017-11-151-66/+54
|\ \
| * | Fixing double state changes when using an InternalStateHandlerSunny Goyal2017-11-151-66/+54
* | | Defering AppWidgetHost updates if Launcher resumes in an non-NORMAL stateSunny Goyal2017-11-141-8/+2
|/ /
* | Merge "Simplifying workspace layout" into ub-launcher3-masterTreeHugger Robot2017-11-151-1/+0
|\ \
| * | Simplifying workspace layoutSunny Goyal2017-11-131-1/+0
* | | Load some recent tasksWinson Chung2017-11-131-3/+3
|/ /
* | Initial changes for handling touch events.Sunny Goyal2017-11-101-0/+3