1. 72db10a Moving LauncherExtension to a separate package by Sunny Goyal · 9 years ago
  2. 1c52488 Ensure that Launcher Activity has an exclusive task by Adam Cohen · 9 years ago
  3. 7779d62 Using content provider to update launcher settings by Sunny Goyal · 9 years ago
  4. 12e13e4 Removing LauncherApplication to enable us to easily catch LauncherAppState errors by Sunny Goyal · 9 years ago
  5. 799aa04 Use a broadcast receiver instead of a settings observer. by Rahul Chaturvedi · 9 years ago
  6. 761e820 Enabling resumeWhilePausing for the Launcher activity. by Winson Chung · 9 years ago
  7. 7fc77ca Add the Allow Rotation setting to Launcher3. by Rahul Chaturvedi · 9 years ago
  8. 1bf0388 Removing UserInitializeReceiver from manifest as it does not exist by Sunny Goyal · 9 years ago
  9. e9909f5 Removing UninstallShortcutReceiver by Sunny Goyal · 9 years ago
  10. 5319b2b Merge "Removing all dependencies of launcher code on wallpaper-picker" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  11. 6a1e95a Removing all dependencies of launcher code on wallpaper-picker by Sunny Goyal · 9 years ago
  12. 5b0e669 Rewrite: Widget preview loader logic by Sunny Goyal · 9 years ago
  13. c2d6e89 First pass of the Launcher Overlay interface / impl by Adam Cohen · 10 years ago
  14. d794a3f Update calls now we have an L API version. by Kenny Guy · 10 years ago
  15. 9b8da88 Fixing install shortcut receiver in launcher3 by Sunny Goyal · 10 years ago
  16. 0fc1be1 Updating the ui for widget restore flow by Sunny Goyal · 10 years ago
  17. 0fe505b Autoinstalls loading xml by Sunny Goyal · 10 years ago
  18. a388a14 Make com.android.launcher3.action.FIRST_LOAD_COMPLETE protectable on both sides by Adam Cohen · 10 years ago
  19. 3ed316a Adding broadcast to indicate first launcher load by Adam Cohen · 10 years ago
  20. 651077b Adding app widget restore support in Launcher3 for android L by Sunny Goyal · 10 years ago
  21. e8a3057 Merge "Revert "Add uses feature managed profiles to Launcher3 manifest."" into ub-now-master by Sander Alewijnse · 10 years ago
  22. f599ccf Showing icons for apps on sdcard which are not available during system boot. by Sunny Goyal · 10 years ago
  23. 97c492c Revert "Add uses feature managed profiles to Launcher3 manifest." by Sander Alewijnse · 10 years ago
  24. 4224758 Add uses feature managed profiles to Launcher3 manifest. by Sander Alewijnse · 10 years ago
  25. ffed658 Changed behaviour of the wallpaper picker. by Selim Cinek · 10 years ago
  26. c66109c Updating Read/Write settings permission protectionLevels. (Bug 11372484) by Winson Chung · 10 years ago
  27. d502404 New launcher2 icon migration algorithm. by Dan Sandler · 10 years ago
  28. 7ad868b Create separate project for Wallpaper Picker by Michael Jurka · 11 years ago
  29. a6a0547 Update suggested wallpaper dimensions in onResume by Michael Jurka · 11 years ago
  30. 94d6768 Restoring INSTALL_SHORTCUT receiver (Bug. 10343529) by Winson Chung · 11 years ago
  31. 2c38e70 Fix launcher3 standalone build. by John Spurlock · 11 years ago
  32. adc574c Update to using new crop intent by Michael Jurka · 11 years ago
  33. f56914b Support new crop wallpaper intent by Michael Jurka · 11 years ago
  34. 2d8de58 Create a separate wallpaper crop activity by Michael Jurka · 11 years ago
  35. 8b04058 Remove obsolete widget adder shortcut. by Daniel Sandler · 11 years ago
  36. 826420b Remove memory-debug-related launcher icons & functionality. by Daniel Sandler · 11 years ago
  37. c8f83f4 Oops, fix build breakage caused by missing files. by Michael Jurka · 11 years ago
  38. 6241609 Remove built-in wallpaper picker. by Daniel Sandler · 11 years ago
  39. 104c456 Initial implementation of new wallpaper picker. by Michael Jurka · 11 years ago
  40. ff02d49 Initial implementation: Broadcasts on app launch. by Daniel Sandler · 11 years ago
  41. 39a0604 Adding switch to toggle Memory Overlay by Adam Cohen · 11 years ago
  42. 8540bb8 Include all processes in hprof dumps. by Daniel Sandler · 11 years ago
  43. b9eb286 Memory tracking is now handled by a service. by Daniel Sandler · 11 years ago
  44. a127b7a New icon to dump heap information and share it. by Daniel Sandler · 11 years ago
  45. e25af79 HACK: temporary upgrade path from com.android.launcher2 by Adam Cohen · 11 years ago
  46. b5fe60c Add a dummy activity which we can catch on-click in launcher to open allapps/widgets by Adam Cohen · 11 years ago
  47. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 11 years ago
  48. 05713af Cache widget previews in a DB by Michael Jurka · 11 years ago
  49. 9df38df Updating wallpaper picker icon to higher res by Michael Jurka · 12 years ago
  50. 4cd7f28 remove old fashioned dream, no longer supported by Scott Main · 12 years ago
  51. db5dd02 Fix issue #7255954: API Review: rename Dream to DreamService by Dianne Hackborn · 12 years ago
  52. e19bbca Merge "7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest" into jb-mr1-dev by Fabrice Di Meglio · 12 years ago
  53. 369dd0c 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifest by Fabrice Di Meglio · 12 years ago
  54. aee3a0e Remove action bar from wallpaper picker by Michael Jurka · 12 years ago
  55. 804503c Add user initialing receiver to select a unique wallpaper. by Dianne Hackborn · 12 years ago
  56. 3365030 Set permission [UN]INSTALL_SHORTCUT protectionLevel to 'dangerous' by Nick Kralevich · 12 years ago
  57. ebe6559 Explicitly export content providers by Nick Kralevich · 12 years ago
  58. 14c5a2c Removing unnecessary config parameter for hw accel by Michael Jurka · 12 years ago
  59. fa31ac2 Merge "Revert "Lock launcher to portrait on devices less than sw720dp"" into jb-dev by Jeff Brown · 12 years ago
  60. a601663 Revert "Lock launcher to portrait on devices less than sw720dp" by Jeff Brown · 12 years ago
  61. a4fe212 Merge "Skip custom Play cling if no accounts are set up" into jb-dev by Michael Jurka · 12 years ago
  62. 51726ad Lock launcher to portrait on devices less than sw720dp by Michael Jurka · 12 years ago
  63. 974c386 Skip custom Play cling if no accounts are set up by Michael Jurka · 12 years ago
  64. b6a4d98 Populate the default workspace earlier by Brian Muramatsu · 12 years ago
  65. b34811d Prevent "Beaming" from home screen. by Martijn Coenen · 12 years ago
  66. 4e01d33 Run wallpaper chooser in a separate process by Michael Jurka · 13 years ago
  67. 2934433 Remove unneeded permissions by Romain Guy · 13 years ago
  68. 446e940 Locking orientation on phones (issue 4967793) by Adam Cohen · 13 years ago
  69. 56901eb Turning off largeHeap on Crespo by Adam Cohen · 13 years ago
  70. 81e2b9b Fixing bug with renaming by Adam Cohen · 13 years ago
  71. 6be5949 A fullscreen wallpaper chooser for all screen sizes. by Amith Yamasani · 13 years ago
  72. 76fc085 New folder visualization, renaming, staggering reorder by Adam Cohen · 13 years ago
  73. f2ff7d9 Allow overlays to disable hw acceleration by Michael Jurka · 13 years ago
  74. 7446fee remove unused/redundant params to turn on HW accel by Michael Jurka · 13 years ago
  75. 4e1cd23 Rocket Launcher! by Daniel Sandler · 13 years ago
  76. e72300e Turning on hardware acceleration by default for all devices by Michael Jurka · 13 years ago
  77. a070d98 More memory! by Dianne Hackborn · 13 years ago
  78. 4c3733f Adding wallpaper picker preview by Adam Cohen · 13 years ago
  79. 2a898a0 Update Wallpaper picker and fix bug by Adam Lesinski · 14 years ago
  80. c46b91a Don't ever move Launcher when another app is above it by Michael Jurka · 14 years ago
  81. cd5d807 Updating the Static Wallpaper picker for Tablet by Adam Lesinski · 14 years ago
  82. 163c9c0 cleaning up hardware acceleration XML value a bit (switch from integer -> bool) by Michael Jurka · 14 years ago
  83. 821856b adding hardware acceleration flag to config.xml by Michael Jurka · 14 years ago
  84. da4dc5e -> Set grid to 8x7 with proper spacing for landscape/portrait by Adam Cohen · 14 years ago
  85. aafa03c Allow for NxM layout and in-place rotation of items on homescreen. by Winson Chung · 14 years ago
  86. 12687cf Allow shared user id and process to be set via overlays. by Dianne Hackborn · 14 years ago
  87. cf87904 Rename Launcher2's package to com.android.launcher. by Romain Guy · 14 years ago
  88. 34c4db0 Remove android.app.default_searchable=* from Launcher2 by Bjorn Bringert · 14 years ago
  89. 95db737 Add an original-package tag that matches the real package name. by Jeff Hamilton · 14 years ago
  90. 2ca0ae7 Fix bug 2250432 - all apps should dismiss when you power off or phone locks by Joe Onorato · 15 years ago
  91. e11f9f4 Disable orientation change based on sensor in the wallpaper picker. by Romain Guy · 15 years ago
  92. 24a40dc Put launcher2 back into its own process. bug 2241963 by Joe Onorato · 15 years ago
  93. a45f664 Remove live wallpaper picker from Launcher2. by Romain Guy · 15 years ago
  94. 66bc7e1 Fix 2167033 - Add bookmark to the home screen in the Browser is not working on Passions by Joe Onorato · 15 years ago
  95. 9a60d54 Pull over new icons from Launcher to Launcher2. by Daniel Sandler · 15 years ago
  96. 7b7a2cd Launcher2 is now home. by Joe Onorato · 15 years ago
  97. 02e638e Implement previews in the wallpaper picker. by Dianne Hackborn · 15 years ago
  98. 41669fc Add live wallpapers picker to Launcher2. This is temporary. by Romain Guy · 15 years ago
  99. ccb9d2a Remove live wallpaper by Romain Guy · 15 years ago
  100. c1b7bbb Remove TODO by Romain Guy · 15 years ago