1. 540913e Refactor DeepShortcutsContainer to PopupContainerWithArrow by Tony Wickham · 7 years ago
  2. 43a2f42 Merge "Add NotificationListener to launcher." into ub-launcher3-master by Tony Wickham · 7 years ago
  3. 010d255 Add NotificationListener to launcher. by Tony Wickham · 7 years ago
  4. b38fab7 Adding support for drag and drop for requestPinItem. by Sunny Goyal · 7 years ago
  5. 04a324a Adding WidgetAddFlowHandler to handle widget addition and configuration. by Sunny Goyal · 7 years ago
  6. 782f0c9 Adding support for new APIs in O related to configurable shortcuts by Sunny Goyal · 7 years ago
  7. 2783595 Adding support for requesting addition of shortcut/widget on the workspace. by Sunny Goyal · 7 years ago
  8. e6e7200 Removing promiseIntent property from ShortuctInfo by Sunny Goyal · 7 years ago
  9. 87f784c Removing static Context access using LauncherAppState by Sunny Goyal · 7 years ago
  10. aaf86fe Refactoring some loadWorkspace logic in a separate class by Sunny Goyal · 8 years ago
  11. 3fe4a14 Simplifying IconCache access code by Sunny Goyal · 8 years ago
  12. 8ad02b8 Removing static access to Context through LauncherAppState by Sunny Goyal · 8 years ago
  13. c6b833d Merge "Removing all compatibility code below Lollipop" into ub-launcher3-master by Sunny Goyal · 8 years ago
  14. 3285da3 Nav bar should change to light theme in sync with the status bar b/33708486 by Hyunyoung Song · 8 years ago
  15. a52ecb0 Removing all compatibility code below Lollipop by Sunny Goyal · 8 years ago
  16. 7c74e4a No more UserHandleCompat by Sunny Goyal · 8 years ago
  17. 338dee9 Merge "Ensuring that ShortcutInfo always has an icon" into ub-launcher3-master by Sunny Goyal · 8 years ago
  18. 6c46a6d Using java_style enum generation for proto by Sunny Goyal · 8 years ago
  19. f5440cb Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logic by Sunny Goyal · 8 years ago
  20. 0f76b56 Refactoring FlingToDelete by Sunny Goyal · 8 years ago
  21. 1cd01b0 Ensuring that ShortcutInfo always has an icon by Sunny Goyal · 8 years ago
  22. 824c540 Merge "nav bar on all apps container should use light theme. b/33553066 Change-Id: Ic9eb796a01eaa8d00fbeedeb5456876b668e6db2" into ub-launcher3-master by Hyunyoung Song · 8 years ago
  23. df9f147 nav bar on all apps container should use light theme. by Hyunyoung Song · 8 years ago
  24. 776ca25 Merge "Defining various modes for CellLayout: Workspace, Hotseat & Folder" into ub-launcher3-master by Sunny Goyal · 8 years ago
  25. 3be633b Adding support for app widgets in the InstallQueue by Sunny Goyal · 8 years ago
  26. 621e200 Merge "Simplifyling widget inflation and addition flow." into ub-launcher3-master by Sunny Goyal · 8 years ago
  27. 55cb70b Adding an overridable DrawableFactory to allow creating custom icon drawables by Sunny Goyal · 8 years ago
  28. d5462aa Simplifyling widget inflation and addition flow. by Sunny Goyal · 8 years ago
  29. feba90f Added logging for HOME_INTENT and BACK commands. by Jon Miranda · 8 years ago
  30. dde4fd9 Changing DeepShortcutManager to have a singleton contructor instead by Sunny Goyal · 8 years ago
  31. c13403c Defining various modes for CellLayout: Workspace, Hotseat & Folder by Sunny Goyal · 8 years ago
  32. db36437 Moving saving state transtion listener logic to individual views by Sunny Goyal · 8 years ago
  33. 0bbd554 Moving the setContentView at the end of onCreate by Sunny Goyal · 8 years ago
  34. 51f037d Refactor edge of screen detection code. by Jon Miranda · 8 years ago
  35. c48a89e Merge "Calling buildLayer only on views which are actually visible" into ub-launcher3-master by Sunny Goyal · 8 years ago
  36. f5e3744 Updating version check method names by Sunny Goyal · 8 years ago
  37. cc42c5b Create new DeviceProfile when in multi window mode. by Jon Miranda · 8 years ago
  38. b5e65c8 Calling buildLayer only on views which are actually visible by Sunny Goyal · 8 years ago
  39. c677b6b Showing a toast when the default wallpaper app is disabled. by Sunny Goyal · 8 years ago
  40. d164b7f Fixing static instance of Indexer being created in the model by Sunny Goyal · 8 years ago
  41. 67115b1 Merge "Show error toast messages when there is no room for the item when icon is not to be added to folder." into ub-launcher3-master by Jonathan Miranda · 8 years ago
  42. 9485e5f Show error toast messages when there is no room for the item when icon is not to be added to folder. by Jon Miranda · 8 years ago
  43. 2e013ea Alienating QSB by Sunny Goyal · 8 years ago
  44. b0bb486 Removing the logic around closeSystemDialog on ACTION_CLOSE_SYSTEM_DIALOGS Launcher does not use any panels which need closing & system sends an onActivityResult(RESULT_CANCELLED), we do not need special handling for waitingForResult by Sunny Goyal · 8 years ago
  45. f4b4577 Removing the logic around closeSystemDialog on ACTION_CLOSE_SYSTEM_DIALOGS by Sunny Goyal · 8 years ago
  46. 7061c97 Add feature flag to disable light status bar am: 0fed55bf03 by Tony Wickham · 8 years ago
  47. 0fed55b Add feature flag to disable light status bar by Tony Wickham · 8 years ago
  48. 740ac7f Refactoring floating view opening/closing logic by Sunny Goyal · 8 years ago
  49. 0de0117 Code sanitization by Hyunyoung Song · 8 years ago
  50. f3e35d9 Add logging for long presses. Reset elapsed timer when changing containers. by Jon Miranda · 8 years ago
  51. 10236d6 Update pre-drag lifecycle for apps with shortcuts. by Tony Wickham · 8 years ago
  52. 59769e3 Merge "Moving the widget auto-advance logic to AppWidgetHostView instead of handling it in launcher" into ub-launcher3-master by Sunny Goyal · 8 years ago
  53. 7a37203 Merge "Exposing custom actions using keyboard shortcut" into ub-launcher3-master by Sunny Goyal · 8 years ago
  54. 1acc56a Moving the widget auto-advance logic to AppWidgetHostView instead of by Sunny Goyal · 8 years ago
  55. 9b80528 Some minor fixes for extracted status bar. am: 345bff3ce6 by Tony Wickham · 8 years ago
  56. f0fc3c4 Merge "Some minor fixes for extracted status bar." into ub-launcher3-calgary-polish by Tony Wickham · 8 years ago
  57. 345bff3 Some minor fixes for extracted status bar. by Tony Wickham · 8 years ago
  58. 60bf188 Fixing the newIntent logic to check the state before it has been reset. by Sunny Goyal · 8 years ago
  59. 7bb7ead Merge "Fixing the newIntent logic to check the state before it has been reset." into ub-launcher3-calgary-polish by Sunny Goyal · 8 years ago
  60. 0bc9e98 resolve merge conflicts of 9311387 to ub-launcher3-master by Tony Wickham · 8 years ago
  61. 9311387 Enable light status bar when top of wallpaper is light. by Tony Wickham · 8 years ago
  62. 8531373 Fixing the newIntent logic to check the state before it has been reset. by Sunny Goyal · 8 years ago
  63. fe770c9 Cleaning up restore instance state logic by Sunny Goyal · 8 years ago
  64. 379198e Ignore long clicks triggered from the edge of screen. by Jon Miranda · 8 years ago
  65. 5eea1e8 resolve merge conflicts of 6e74e89 to ub-launcher3-master by Tony · 8 years ago
  66. 6e74e89 Refactor shortcuts drag and drop. by Tony Wickham · 8 years ago
  67. c2f72b0 Merge "Resize only one widget at a time" into ub-launcher3-master by Sunny Goyal · 8 years ago
  68. 6ad72f0 Resize only one widget at a time by Sunny Goyal · 8 years ago
  69. 66b2457 Exposing custom actions using keyboard shortcut by Sunny Goyal · 8 years ago
  70. f851b1a Fixing two critical bugs in all apps transition controller am: 0a9c092c89 by Hyunyoung Song · 8 years ago
  71. ea045e7 Fixing two critical bugs in all apps transition controller am: 0a9c092c89 by Hyunyoung Song · 8 years ago
  72. 0a9c092 Fixing two critical bugs in all apps transition controller by Hyunyoung Song · 8 years ago
  73. 703bad8 Simplifying the startSearch call in launcher callbacks am: 6f28e71e94 by Sunny Goyal · 8 years ago
  74. 6f28e71 Simplifying the startSearch call in launcher callbacks by Sunny Goyal · 8 years ago
  75. 7616f8d Preventing a shortcut which requires permissions from being added to homescreen by Sunny Goyal · 8 years ago
  76. acd0c42 Merge "Preventing a shortcut which requires permissions from being added to homescreen" into ub-launcher3-calgary-polish by Sunny Goyal · 8 years ago
  77. 4a65283 Show IME when search query != null after rotation am: c2fe1147f9 by Hyunyoung Song · 8 years ago
  78. 915d56a Merge "Show IME when search query != null after rotation" into ub-launcher3-calgary-polish by Hyunyoung Song · 8 years ago
  79. c2fe114 Show IME when search query != null after rotation by Hyunyoung Song · 8 years ago
  80. 40452cf Using ItemInfoMatcher in place of similar interfaces and utility methods by Sunny Goyal · 8 years ago
  81. d668dfb Launcher restore state fixes: am: 2100c78bd9 by Sunny Goyal · 8 years ago
  82. fb5096d Preventing a shortcut which requires permissions from being added to homescreen by Sunny Goyal · 8 years ago
  83. add78ab Merge "Launcher restore state fixes:" into ub-launcher3-calgary-polish by Sunny Goyal · 8 years ago
  84. 2100c78 Launcher restore state fixes: by Sunny Goyal · 8 years ago
  85. 52851aa Fixing topView not being considered in all places when calculating accessible by Sunny Goyal · 8 years ago
  86. 94b510c Some drag and drop code refactor: by Sunny Goyal · 8 years ago
  87. c8b997a Merge "ComponentName null check MUST proceed before creating ComponentKey." into ub-launcher3-calgary-polish by Hyunyoung Song · 8 years ago
  88. def6e47 Use promisedIntent instead of intent when deep shortcuts are restored. by Tony Wickham · 8 years ago
  89. fc02c1b Use promisedIntent instead of intent when deep shortcuts are restored. by Tony Wickham · 8 years ago
  90. d3bf980 ComponentName null check MUST proceed before creating ComponentKey. by Hyunyoung Song · 8 years ago
  91. 2fb1356 Merge "Moving the scrim to draglayer" into ub-launcher3-calgary-polish by Sunny Goyal · 8 years ago
  92. f3a09f9 Starting the settings activity with same animation as wallpaper (and widgets tray) by Sunny Goyal · 8 years ago
  93. 65ceb5a Moving the scrim to draglayer by Sunny Goyal · 8 years ago
  94. 112ce42 Adding a resource pointer to the app name so that derived projects can by Sunny Goyal · 8 years ago
  95. e2b2fb7 Merge "Adding support for pending widgets in AutoInstall layout" into ub-launcher3-calgary-polish by Sunny Goyal · 8 years ago
  96. 86df138 Adding support for pending widgets in AutoInstall layout by Sunny Goyal · 8 years ago
  97. 06e21a2 Moving the state changes during drag-n-drop from startDrag to onDragStart by Sunny Goyal · 8 years ago
  98. 95f3d6b Reloading workspace when the shortcuts permission changes by Sunny Goyal · 8 years ago
  99. 4efffc5 Use shortcut disabled message if available. by Tony Wickham · 8 years ago
  100. f8d2a70 Merge "Adding quiet mode support for shortcuts" into ub-launcher3-calgary by Sunny Goyal · 8 years ago