summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Adding some task views." into ub-launcher3-masterSunny Goyal2017-11-101-5/+5
|\ \ | |/ |/|
| * Adding some task views.Winson Chung2017-11-101-5/+5
* | Changing the state UI logic for normal build and quickStep buildSunny Goyal2017-11-071-1/+5
|/
* Separing the overview states for normal and quickstep buildsSunny Goyal2017-11-071-94/+2
* Merge "Rearranging the code structure to allow replacing state logic." into u...Sunny Goyal2017-11-071-13/+0
|\
| * Rearranging the code structure to allow replacing state logic.Sunny Goyal2017-11-061-13/+0
* | Merge "Deleting sample code demonstrating how to extend Launcher3" into ub-la...TreeHugger Robot2017-11-061-5/+0
|\ \ | |/ |/|
| * Deleting sample code demonstrating how to extend Launcher3Sunny Goyal2017-10-301-5/+0
* | Moving various runtime flags into the common base class.Sunny Goyal2017-10-311-7/+12
|/
* Moving mState from Workspace to StateManagerSunny Goyal2017-10-251-6/+6
* Exposing the state manager directly instead of providing various helper metho...Sunny Goyal2017-10-251-174/+51
* Enable overview state restoreSunny Goyal2017-10-241-2/+2
* Moving all-apps state logic to an independent classSunny Goyal2017-10-231-22/+12
* Moving some state specific logic to subclass of LauncherStateSunny Goyal2017-10-201-50/+10
* Merge "Log time spent on different UI surfaces" into ub-launcher3-masterTreeHugger Robot2017-10-191-4/+12
|\
| * Log time spent on different UI surfacesHyunyoung Song2017-10-191-4/+12
* | Changing LauncherState to a class to allow adding custom functionalitySunny Goyal2017-10-191-4/+4
|/
* Removing state definition from LauncherSunny Goyal2017-10-181-84/+42
* Moving Workspace states into a separate fileSunny Goyal2017-10-181-13/+8
* Launcher state management cleanupSunny Goyal2017-10-171-67/+27
* Cleaning up drag state management.Sunny Goyal2017-10-161-25/+33
* Converting widget panel into a floating viewSunny Goyal2017-10-131-74/+39
* Converting PopupContainerWithArrow into a base class so that it is easierSunny Goyal2017-10-101-5/+5