Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_packages_apps_Launcher3
/
785a379570f6350a4d1b51f93a98852d56569c98
/
src
/
com
/
android
/
launcher3
/
LauncherStateManager.java
d230307
Migrating to android-x
by Sunny Goyal
· 7 years ago
379e8e0
Preventing state change duing the swipe up animation when the previous app
by Sunny Goyal
· 7 years ago
f8fafa2
Immediate 2nd quickscrub should not cancel if same state
by Matthew Ng
· 7 years ago
6965233
[automerger] Revert "Set mState = mCurrentStableState in onAnimationCancel" am: d6692cedff
by Android Build Merger (Role)
· 7 years ago
d6692ce
Revert "Set mState = mCurrentStableState in onAnimationCancel"
by Sunny Goyal
· 7 years ago
87a6ad1
Fixing controller state is not properly cleared when the animaiton is cancelled.
by Sunny Goyal
· 7 years ago
d936f6a
Do not change state in the middle of quickstep gesture
by Sunny Goyal
· 7 years ago
67f9cad
Fix animation not playing when going home while another animation is playing
by Tony
· 7 years ago
8935d95
Set mState = mCurrentStableState in onAnimationCancel
by Tony Wickham
· 7 years ago
159d694
Merge "Fix prediction tip shows when user attempts but does not swipe up all the way to All Apps when quickstep is disabled." into ub-launcher3-edmonton
by TreeHugger Robot
· 7 years ago
5d89e1b
Fix prediction tip shows when user attempts but does not swipe up all the way to All Apps when quickstep is disabled.
by Tracy Zhou
· 7 years ago
1b0c503
Fixing keyboard navigation when Overview list is empty
by Vadim Tryshev
· 7 years ago
4e21c1b
Cleanup how we set back button alpha
by Tony Wickham
· 7 years ago
b2ddf10
Update interpolators and durations for state animations
by Tony Wickham
· 7 years ago
d4ece9a
Don't reapply state when setting user controlled animation
by Tony Wickham
· 7 years ago
6becf7c
Add atomic recents animation while swiping up
by Tony Wickham
· 7 years ago
a6616de
Fixing stateManager not correctly deduping existing animations
by Sunny Goyal
· 7 years ago
31fbd4c
Fix some state issues with user-controlled animations
by Tony
· 7 years ago
ed2d2bc
Force finish any pending animations if the insets or orientation change
by Sunny Goyal
· 7 years ago
d754dcd
Only skip the animation, if we are going to the same state
by Sunny Goyal
· 7 years ago
7eff40f
Several app transition fixes:
by Sunny Goyal
· 7 years ago
b35f50c
Do not reset the previous state animation, if it is a part of the new state animaiton
by Sunny Goyal
· 7 years ago
1c6d566
Ensuring that previous animation is completed before starting a new state animation
by Sunny Goyal
· 7 years ago
a706f00
Move default pip position to right above the shelf (Pt. Launcher)
by Tracy Zhou
· 7 years ago
2e38cf4
Merge "Changing the overviewState to show appsearch and floating header" into ub-launcher3-master
by Sunny Goyal
· 7 years ago
a246727
Registering app transition animations with the internal stateManager,
by Sunny Goyal
· 7 years ago
7185dd6
Changing the overviewState to show appsearch and floating header
by Sunny Goyal
· 7 years ago
1e6eaea
Improve quick scrub
by Tony
· 7 years ago
6586062
Ensuring that we finish the last transition before starting a new one.
by Sunny Goyal
· 7 years ago
f58e0df
Skipping resetting transition if the same transition is running
by Sunny Goyal
· 7 years ago
b3fbc0b
Quick step/scrub/switch logging
by Hyunyoung Song
· 8 years ago
8b08a1f
Cancel existing launcher animation earlier to prevent unnecessary AllApps animation.
by Jon Miranda
· 8 years ago
d782394
Revert "Revert "Remove back button when on home screen""
by Winson Chung
· 8 years ago
dd176e6
Revert "Remove back button when on home screen"
by Winson Chung
· 8 years ago
663759e
Remove back button when on home screen
by Tony Wickham
· 8 years ago
a066e44
Re-enable quick scrub/switch from launcher
by Tony Wickham
· 8 years ago
0d5daaf
Prevent blinking when user presses home.
by Jon Miranda
· 8 years ago
af161fd
Preserving the last state when going to overview.
by Sunny Goyal
· 8 years ago
dc76f8e
Cancel launcher app transition when changing states
by Tony
· 8 years ago
ce8809a
Reapplying state UI when the insets change
by Sunny Goyal
· 8 years ago
75c59ac
Ensuring that Recents view is always loaded when going to Overview state
by Sunny Goyal
· 8 years ago
dfa46e1
Merge "Adding a back stack to go to overview from all-apps" into ub-launcher3-master
by TreeHugger Robot
· 8 years ago
6d6fe04
Implement quick scrub and quick switch callbacks
by Tony
· 8 years ago
49bcf34
Adding a back stack to go to overview from all-apps
by Sunny Goyal
· 8 years ago
cc96aa1
Running state animations if launcher is visible
by Sunny Goyal
· 8 years ago
7c8a65e
Adding support for auto-cancelling an action mode when interacting with launcher
by Sunny Goyal
· 8 years ago
de5535a
Initial interaction for two state swipe to overview
by Sunny Goyal
· 8 years ago
3c585dd
Removing view layer support during state animation.
by Sunny Goyal
· 8 years ago
e3c6d58
Adding support for tagging animations per controller, so that they can be controlled independently
by Sunny Goyal
· 8 years ago
bc683e9
Separating various UI properties into state variables
by Sunny Goyal
· 8 years ago
67419a1
Defering AppWidgetHost updates if Launcher resumes in an non-NORMAL state
by Sunny Goyal
· 8 years ago
758d504
Refactor InsettableFrameLayout/DragLayer and add StateListener interface.
by Jon Miranda
· 8 years ago
c4fa8c3
Changing the state UI logic for normal build and quickStep build
by Sunny Goyal
· 8 years ago
8552517
Rearranging the code structure to allow replacing state logic.
by Sunny Goyal
· 8 years ago
0310220
Using state animation to control all-apps transition
by Sunny Goyal
· 8 years ago
ea60926
Moving mState from Workspace to StateManager
by Sunny Goyal
· 8 years ago
3e3f44c
Exposing the state manager directly instead of providing various helper methods for state change
by Sunny Goyal
· 8 years ago
[Renamed (77%) from src/com/android/launcher3/LauncherStateTransitionAnimation.java]
be93f26
Moving all-apps state logic to an independent class
by Sunny Goyal
· 8 years ago
d79dd20
Deteriorating PinchToZoom interaction
by Sunny Goyal
· 8 years ago
f9403d9
Removing state definition from Launcher
by Sunny Goyal
· 8 years ago
4c7f215
Moving Workspace states into a separate file
by Sunny Goyal
· 8 years ago
aeb1643
Launcher state management cleanup
by Sunny Goyal
· 8 years ago
f1fbc3f
Converting widget panel into a floating view
by Sunny Goyal
· 8 years ago
00c95b8
Removing some obsolete callbacks
by Sunny Goyal
· 8 years ago
d725f64
Remove LAUNCHER3_ALL_APPS_PULL_UP
by Hyunyoung Song
· 8 years ago
7f522a2
Optimizations to reduce all apps jank.
by Jon Miranda
· 8 years ago
14709c6
Remove extra call to AllAppsContainerView#reset.
by Jon Miranda
· 8 years ago
5606e07
Removing long press support from page-indicator
by Sunny Goyal
· 8 years ago
c06af33
Minor Refactoring only: no functional change
by Mario Bertschler
· 8 years ago
54c5fe5
Merge "Revert "Temporary fix for Widgets in battery saver mode."" into ub-launcher3-dorval
by Jonathan Miranda
· 8 years ago
57299da
Revert "Temporary fix for Widgets in battery saver mode."
by Jonathan Miranda
· 8 years ago
a984221
Temporary fix for Widgets in battery saver mode. am: 08d8bb9cde
by Jon Miranda
· 8 years ago
08d8bb9
Temporary fix for Widgets in battery saver mode.
by Jon Miranda
· 8 years ago
af47902
Moves OutlineProvider / Animation files to anim package.
by Jon Miranda
· 8 years ago
a52ecb0
Removing all compatibility code below Lollipop
by Sunny Goyal
· 9 years ago
db36437
Moving saving state transtion listener logic to individual views
by Sunny Goyal
· 9 years ago
b5e65c8
Calling buildLayer only on views which are actually visible
by Sunny Goyal
· 9 years ago
f3e35d9
Add logging for long presses. Reset elapsed timer when changing containers.
by Jon Miranda
· 9 years ago
a6aab43
Fix hotseat flicker when opened all apps in landscape, rotate screen, pull down
by Hyunyoung Song
· 9 years ago
d7d7402
Fix hotseat flicker when opened all apps in landscape, rotate screen, pull down
by Hyunyoung Song
· 9 years ago
191e9d1
Change interpolation logic to all apps transitioning on fling b/30486958
by Hyunyoung Song
· 9 years ago
7ccc462
Responsive caret drawable
by Hyunyoung Song
· 9 years ago
e3876e8
Change default animation duration for all apps open and close.
by Hyunyoung Song
· 9 years ago
9dcf0a3
AllAppsTransitionController always use LauncherStateTransitionAnimation
by Hyunyoung Song
· 9 years ago
61d9e78
Ensure we still build the hw layers when pulling up all apps.
by Winson
· 9 years ago
8f58e61
Update shortcut animations.
by Tony Wickham
· 9 years ago
6f02f2f
Fixing adjascent pages not visible when starting animation
by Sunny Goyal
· 9 years ago
a30b51c
Adding stateful caret drawable
by Peter Schiller
· 9 years ago
ca7f30f
Fix all apps becoming clipped when screen is rotated with all apps opened.
by Hyunyoung Song
· 9 years ago
eac1dac
All apps pull up work b/28917826 b/29469966 b/29542376
by Hyunyoung Song
· 9 years ago
bb011da
Adding a flag (enabled by default) to remove the all-apps button.
by Sunny Goyal
· 9 years ago
a9a8a42
UI fixes to All apps pull up work
by Hyunyoung Song
· 9 years ago
74b5af3
Fixes to all apps pull up work
by Hyunyoung Song
· 9 years ago
2e041a6
Fix NexusLauncher NPE
by Hyunyoung Song
· 9 years ago
4c395f2
Merge "Removing the SearchDropTarget bar as it no longer contains the QSB" into ub-launcher3-calgary
by Sunny Goyal
· 9 years ago
b11ae50
Guard all apps pull up work behind the flag
by Hyunyoung Song
· 9 years ago
47328fd
Removing the SearchDropTarget bar as it no longer contains the QSB
by Sunny Goyal
· 9 years ago
645764e
Pull up all apps interaction
by Hyunyoung Song
· 9 years ago
f898b97
Call onLauncherTransitionPrepare() and End() from pinch.
by Tony Wickham
· 9 years ago
aa95365
Refactor UserEventDispatcher (1/2) b/28269657
by Hyunyoung Song
· 9 years ago
Next »