summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherStateManager.java
Commit message (Expand)AuthorAgeFilesLines
* Preventing state change duing the swipe up animation when the previous appSunny Goyal2018-07-121-0/+6
* Immediate 2nd quickscrub should not cancel if same stateMatthew Ng2018-06-141-1/+3
* [automerger] Revert "Set mState = mCurrentStableState in onAnimationCancel" a...Android Build Merger (Role)2018-06-061-6/+1
|\
| * Revert "Set mState = mCurrentStableState in onAnimationCancel"Sunny Goyal2018-06-061-6/+1
* | Fixing controller state is not properly cleared when the animaiton is cancelled.Sunny Goyal2018-06-051-0/+3
* | Do not change state in the middle of quickstep gestureSunny Goyal2018-06-051-0/+18
* | Fix animation not playing when going home while another animation is playingTony2018-05-291-4/+4
|/
* Set mState = mCurrentStableState in onAnimationCancelTony Wickham2018-05-291-1/+6
* Merge "Fix prediction tip shows when user attempts but does not swipe up all ...TreeHugger Robot2018-05-251-8/+3
|\
| * Fix prediction tip shows when user attempts but does not swipe up all the way...Tracy Zhou2018-05-241-8/+3
* | Fixing keyboard navigation when Overview list is emptyVadim Tryshev2018-05-241-8/+5
|/
* Cleanup how we set back button alphaTony Wickham2018-05-221-1/+0
* Update interpolators and durations for state animationsTony Wickham2018-05-161-1/+50
* Don't reapply state when setting user controlled animationTony Wickham2018-05-101-7/+11
* Add atomic recents animation while swiping upTony Wickham2018-05-091-2/+38
* Fixing stateManager not correctly deduping existing animationsSunny Goyal2018-05-081-1/+12
* Fix some state issues with user-controlled animationsTony2018-05-011-13/+30
* Force finish any pending animations if the insets or orientation changeSunny Goyal2018-04-201-0/+7
* Only skip the animation, if we are going to the same stateSunny Goyal2018-04-121-4/+7
* Several app transition fixes:Sunny Goyal2018-04-111-1/+1
* Do not reset the previous state animation, if it is a part of the new state a...Sunny Goyal2018-04-091-1/+10
* Ensuring that previous animation is completed before starting a new state ani...Sunny Goyal2018-04-021-0/+4
* Move default pip position to right above the shelf (Pt. Launcher)Tracy Zhou2018-03-281-0/+2
* Merge "Changing the overviewState to show appsearch and floating header" into...Sunny Goyal2018-03-201-10/+29
|\
| * Changing the overviewState to show appsearch and floating headerSunny Goyal2018-03-191-10/+29
* | Registering app transition animations with the internal stateManager,Sunny Goyal2018-03-191-11/+9
|/
* Improve quick scrubTony2018-03-131-8/+0
* Ensuring that we finish the last transition before starting a new one.Sunny Goyal2018-03-121-0/+4
* Skipping resetting transition if the same transition is runningSunny Goyal2018-03-011-6/+19
* Quick step/scrub/switch loggingHyunyoung Song2018-02-201-1/+0
* Cancel existing launcher animation earlier to prevent unnecessary AllApps ani...Jon Miranda2018-02-201-7/+12
* Revert "Revert "Remove back button when on home screen""Winson Chung2018-02-161-0/+6
* Revert "Remove back button when on home screen"Winson Chung2018-02-161-6/+0
* Remove back button when on home screenTony Wickham2018-02-151-0/+6
* Re-enable quick scrub/switch from launcherTony Wickham2018-02-121-0/+8
* Prevent blinking when user presses home.Jon Miranda2018-02-071-1/+1
* Preserving the last state when going to overview.Sunny Goyal2018-02-061-0/+22
* Cancel launcher app transition when changing statesTony2018-02-051-0/+7
* Reapplying state UI when the insets changeSunny Goyal2018-01-181-0/+8
* Ensuring that Recents view is always loaded when going to Overview stateSunny Goyal2018-01-161-0/+1
* Merge "Adding a back stack to go to overview from all-apps" into ub-launcher3...TreeHugger Robot2018-01-121-1/+14
|\
| * Adding a back stack to go to overview from all-appsSunny Goyal2018-01-111-1/+14
* | Implement quick scrub and quick switch callbacksTony2018-01-111-1/+0
|/
* Running state animations if launcher is visibleSunny Goyal2018-01-111-1/+1
* Adding support for auto-cancelling an action mode when interacting with launcherSunny Goyal2017-12-221-0/+1
* Initial interaction for two state swipe to overviewSunny Goyal2017-12-111-1/+1
* Removing view layer support during state animation.Sunny Goyal2017-12-071-6/+2
* Adding support for tagging animations per controller, so that they can be con...Sunny Goyal2017-12-071-6/+15
* Separating various UI properties into state variablesSunny Goyal2017-12-061-6/+15
* Defering AppWidgetHost updates if Launcher resumes in an non-NORMAL stateSunny Goyal2017-11-141-0/+1