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