1. 8f490e2 Go Launcher: Fix icon placement retention by Greg Kaiser · 4 years ago
  2. e941d72 Get rid of unused notification_badging_enabled configuration. by Rajeev Kumar · 4 years ago
  3. 1a51e29 Disable notification dots launcher setting on Android Go devices. by Rajeev Kumar · 4 years ago
  4. 10a285d Render user's actual workspace in ThemePicker preview (Part 5) by Tracy Zhou · 4 years, 4 months ago
  5. 18204e4 Various icon cache fixes by Sunny Goyal · 4 years, 4 months ago
  6. a7a5bf3 Adding support for multiple Model clients by Sunny Goyal · 4 years, 5 months ago
  7. 85cb1b6 Fixing widgets enabled ag/9375162 by Sunny Goyal · 4 years, 5 months ago
  8. f10903e Merge "Removing static reference of deep shortcut manager" into ub-launcher3-master by TreeHugger Robot · 4 years, 5 months ago
  9. fa39536 Removing static reference of deep shortcut manager by Sunny Goyal · 4 years, 6 months ago
  10. 0842cf5 Remove Launcher3GoIconRecents by Peter Kalauskas · 4 years, 6 months ago
  11. 337c81f Removing static instances of UserManagerCompat and AppWidgetManager by Sunny Goyal · 4 years, 6 months ago
  12. 37a0970 Improve quick switch from home by tracking both x and y motion by Tony Wickham · 4 years, 10 months ago
  13. 2cf2871 include predicted_rank in app launch logging by Pinyao Ting · 4 years, 7 months ago
  14. 85d6f25 Move shelf peeking anim code to ShelfPeekAnim class by Tony Wickham · 4 years, 7 months ago
  15. 13a7980 System apps must target API 29 or higher by Jon Miranda · 4 years, 7 months ago
  16. 1416843 Adding support for dynamic calendar and clock icons by Sunny Goyal · 4 years, 8 months ago
  17. 210e174 Subclassing Launcher instead of using UiFactory by Sunny Goyal · 4 years, 8 months ago
  18. dd9d1ea 12/ Clean up some ActivityInterface calls by Winson Chung · 4 years, 8 months ago
  19. c9bf6d4 9/ Clean up swipe shared state by Winson Chung · 4 years, 8 months ago
  20. d7269bf 8/ Rename ActivityControlHelper by Winson Chung · 4 years, 8 months ago
  21. d3da92a 7/ Rename RecentsAnimationWrapper by Winson Chung · 4 years, 8 months ago
  22. 8ff53f7 4/ Move SystemUiProxy to its own singleton instead of routing through the model by Winson Chung · 4 years, 8 months ago
  23. 75eb0e0 2/ Move device state logic to its own class by Winson Chung · 4 years, 8 months ago
  24. 92a015f 1/ Renaming some classes for clarity by Winson Chung · 4 years, 8 months ago
  25. c8611b3 Merge "Live tile should switch to screenshot before finishing recents animation" into ub-launcher3-master by Tracy Zhou · 4 years, 8 months ago
  26. 387279d Live tile should switch to screenshot before finishing recents animation by Tracy Zhou · 4 years, 10 months ago
  27. e84c5b8 Unifying activity tracker callback by Sunny Goyal · 4 years, 8 months ago
  28. 1b231ec Updating launcher interface for recents animation change by Winson Chung · 4 years, 9 months ago
  29. 3e3d759 Removing flag overrides. All flags should be defined as togglable flags instead. by Sunny Goyal · 4 years, 9 months ago
  30. ddc9622 Reduces padding of the Overview shelf in no button mode. by Andy Wickham · 4 years, 9 months ago
  31. 6fe3eec Moving various common executors to a single location by Sunny Goyal · 4 years, 10 months ago
  32. 49a3e69 show dot in deep shortcuts when notification contains exactly identical by Pinyao Ting · 4 years, 11 months ago
  33. 9c6cfb4 Fill the log container as hotseat or workspace based on position. am: 84fa94e2fc by Becky Qiu · 4 years, 10 months ago
  34. 84fa94e Fill the log container as hotseat or workspace based on position. by Becky Qiu · 4 years, 10 months ago
  35. 0cd5bd5 Ensure each dot contains only relevant notification to the shortcut by Pinyao Ting · 4 years, 10 months ago
  36. bf60872 Ensure each dot contains only relevant notification to the shortcut by Pinyao Ting · 4 years, 10 months ago
  37. 4d1a0e2 show dot on shortcut when incoming notification contains exactly the by Pinyao Ting · 4 years, 11 months ago
  38. 559dd80 show dot on shortcut when incoming notification contains exactly the by Pinyao Ting · 4 years, 11 months ago
  39. 87dcde6 Separating apps list callback from model callback and simplifying various events by Sunny Goyal · 5 years ago
  40. 6d9eed7 Merge "Using the first frame delay based on the display refresh rate instead of hardcoding it to 16ms" into ub-launcher3-qt-r1-dev by Sunny Goyal · 4 years, 11 months ago
  41. 4e6c45b Using the first frame delay based on the display refresh rate instead of by Sunny Goyal · 4 years, 11 months ago
  42. d3c2a6c Fix waiting for launcher initialization am: c8d496fe00 by vadimt · 4 years, 11 months ago
  43. c8d496f Fix waiting for launcher initialization by vadimt · 4 years, 11 months ago
  44. 31ab19f Removing global state from DeepShortcutManager by Sunny Goyal · 5 years ago
  45. 8538523 Correctly restarting Launcher from OOP tests by vadimt · 5 years ago
  46. f11dd8e Using a higher priority executor than BackgroundExecutor for various recents tasks by Sunny Goyal · 5 years ago
  47. 4f2d926 Resetting UI state when the last has launched by Sunny Goyal · 5 years ago
  48. 0b70cd4 Finish recents animation when starting a new activity by Winson Chung · 5 years ago
  49. 8ca7205 Fix NPE in OverviewComponentObserver constructor while accessing activityInfo. by Rajeev Kumar · 5 years ago
  50. 59c6901 Some improvements to home to overview transition for 0 button mode by Tony Wickham · 5 years ago
  51. e8836dc Gracefully handle failed task launches during quick switch by Tony Wickham · 5 years ago
  52. a04e746 Fix getting stuck in BackgroundAppState for 2-button mode by Tony Wickham · 5 years ago
  53. 3c7d5fb Recents Go: Conform to device default style by Kevin · 5 years ago
  54. d2e4092 Merge "Scale down thumbnail with app surface" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  55. 512a3c5 Merge "Fallback recents should wait for remote anim ready" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  56. 8bab8fa Fallback recents should wait for remote anim ready by Kevin · 5 years ago
  57. 7a39b1b Fixing insets mapping in 3-button and 2-button mode by Sunny Goyal · 5 years ago
  58. 5ffdc9c Merge "Add bottom margin to recents Go again" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  59. 2aa9647 Revert "Implement scrim method" by Hyunyoung Song · 5 years ago
  60. d849ef0 Implement scrim method by Lucas Dupin · 5 years ago
  61. 3ab2ada Merge "Add task launch logging to Recents Go" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  62. 162e2c5 Add bottom margin to recents Go again by Kevin · 5 years ago
  63. fd968a7 Scale down thumbnail with app surface by Kevin · 5 years ago
  64. 695e8df Merge "Add basic home to recents anim for fallback recents" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  65. 76696be Merge "Fix missing early return." into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  66. d0863ae Add basic home to recents anim for fallback recents by Kevin · 5 years ago
  67. 763a7bf Merge "Refactor lambda to use listener instead" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  68. 8f1ac1e Refactor lambda to use listener instead by Kevin · 5 years ago
  69. b35b7de Update scrim if insets are added later. by Kevin · 5 years ago
  70. 7b48548 Merge "Set "usingRemoteAnim" for fallback recents" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  71. 3792c73 Fix missing early return. by Kevin · 5 years ago
  72. 32f55bf Set "usingRemoteAnim" for fallback recents by Kevin · 5 years ago
  73. 47fc4f1 Only do content fill anim after layout anim by Kevin · 5 years ago
  74. fc65c35 Merge "Fix anim done callback not being called sometimes" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  75. f574bd5 Ending pending anim should set to end values. by Kevin · 5 years ago
  76. b0fcded Move shared end pending anim logic for reusability by Kevin · 5 years ago
  77. f079b27 Merge changes from topic "polish-app-recents-anim" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  78. 5c0ee7c Polish app => recents animation (5/5) by Kevin · 5 years ago
  79. 1350be3 Merge "Use Animator cancel instead of end" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  80. f66f6ae Merge "Fix fallback recents not updating list from app" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  81. 4ff2a27 Use Animator cancel instead of end by Kevin · 5 years ago
  82. 63517a7 Fix anim done callback not being called sometimes by Kevin · 5 years ago
  83. 90137b0 Add task launch logging to Recents Go by Kevin · 5 years ago
  84. cde60e2 Fix fallback recents not updating list from app by Kevin · 5 years ago
  85. 75d2bcb Merge "Apply insets correctly to fallback Recents Go" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  86. 8c61598 Merge "Fix 1.5x layout values" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  87. 249e19f Fix 1.5x layout values by Kevin · 5 years ago
  88. fe634af Apply insets correctly to fallback Recents Go by Kevin · 5 years ago
  89. 827b8ad Merge "Fix bug skipping certain animations from ending" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  90. 41d3a2a Fix bug skipping certain animations from ending by Kevin · 5 years ago
  91. 07e12ee Polish app => recents animation (4/5) by Kevin · 5 years ago
  92. e590014 Polish app => recents animation (3/N) by Kevin · 5 years ago
  93. 1b4b960 Polish app => recents animation (2/N) by Kevin · 5 years ago
  94. f95e84a Polish app => recents animation (1/N) by Kevin · 5 years ago
  95. 141ab95 Ensure Recents Go layout finishes before remote anim begins by Kevin · 5 years ago
  96. 4ec8209 Merge "Check orientation changes on task item attaching" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  97. b0d9ef6 Merge "Fix bug where we left recents right after entering" into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  98. 79be2ca Merge "Add scrim under status bar and above thumbnails." into ub-launcher3-qt-dev by TreeHugger Robot · 5 years ago
  99. b731c07 Check orientation changes on task item attaching by Kevin · 5 years ago
  100. 990e7d4 Fix bug where we left recents right after entering by Kevin · 5 years ago