1. 5c97f51 Icons are not updated to TYPE_APPLICATION during restore by Sunny Goyal · 9 years ago
  2. 82b016c Trim all whitespace from titles and labels. by Winson Chung · 9 years ago
  3. 3290ec4 Preventing launcher crash because of invalid install shortcut intent by Sunny Goyal · 9 years ago
  4. 756adbc Fixing missing updates in package install sessions by Sunny Goyal · 9 years ago
  5. 18bf8e2 Automatically adding managed profile shortcuts to homescreen. by Sunny Goyal · 9 years ago
  6. 0b03778 Deduping shortcuts to app-shortcuts if they have a valid intent by Sunny Goyal · 9 years ago
  7. 5b0e669 Rewrite: Widget preview loader logic by Sunny Goyal · 9 years ago
  8. 091440a Reducing method count by eliminating synthetic accessors by Adam Cohen · 9 years ago
  9. c9acdd5 Removed disableAllApps flag by Sunny Goyal · 9 years ago
  10. f204877 Fixing wrong package check when adding shortcuts by Sunny Goyal · 10 years ago
  11. 06910a8 Fixing NullPointer Exception when user is deleted. by Sunny Goyal · 10 years ago
  12. e0f58d7 Adding shortcuts corresponding to ManagedUsers automatically. by Sunny Goyal · 10 years ago
  13. 2350bc9 Adding NPE check in InstallShortcutReceiver by Sunny Goyal · 10 years ago
  14. a28b78e Fix issue where shortcuts were still being added even if corresponding app is uninstalled by Adam Cohen · 10 years ago
  15. 76a47a1 Small refactor to separate adding workspace / all apps items by Adam Cohen · 10 years ago
  16. 16f3ea8 Allow DISABLE_ALL_APPS to be set using a system property. by Nilesh Agrawal · 10 years ago
  17. dff0bfe Do not allow duplicate shortcuts when ALL_APPS is disabled. by Nilesh Agrawal · 11 years ago
  18. 34c2e6c Clean up imports by Michael Jurka · 11 years ago
  19. fe9d96a Require valid arrays when adding and binding new Apps. (Bug 11627095) by Winson Chung · 11 years ago
  20. 1fa0517 Merge "Ensuring that we have a valid name for installed shortcuts. (Bug 11266005)" into jb-ub-now-jetsonic by Winson Chung · 11 years ago
  21. 6d00d54 Merge "Ensuring disabled packages remove all components on the workspace. (Bug 11172454)" into jb-ub-now-jetsonic by Winson Chung · 11 years ago
  22. 2c1afde Ensuring that we have a valid name for installed shortcuts. (Bug 11266005) by Winson Chung · 11 years ago
  23. 4e871a2 Fix ConcurrentModificationException in InstallShortcutReceiver by Bjorn Bringert · 11 years ago
  24. df95eb1 Ensuring disabled packages remove all components on the workspace. (Bug 11172454) by Winson Chung · 11 years ago
  25. c88dceb Always set the LauncherAppState context before using it from a broadcast. (Bug 10947459) by Winson Chung · 11 years ago
  26. 780fe59 Integrating some aosp fixes, ensuring that we update the install queue before returning to Launcher. by Winson Chung · 11 years ago
  27. 94d6768 Restoring INSTALL_SHORTCUT receiver (Bug. 10343529) by Winson Chung · 11 years ago
  28. 26acafb Fix crash when setting wallpaper by Michael Jurka · 11 years ago
  29. c58497e Initial changes to restore AllApps. by Winson Chung · 11 years ago
  30. 892c74d Fixing folders to always show in view, removing old assets and references to LauncherModel count. by Winson Chung · 11 years ago
  31. 997a923 Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic. by Winson Chung · 11 years ago
  32. e4f9891 Lazily instantiate LauncherAppState. by Daniel Sandler · 11 years ago
  33. c916834 Using package broadcasts to key adding of shortcuts on the workspace. by Winson Chung · 11 years ago
  34. dcd297f Initial implementation of Shrink-wrap by Adam Cohen · 11 years ago
  35. cc8befa Move LauncherApplication's state and code to LauncherAppState. by Daniel Sandler · 11 years ago
  36. 9efb412 Changing default screen to 0 by Adam Cohen · 11 years ago
  37. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 11 years ago[Renamed (98%) from src/com/android/launcher2/InstallShortcutReceiver.java]
  38. 48c7a93 Persist list of shortcuts to install on home workspace by Michael Jurka · 11 years ago
  39. 447bf84 Debug time spent in onResume by Michael Jurka · 11 years ago
  40. c7700af Fix bug where apps weren't appearing on workspace after being installed by Michael Jurka · 11 years ago
  41. d238657 am 2561ee84: am d74389d9: Merge "Add null pointer checks to fix NPEs" into jb-dev by Michael Jurka · 12 years ago
  42. 5649c28 Add null pointer checks to fix NPEs by Michael Jurka · 12 years ago
  43. 56f5df7 am 5016b985: am 898f152d: Merge "Adding additional synchronized blocks when committing changes to the new-apps list. (Bug 6621553)" into jb-dev by Winson Chung · 12 years ago
  44. 9bc8eba Clean up warnings and some private API usage by Michael Jurka · 12 years ago
  45. d9e20bf Adding additional synchronized blocks when committing changes to the new-apps list. (Bug 6621553) by Winson Chung · 12 years ago
  46. bfeac06 Synchronizing on the new-apps list before modifying it. (Bug 6621553) by Winson Chung · 12 years ago
  47. de0fb8f Queueing up items for adding later if Launcher is unavailable. (Bug 6457412) by Winson Chung · 12 years ago
  48. f561bdf Initial change to queue up install/uninstall operations while dragging (Bug 6276881) by Winson Chung · 12 years ago
  49. 9687956 Set FLAG_ACTIVITY_RESET_TASK_IF_NEEDED for all app shortcuts by Michael Jurka · 12 years ago
  50. 044c569 Merge "Fixing issue where ItemInfo had errant cell coordinates leading to an array-out-of-bounds exception. (Bug 6333784)" by Winson Chung · 12 years ago
  51. d7e9e37 Fixing issue where ItemInfo had errant cell coordinates leading to an array-out-of-bounds exception. (Bug 6333784) by Winson Chung · 12 years ago
  52. 169c3d7 Fixing strings to distinguish between being out of space for a single screen and being completely out of space. (Bug 6381160) by Winson Chung · 12 years ago
  53. a241375 Adding delay upon user interaction to prevent the new-app animation from taking over your phone. (Bug 6248609) by Winson Chung · 12 years ago
  54. 6f778dc Revert "Fixing strict mode warning when installing an app in the bg." by Winson Chung · 12 years ago
  55. 3cbb169 Fixing strict mode warning when installing an app in the bg. by Winson Chung · 12 years ago
  56. f0c6ae0 Adding animation post-installing a shortcut. by Winson Chung · 12 years ago
  57. c3a747a Fixing NPE when null intent passed to InstallShortcutReceiver. (Bug: 6089830) by Winson Chung · 12 years ago
  58. b7bea81 Minimizing number of db calls when installing shortcut externally. by Winson Chung · 12 years ago
  59. e428e29 Fixing issue where multiple toasts were showing when installing a new app from Market (Bug 5785281) by Winson Chung · 12 years ago
  60. d919882 Prevent the creation of Shorcuts with null intents (issue 5629292) by Adam Cohen · 13 years ago
  61. 3d503fb Initial changes to add configurable hotseat. by Winson Chung · 13 years ago
  62. b3781d9 Adding check to prevent NPE when we get a badly encoded install-shortcut intent. (3398526) by Winson Chung · 13 years ago
  63. 68846fd Initial changes to allow resolution of arbitrary clip data to widgets that support them. by Winson Chung · 14 years ago
  64. a9abd0e Initial changes to allow dragging external shortcuts to launcher using the same InstallShortcut intent. by Winson Chung · 14 years ago
  65. 0280c3b Adding support for drag and drop of folders and shortcuts. by Michael Jurka · 14 years ago
  66. d22015c Cleaning up grid size specification in Launcher by Adam Cohen · 14 years ago
  67. aafa03c Allow for NxM layout and in-place rotation of items on homescreen. by Winson Chung · 14 years ago
  68. edcce09 Fix the build! by Romain Guy · 14 years ago
  69. 0589f0f Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ShortcutInfo which is by Joe Onorato · 14 years ago
  70. a590252 Launcher2 compiles. by Joe Onorato · 15 years ago
  71. fca7c88 Move com/android/launcher -> com/android/launcher2 by Joe Onorato · 15 years ago[Renamed from src/com/android/launcher/InstallShortcutReceiver.java]
  72. 51ed5b9 Adds checks in Home's broadcast receivers to handle only known actions. by Romain Guy · 15 years ago
  73. d93a7d1 Automated import from //branches/donutburger/...@142016,142016 by Romain Guy · 15 years ago
  74. 31dd503 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  75. 3189679 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. d097a18 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  77. c8f00b6 Initial Contribution by The Android Open Source Project · 16 years ago