summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/states
Commit message (Expand)AuthorAgeFilesLines
* Disable seamless rotation for 3 and 2 button modeSunny Goyal2019-06-061-2/+7
* Disabling seamless rotation in multiwindow modeSunny Goyal2019-05-301-3/+8
* Lock launcher rotation during activity transition to allowSunny Goyal2019-05-221-0/+14
* Enabling fake rotation by defaultSunny Goyal2019-05-151-9/+34
* Add translationX to overview stateTony2019-03-271-5/+5
* Fix hotseat translated upwards when dragging from all appsTony Wickham2019-03-041-2/+2
* Scale and translate hotseat with workspace instead of all appsTony2019-03-031-0/+5
* Removing the home button press checkSunny Goyal2019-03-011-5/+0
* Changing min sdk to 25Sunny Goyal2019-01-291-11/+6
* Moving some system calls off the main threadSunny Goyal2019-01-081-1/+2
* Fix showing strange Launcher on pressing Home.Vadim Tryshev2018-11-121-0/+5
* Add support for testing in portrait modeVadim Tryshev2018-09-211-1/+8
* Do not run StateHandler code while holding the lockSunny Goyal2018-05-311-11/+15
* Fixing keyboard navigation when Overview list is emptyVadim Tryshev2018-05-241-6/+0
* Adding some activity state information in dumpSunny Goyal2018-05-141-0/+8
* Chaniging all-apps scrimSunny Goyal2018-05-081-1/+6
* Moving some swipe up complete logic to when the handler is completed.Sunny Goyal2018-04-231-0/+8
* Bringing back auto-rotate settingsSunny Goyal2018-04-191-23/+37
* Hide back button in drag-n-drop and quick scrubTony Wickham2018-03-201-1/+1
* Initial changes for handling overview button in LauncherSunny Goyal2018-03-121-3/+5
* Updating Launcher rotation logicSunny Goyal2018-03-032-21/+141
* Updating the scrim and landscpae uiSunny Goyal2018-03-011-1/+1
* Handling recents animation cancelationSunny Goyal2018-02-201-27/+47
* Waiting for a small timeout for launcher draw, before performing the swipe ge...Sunny Goyal2018-02-051-6/+10
* Add code path for the recents animation using window transitions.Winson Chung2018-01-291-7/+49
* Removing layout handling in DeviceProfile and moving it toSunny Goyal2018-01-101-1/+1
* Updating landscape layout for launcher/quickstepSunny Goyal2018-01-081-3/+8
* Adding translationX to workspace card to that it is slightly visibleSunny Goyal2017-12-221-1/+1
* Separating various UI properties into state variablesSunny Goyal2017-12-062-61/+2
* Allow hotseat items to be clicked in overviewTony Wickham2017-12-051-1/+1
* Fixing double state changes when using an InternalStateHandlerSunny Goyal2017-11-151-16/+26
* Load some recent tasksWinson Chung2017-11-131-8/+23
* Initial changes for handling touch events.Sunny Goyal2017-11-101-0/+43
* Rearranging the code structure to allow replacing state logic.Sunny Goyal2017-11-061-83/+0
* Using state animation to control all-apps transitionSunny Goyal2017-10-311-1/+1
* Exposing the state manager directly instead of providing various helper metho...Sunny Goyal2017-10-251-0/+10
* Enable overview state restoreSunny Goyal2017-10-241-2/+1
* Moving all-apps state logic to an independent classSunny Goyal2017-10-233-2/+64
* Moving some state specific logic to subclass of LauncherStateSunny Goyal2017-10-202-0/+186