1. 63257c1 Minor changes to help address some hiccups when panning, changing tabs and rotating in AppsCustomize. by Winson Chung · 13 years ago
  2. 4dbea79 Cleaning up icon code. by Winson Chung · 13 years ago
  3. 1ed747a Testing mixing shortcuts into widgets pane. by Winson Chung · 13 years ago
  4. 20c0364 Deleting deprecated and unused code by Michael Jurka · 13 years ago
  5. df2cc41 Stripping LiveFolders from Launcher by Adam Cohen · 13 years ago
  6. 785d2eb Initial changes to merged AllApps/Customize pane in the Phone UI. by Winson Chung · 13 years ago
  7. 71a9546 Fix launcher crash, bug: 3368489 by Adam Cohen · 13 years ago
  8. 1b607ed Cleaning up widget resizing code by Adam Cohen · 13 years ago
  9. d4844c3 Implementing resizable widgets in launcher by Adam Cohen · 13 years ago
  10. 17a8922 Make the icon caching for SD cards actually work. by Joe Onorato · 13 years ago
  11. 78403fe Changing downloads tab to my apps and making most recent first. (3377455) by Winson Chung · 13 years ago
  12. 2313eff Allow previous view hierarchy to be GC'ed more quickly on rotation by Patrick Dubroy · 14 years ago
  13. 68846fd Initial changes to allow resolution of arbitrary clip data to widgets that support them. by Winson Chung · 14 years ago
  14. c9a9619 Using hdpi icons in Launcher by Michael Jurka · 14 years ago
  15. e9ad59e When the locale changes, flush the all apps list. by Joe Onorato · 14 years ago
  16. 55cef26 Adding initial support for dropping widgets with custom configuration data. by Winson Chung · 14 years ago
  17. a9abd0e Initial changes to allow dragging external shortcuts to launcher using the same InstallShortcut intent. by Winson Chung · 14 years ago
  18. ef2efcf When the launcher is paused and we reload stuff in the background, we need to re-re-load it in onResume. by Joe Onorato · 14 years ago
  19. 76275ac resolved conflicts for merge of 700889f5 to master by Brad Fitzpatrick · 14 years ago
  20. adb4229 am 02e53429: Merge "Don\'t block the UI when rearranging icons." into gingerbread by Brad Fitzpatrick · 14 years ago
  21. 700889f Serialize background async db updates by Brad Fitzpatrick · 14 years ago
  22. ade2f81 Don't block the UI when rearranging icons. by Brad Fitzpatrick · 14 years ago
  23. 5eb7fff am 673aefe8: Merge "When the SD card comes back, we need to show the apps on it." into gingerbread by Joe Onorato · 14 years ago
  24. cec5833 When the SD card comes back, we need to show the apps on it. by Joe Onorato · 14 years ago
  25. a249304 am d98979b8: Merge "Reload everything when coming back from the SD being unmounted." into gingerbread by Joe Onorato · 14 years ago
  26. 789065d Reload everything when coming back from the SD being unmounted. by Joe Onorato · 14 years ago
  27. 845ba3b Fix: crash on portrait/landscape switch due to duplicate View ids by Michael Jurka · 14 years ago
  28. 0280c3b Adding support for drag and drop of folders and shortcuts. by Michael Jurka · 14 years ago
  29. 98cf129 am 73013bf9: Make LauncherModel.deleteItemFromDatabase write to disk async. by Brad Fitzpatrick · 14 years ago
  30. 73013bf Make LauncherModel.deleteItemFromDatabase write to disk async. by Brad Fitzpatrick · 14 years ago
  31. ddc9c1f DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on SD card after reboot by Joe Onorato · 14 years ago
  32. f5ed4f1 DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on SD card after reboot by Joe Onorato · 14 years ago
  33. 80baf5a Adding paging for the widget/shortcut/folder customization area and fixing bugs. by Winson Chung · 14 years ago
  34. d22015c Cleaning up grid size specification in Launcher by Adam Cohen · 14 years ago
  35. 3d605d5 Make tabs in all apps actually filter the list of apps. by Patrick Dubroy · 14 years ago
  36. aafa03c Allow for NxM layout and in-place rotation of items on homescreen. by Winson Chung · 14 years ago
  37. 3611578 Make the loader thread a Looper and move the package manager by Joe Onorato · 14 years ago
  38. 790c2d9 This variable can be checked outside the lock because it's only by Joe Onorato · 14 years ago
  39. 774b327 Fix the folder bug. The change that had previously fixed this got reverted somehow. by Joe Onorato · 14 years ago
  40. cc67f47 Improve launcher loading performance by only doing re-binds. by Joe Onorato · 14 years ago
  41. 843e860 Load All Apps before the workspace if All Apps is showing. by Daniel Sandler · 14 years ago
  42. 596c0e6 Don't perform collision checks for items in folders. by Daniel Sandler · 14 years ago
  43. 8802e96 Defend against overlapping items in the workspace. by Daniel Sandler · 14 years ago
  44. f3d5ea9 Have LauncherModel poke the gc after it's done, to give the by Joe Onorato · 14 years ago
  45. fad1fb5 Tweak locking in launcher so mLock isn't held while the slow stuff happens. by Joe Onorato · 14 years ago
  46. 0e74d9f Avoid ANR in Home by avoiding a sycnhronized call on the UI thread. Bug #2614636 by Romain Guy · 14 years ago
  47. 87d2ca8 Fix 2614384 - NPE in LauncherModel by Joe Onorato · 14 years ago
  48. d65d08e Fix race in LauncherModel that causes it to show duplicate icons. by Joe Onorato · 14 years ago
  49. 2ff10b3 More Launcher performance improvements. by Daniel Sandler · 14 years ago
  50. dca6612 Batch loading of icons for AllApps. by Daniel Sandler · 14 years ago
  51. ac03330 Fix 2583234 - It's ok for mCallbacks to be null. by Joe Onorato · 14 years ago
  52. 8ddc4fd Add a log message and some todos. by Joe Onorato · 14 years ago
  53. d8d22da Bug 2509023 - NPE on upgrade to froyo by Joe Onorato · 14 years ago
  54. c131b74 Eliminate a race where old Launcher objects will continue to get callbacks for loading if they go by Joe Onorato · 14 years ago
  55. e74daed Fix 2507267 - stack overflow when adding shortcut by Joe Onorato · 14 years ago
  56. 56d8291 Apps on SD card don't confuse the launcher any more. They show up properly after reboots, by Joe Onorato · 14 years ago
  57. 64e6be7 Refactor the app updates so that it doesn't rely on the package name. by Joe Onorato · 14 years ago
  58. edcce09 Fix the build! by Romain Guy · 14 years ago
  59. 0589f0f Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ShortcutInfo which is by Joe Onorato · 14 years ago
  60. 629de3e Remove widgets when the corresponding apk is uninstalled. Bug #2298872 by Romain Guy · 14 years ago
  61. 5c16f3e Remove LiveFolders when corresponding package is uninstalled. Bug #2298872 by Romain Guy · 15 years ago
  62. 7984c94 Get rid of the built-in search widget in Launcher2 by Bjorn Bringert · 15 years ago
  63. b0c27f2 Bug 2290800 - Use a collator to sort the app labels. by Joe Onorato · 15 years ago
  64. 418928e Fix bug 2223769 - Uninstalling app causes NPE. by Joe Onorato · 15 years ago
  65. 0c4513e This might fix bug 2262272 - Apps list empty by Joe Onorato · 15 years ago
  66. be38609 Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down by Joe Onorato · 15 years ago
  67. 1db7a97 Fix 2260199 - App icons placed in folder widget are doubled after rebooting phone. by Joe Onorato · 15 years ago
  68. a30ce8e Bug 2231692 - Turn off launcher2 logging. by Joe Onorato · 15 years ago
  69. 028b624 Fix 2226221 - home screen app names do not reflect on locale change by Joe Onorato · 15 years ago
  70. 511ab64 Fix 2215274 - Duplicate widgets appearing on top of each other by Joe Onorato · 15 years ago
  71. ad72e17 Fix launcher2 crash. We weren't initializing the list of folders. Bug 2210545. by Joe Onorato · 15 years ago
  72. 0ace11a Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning it to me without by Joe Onorato · 15 years ago
  73. 84f296c Add android.home.drop even for the live wallpapers. by Romain Guy · 15 years ago
  74. 080d9b6 Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, by Joe Onorato · 15 years ago
  75. 3c2f7e1 fix 2206016 - Passion: Deleted Icons are added again after deleting folder on home screen by Joe Onorato · 15 years ago
  76. f99f8c1 Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 and com.cooliris.media by Joe Onorato · 15 years ago
  77. 1d8e7bb Fix the bug where the icons stop showing up. by Joe Onorato · 15 years ago
  78. 34b0249 passion - fix 2176920 - all apps cleared after deleting folder by Joe Onorato · 15 years ago
  79. 3c8b90d Fix crash when reinstalling live wallpapers. by Marco Nelissen · 15 years ago
  80. 6665c0f Click on icons. by Joe Onorato · 15 years ago
  81. efabe00 The icons are 3d by Joe Onorato · 15 years ago
  82. 9c1289c Redo the launcher loading code and put the real app icons into rollo. by Joe Onorato · 15 years ago
  83. a590252 Launcher2 compiles. by Joe Onorato · 15 years ago
  84. fca7c88 Move com/android/launcher -> com/android/launcher2 by Joe Onorato · 15 years ago[Renamed from src/com/android/launcher/LauncherModel.java]
  85. b132a97 Fixes #1940691. Sync packages when home receives a reinstall notification. by Romain Guy · 15 years ago
  86. 1ce1a24 Fixes #1937447. Home was not saving the appropriate state when losing focus. by Romain Guy · 15 years ago
  87. 2fcbd68 Tweak thread priorities in Home to make first boot experience a little better. by Romain Guy · 15 years ago
  88. 73b979d Add gestures to Home. by Romain Guy · 15 years ago
  89. c2ad7a6 Fix for #1855127. When Home cannot decode an icon, it should not interrupt the loading of the workspace, but fallback to the default package icon. by Romain Guy · 15 years ago
  90. 583ed3b * re-scale icons that are loaded using different denstiy metrics. by Mitsuru Oshima · 15 years ago
  91. fedc4fc AI 143295: am: CL 143294 Fixes #1725672. For good this time. When Home starts for the first time, it spawns a loading thread for the workspace items. That loader is responsible for starting the drawer loader after it's done. Unfortunately, after a wipe data or a database upgrade, the worksapce loader could be interrupted by a ContentProvider notification change which would cause the loader to be cancelled and another workspace loader to be spawned. The new workspace loader, however, would not start the drawer loader because the appropriate flag was not set correctly. This change simply duplicates the flag from the old loader in the new one and all is well. by Romain Guy · 15 years ago
  92. 591d6d7 AI 143232: am: CL 143057 Don't NPE when editing a folder name. by Jeffrey Sharkey · 15 years ago
  93. 829f56a AI 143187: am: CL 142933 Fixes #1725672. Rebind the drawer's content early to avoid the dreaded "blank drawer" bug. by Romain Guy · 15 years ago
  94. f96811c auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  95. ca9475f auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  96. 7376fae auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  97. bc219c3 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  98. 31dd503 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  99. 3189679 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  100. 38a75b2 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago