1. b29a5fa Adding support for hiding widgets from the widget tray and reconfiguring widgets by Sunny Goyal · 8 years ago
  2. 0236d0b Caching the uninstall disabled state for each userHandle by Sunny Goyal · 8 years ago
  3. 1ce9c47 Removing some methods from the DragSource by Sunny Goyal · 8 years ago
  4. bfaa4a4 Hides text on ButtonDropTargets if any of them are ellipsized. by Jon Miranda · 8 years ago
  5. da1dfa3 Creating a custom drawable to customize shadow. by Sunny Goyal · 8 years ago
  6. 0f76b56 Refactoring FlingToDelete by Sunny Goyal · 9 years ago
  7. 94b510c Some drag and drop code refactor: by Sunny Goyal · 9 years ago
  8. f37a214 Defining separate layouts for horizontal and vertical drop target bars by Sunny Goyal · 9 years ago
  9. 2611943 Revert "Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage" by Sunny Goyal · 10 years ago
  10. fc956e5 Reverting refactoring of Folder and FolderIcon to avoid dependencies breakage by Sunny Goyal · 10 years ago
  11. f9c184a Refactor FolderIcon to separate the preview effect into it's own class by Adam Cohen · 10 years ago
  12. 9aae47f Added 'Cancel' drop target from all apps and widget picker. by Tony Wickham · 10 years ago
  13. 93809cc am 9ccacb54: Merge "Fixing \'Item removed\' announced twice when using accessible DnD" into ub-launcher3-burnaby-polish by Sunny Goyal · 10 years ago
  14. 7aaa841 Fixing 'Item removed' announced twice when using accessible DnD by Sunny Goyal · 10 years ago
  15. 9d43808 resolved conflicts for e78e3d73 to ub-launcher3-master by Sunny Goyal · 10 years ago
  16. e78e3d7 Accessibility fixes by Sunny Goyal · 10 years ago
  17. 1f832f8 am 2949fb5b: Fixing talk-back folder icon removal regression. by Winson · 10 years ago
  18. 2949fb5 Fixing talk-back folder icon removal regression. by Winson · 10 years ago
  19. 26bfdd9 am a3c9fb12: Merge "Requiring key chord to delete icons and folders on the workspace" into ub-launcher3-burnaby-polish by Winson Chung · 10 years ago
  20. ab946a1 Flinging to the left deletes when in vertical bar layout mode. by Tony Wickham · 10 years ago
  21. fa56b3f Requiring key chord to delete icons and folders on the workspace by Winson · 10 years ago
  22. 7089a4e am c0b52fef: Refactoring to ensure item deletion always removes from the DB. by Winson · 10 years ago
  23. c0b52fe Refactoring to ensure item deletion always removes from the DB. by Winson · 10 years ago
  24. fedca43 Moving drag-drop related code into a separate package. by Vadim Tryshev · 10 years ago
  25. 42e2809 Removing some eclipse warnings by Sunny Goyal · 10 years ago
  26. aa8ef11 Refactoring ItemInfo by Sunny Goyal · 10 years ago
  27. 40b626b Updating assets by Sunny Goyal · 10 years ago
  28. 3a644ed Using color filter when animating the drop target instead to TransitionDrawable by Sunny Goyal · 10 years ago
  29. ddec734 Updating fling to delete anim by Sunny Goyal · 10 years ago
  30. 1a70cef Accessibility fixes by Sunny Goyal · 10 years ago
  31. fa401a1 Updating drop button targets by Sunny Goyal · 10 years ago
  32. 3f47144 WidgetTray revamp work by Hyunyoung Song · 10 years ago
  33. 091440a Reducing method count by eliminating synthetic accessors by Adam Cohen · 10 years ago
  34. c9acdd5 Removed disableAllApps flag by Sunny Goyal · 11 years ago
  35. 71b5c0b Adding accessibility controls by Sunny Goyal · 11 years ago
  36. 5940042 Supporting custom widgets provided by launcher by Adam Cohen · 11 years ago
  37. 8498eb4 Not opening all apps again when AppInfo or Uninstall is selected by Sunny Goyal · 11 years ago
  38. 6a2c778 Add sdk version guard to UserManager use by Jason Monk · 11 years ago
  39. fe9da81 Fix for issue 16736964 by Adam Cohen · 11 years ago
  40. 950a467 Don't show uninstall icon when user restricted by Jason Monk · 11 years ago
  41. 651077b Adding app widget restore support in Launcher3 for android L by Sunny Goyal · 11 years ago
  42. d31df54 Include user handle for uninstall intents. by Kenny Guy · 11 years ago
  43. ed13187 Launcher3 multi-profile support by Kenny Guy · 11 years ago
  44. 16f3ea8 Allow DISABLE_ALL_APPS to be set using a system property. by Nilesh Agrawal · 12 years ago
  45. dff0bfe Do not allow duplicate shortcuts when ALL_APPS is disabled. by Nilesh Agrawal · 12 years ago
  46. 3ed4a4d am 10a8935e: Merge "Use AsyncTasks instead of creating new threads" into jb-ub-now-jolly-elf by Michael Jurka · 12 years ago
  47. 1eeb3fc Generalize support for 'App Info', 'Uninstall' and 'Delete' by Mathew Inwood · 12 years ago
  48. 4346746 Use AsyncTasks instead of creating new threads by Michael Jurka · 12 years ago
  49. addcba6 Change drop target to "uninstall" when in All Apps by Michael Jurka · 12 years ago
  50. e01af63 Hiding delete for AppsCustomize widgets. (Bug 10884035) by Winson Chung · 12 years ago
  51. c05d313 Merge "Solve fling-to-delete bug" into jb-ub-now-indigo-rose by Michael Jurka · 12 years ago
  52. 5e7af5d Fix issue with deleting in-app shortcuts by Michael Jurka · 12 years ago
  53. b605102 Solve fling-to-delete bug by Michael Jurka · 12 years ago
  54. ed3d4df Allow deleting folders and from all apps by Michael Jurka · 12 years ago
  55. 9bd4d28 If All Apps is reinstated, allowing removing items from Workspace by Michael Jurka · 12 years ago
  56. eadbfc5 Move wallpapers to external activity by Michael Jurka · 12 years ago
  57. f300758 Add logging for Folder drag issues by Michael Jurka · 12 years ago
  58. 24715c7 Small code formatting changes by Michael Jurka · 12 years ago
  59. 1e2f465 Implement ability to uninstall shortcuts from workspace by Michael Jurka · 12 years ago
  60. e4f9891 Lazily instantiate LauncherAppState. by Daniel Sandler · 12 years ago
  61. 7c4c510 HACK: Fixing major persistence regression associated with extra screen to the left by Adam Cohen · 12 years ago
  62. cc8befa Move LauncherApplication's state and code to LauncherAppState. by Daniel Sandler · 12 years ago
  63. 947dc54 HACK: Getting rid of all apps button / all apps from AppsCustomizePagedView by Adam Cohen · 12 years ago
  64. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 12 years ago[Renamed (99%) from src/com/android/launcher2/DeleteDropTarget.java]
  65. d6a33c6 Fix Launcher drop targets for App remove / uninstall / info by Fabrice Di Meglio · 13 years ago
  66. 9bc8eba Clean up warnings and some private API usage by Michael Jurka · 13 years ago
  67. 6e1bdaf Lowering the threshold for flinging on larger devices. (Bug 6575670) by Winson Chung · 13 years ago
  68. 947245b Fixing issue where landscape delete button is not centered. (Bug 6493651) by Winson Chung · 13 years ago
  69. 11a4937 Fixing issue where shortcuts and widgets were not being removed when the package was uninstalled (Bug 2657997, Bug 6335843) by Winson Chung · 13 years ago
  70. 9658b1e Tweaking fling-to-delete to make the fade out animation longer and harder to trigger. by Winson Chung · 13 years ago
  71. a48487a Allow fling gesture while dragging from AllApps to dismiss drag. by Winson Chung · 13 years ago
  72. 043f2af Adding fling-to-delete. by Winson Chung · 14 years ago
  73. 61967cb Fixing flashing icon on delete, and offset of delete animation. by Winson Chung · 14 years ago
  74. ed66b2b Improving widget transitions: by Adam Cohen · 14 years ago
  75. 6441de0 Fixing subtle animation jank when dropping icon on adjacent page by Adam Cohen · 14 years ago
  76. 92f3d46 Clean up unused code and import declarations by Michael Jurka · 14 years ago
  77. ebea84d Unifying overscroll btw phone and tablet by Adam Cohen · 14 years ago
  78. a6427b1 Fixing minor bugs (5085316, 5082963, 5042828) by Winson Chung · 14 years ago
  79. 4b285c5 Smoothing out transitions when adding from AllAppsCustomize by Adam Cohen · 14 years ago
  80. d4d7aa5 Adding animations when dropping on delete / uninstall drop target by Adam Cohen · 14 years ago
  81. a62e9fd Cleaning up some drop-target issues. by Winson Chung · 14 years ago
  82. aaa530a Tweaking drop target transition to prevent flash. by Winson Chung · 14 years ago
  83. 0b4870d Fix bug: deleting items in foldersd does not persist by Michael Jurka · 14 years ago
  84. 967289b Adding new assets. by Winson Chung · 14 years ago
  85. 201bc82 Need to remove views and not just hide them after animations. by Winson Chung · 14 years ago
  86. 61fa419 Fixing drop target area, and adding bg color indicators. by Winson Chung · 14 years ago
  87. f0ea4d3 Replacing AllApps/Customize in tablet UI with Apps/Customize. by Winson Chung · 14 years ago
  88. b26f3d6 Modifying AppsCustomize behaviour to use springloaded mode. by Winson Chung · 14 years ago
  89. 4c98d92 Adding drag target bar. by Winson Chung · 14 years ago