1. 9e6a0a2 Clearing workspace screen data structures along with pages. by Winson Chung · 11 years ago
  2. 892c74d Fixing folders to always show in view, removing old assets and references to LauncherModel count. by Winson Chung · 11 years ago
  3. 61c6986 Fixing issue loading old db rows without proper spans causing crash due to occupied-cells check. by Winson Chung · 11 years ago
  4. 8707e0f Don't use a More Apps folder. by Daniel Sandler · 11 years ago
  5. d64d176 Removing workspace screens on load and ensuring we don't bind on new apps until returning to Launcher. by Winson Chung · 11 years ago
  6. 5f8afe6 Initial Changes for Dynamic Grid by Winson Chung · 11 years ago
  7. 76828c8 Ensuring that we don't clobber workspace screens map when new apps are added. by Winson Chung · 11 years ago
  8. e349303 More logging. by Winson Chung · 11 years ago
  9. 45fa06e Adding additional logging. by Winson Chung · 11 years ago
  10. 8481e32 Adding additional debugging code to track screen id updates. by Winson Chung · 11 years ago
  11. 1323b48 Fixing regression in initializing install time. by Winson Chung · 11 years ago
  12. 695ff6b Fix build error by Michael Jurka · 11 years ago
  13. f795d7b Merge "Cross referencing all shortcuts on workspace with the PackageManager to ensure we don't have zombie icons." into jb-ub-gel-agar by Winson Chung · 11 years ago
  14. 3dba179 Merge "Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic." into jb-ub-gel-agar by Winson Chung · 11 years ago
  15. 63d7870 Merge "Verifying that new applications are added and fixing issue with new items getting wrong ids." into jb-ub-gel-agar by Winson Chung · 11 years ago
  16. ee05571 Cross referencing all shortcuts on workspace with the PackageManager to ensure we don't have zombie icons. by Winson Chung · 11 years ago
  17. 997a923 Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic. by Winson Chung · 11 years ago
  18. c763c4e Verifying that new applications are added and fixing issue with new items getting wrong ids. by Winson Chung · 11 years ago
  19. 47b5031 Fix NPE on failed loader queries. by Daniel Sandler · 11 years ago
  20. 1e2f465 Implement ability to uninstall shortcuts from workspace by Michael Jurka · 11 years ago
  21. 156ab5b Fixing issue where migration all apps folder couldn't be picked up. by Winson Chung · 11 years ago
  22. 64359a5 Ensuring that the db reflects all package added/removed/updated broadcasts. by Winson Chung · 11 years ago
  23. e4f9891 Lazily instantiate LauncherAppState. by Daniel Sandler · 11 years ago
  24. c916834 Using package broadcasts to key adding of shortcuts on the workspace. by Winson Chung · 11 years ago
  25. 566da10 Fix DEBUG_LOADERS workspace layout ASCII art. by Daniel Sandler · 11 years ago
  26. dcd297f Initial implementation of Shrink-wrap by Adam Cohen · 11 years ago
  27. cc8befa Move LauncherApplication's state and code to LauncherAppState. by Daniel Sandler · 11 years ago
  28. e25af79 HACK: temporary upgrade path from com.android.launcher2 by Adam Cohen · 11 years ago
  29. f0f4eda Making folders scrollable by Adam Cohen · 11 years ago
  30. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 11 years ago[Renamed (99%) from src/com/android/launcher2/LauncherModel.java]
  31. c402cd9 Fixing slow binding when returning to Launcher by Michael Jurka · 11 years ago
  32. c7700af Fix bug where apps weren't appearing on workspace after being installed by Michael Jurka · 11 years ago
  33. 83892cc Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421) by Winson Chung · 11 years ago
  34. d9cb4a1 Fix SQLite crashes in Launcher by Michael Jurka · 11 years ago
  35. 05713af Cache widget previews in a DB by Michael Jurka · 12 years ago
  36. 3c1681d Cleaning up unused code by Michael Jurka · 12 years ago
  37. 28b3e10 Removing db corruption exceptions, logging instead (issue 7112132) by Adam Cohen · 12 years ago
  38. 5524b49 Specify workspace resource in preload broadcast by Brian Muramatsu · 12 years ago
  39. b2ae8ac Try to fix RTE when updating shortcuts by Michael Jurka · 12 years ago
  40. 1190487 Fixing issue where we were collating labels based on an old Locale. (Bug 7133873) by Winson Chung · 12 years ago
  41. 8a43510 Fixing issue where we were not removing items from LauncherModel and only the add-queue. (Bug 7078244) by Winson Chung · 12 years ago
  42. 81b5225 Ensuring that unbind calls are not queued in the worker thread and executed subsequently on the main thread. (Bug 7001531) by Winson Chung · 12 years ago
  43. 8165f0d resolve conflicts w/4f174f1d27adbde6f50e11ee3a8eaf162a030284 by Ed Heyl · 12 years ago
  44. 90abcc9 resolved conflicts w/0ede734d0780a968c9c345f99a18f9f8b9fc02cd by Ed Heyl · 12 years ago
  45. c93e5ae Binding AllApps synchronously. (Bug 6855061) by Winson Chung · 12 years ago
  46. 1462de3 Ensuring that restoreInstanceState is being called promptly for synchronously bound page by Adam Cohen · 12 years ago
  47. 4a3b54f am bf5529bd: am a13a2f2a: Fixing issue where defered unbind was running after synchronous bind. (Bug 6858398, Bug 6863181) by Adam Cohen · 12 years ago
  48. a13a2f2 Fixing issue where defered unbind was running after synchronous bind. (Bug 6858398, Bug 6863181) by Adam Cohen · 12 years ago
  49. 36e6c5b Disabling synchronous binding when returning home from another app while orientation has changed. (Bug 6792288) by Winson Chung · 12 years ago
  50. 4a2afa3 Disabling synchronous binding when returning home from another app while orientation has changed. (Bug 6792288) by Winson Chung · 12 years ago
  51. 2abf94d Fixing issue where we would crash when encountering improper launcher.dbs by Winson Chung · 12 years ago
  52. d7d37b1 DO NOT MERGE Adding sycnhronous loading of current page to support seamless rotation. (Bug 6792288) by Adam Cohen · 12 years ago
  53. b20e688 Merge "Initial changes to synchronously load workspace on rotation." by Winson Chung · 12 years ago
  54. b8b2a5a Initial changes to synchronously load workspace on rotation. by Winson Chung · 12 years ago
  55. 5d55f33 Fixing issue where we were not clearing the set of removed items since the last event. (Bug 6749258) by Winson Chung · 12 years ago
  56. 487f7dd Trying to track down corrupt database / items disappearing by Adam Cohen · 12 years ago
  57. 42490a5 Removing unnecessary check of shortcut infos (now that we key removals off package names already). (Bug 6755420) by Winson Chung · 12 years ago
  58. 087f7a6 Fix crash when adding shortcuts by Michael Jurka · 12 years ago
  59. 816474f Adding debug code for LauncherModel crash by Michael Jurka · 12 years ago
  60. cd81073 Decoupling launcher/workspace package cleanup from the application list (Bug 6602756) by Winson Chung · 12 years ago
  61. 3d50932 Fixing ConcurrentModificationException (issue 6619380) by Adam Cohen · 12 years ago
  62. 06dff35 Fixing issue where widgets could be inflated in wrong orientation (issue 6584646) by Adam Cohen · 12 years ago
  63. 9ad0056 Fix issue where Google Voice shortcuts would disappear by Michael Jurka · 12 years ago
  64. 98e030b Fixing comment. by Winson Chung · 12 years ago
  65. 7fb9481 Merge "Further preventing drags while loading is in progress. (Bug 6276881)" into jb-dev by Winson Chung · 12 years ago
  66. be36516 Try and resolve the package name from the intent directly falling back to the resolved component name if it fails. (Bug 6452306) by Winson Chung · 12 years ago
  67. 36a62fe Further preventing drags while loading is in progress. (Bug 6276881) by Winson Chung · 12 years ago
  68. 452b4db Fixing NPE in LauncherModel (Bug 6449627) by Winson Chung · 12 years ago
  69. 2efec4e Fixing issue where items that were not yet added were not removed from the db. (Bug 6428418) by Winson Chung · 12 years ago
  70. 2f093b6 Fix widget resizes that shouldn't (issue 6380435) by Adam Cohen · 12 years ago
  71. da954bb Merge "Fixing issue where shortcuts and widgets were not being removed when the package was uninstalled (Bug 2657997, Bug 6335843)" into jb-dev by Winson Chung · 12 years ago
  72. 11a4937 Fixing issue where shortcuts and widgets were not being removed when the package was uninstalled (Bug 2657997, Bug 6335843) by Winson Chung · 12 years ago
  73. 9687956 Set FLAG_ACTIVITY_RESET_TASK_IF_NEEDED for all app shortcuts by Michael Jurka · 12 years ago
  74. b85f8a4 Postpone loading default favorites by Michael Jurka · 12 years ago
  75. 3a9fced Fix warnings and remove dead code by Michael Jurka · 12 years ago
  76. bebf042 Widget resizing can now displace items by Adam Cohen · 12 years ago
  77. f75547b Merge "Changing order of binding to prevent errant flashing while loading workspace." by Winson Chung · 12 years ago
  78. db8a894 Changing order of binding to prevent errant flashing while loading workspace. by Winson Chung · 12 years ago
  79. c208ff9 Adding workaround for issue where icon labels on workspace were loaded differently than those in AllApps. (Bug 5250760) by Winson Chung · 12 years ago
  80. f0c6ae0 Adding animation post-installing a shortcut. by Winson Chung · 12 years ago
  81. 0dca1ec New small/large screen division for Launcher. by Andrew Flynn · 12 years ago
  82. 05bf644e Fix memory leak in Launcher by Michael Jurka · 13 years ago
  83. 92f3d46 Clean up unused code and import declarations by Michael Jurka · 13 years ago
  84. d919882 Prevent the creation of Shorcuts with null intents (issue 5629292) by Adam Cohen · 13 years ago
  85. 00fcb49 Ensuring disabled apps don't appear in workspace (issue: 5557311) by Adam Cohen · 13 years ago
  86. 99a73f3 Updated bug fix for Launcher reloading on mcc update. by Reena Lee · 13 years ago
  87. 93f824a Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllApps by Reena Lee · 13 years ago
  88. 16d7ffc Adding some dump() logging regarding deleted widgets by Adam Cohen · 13 years ago
  89. e61e93e Reverting change to load workspace items in reverse order. (5290651) by Winson Chung · 13 years ago
  90. 3994035 Merge "Bug Fixing" by Winson Chung · 13 years ago
  91. 7ed3774 Bug Fixing by Winson Chung · 13 years ago
  92. 79e5802 Merge "Cleaning up LauncherModel" by Michael Jurka · 13 years ago
  93. c9d95c5 Cleaning up LauncherModel by Michael Jurka · 13 years ago
  94. 36f9736 Loading the workspace favourites in reverse order to work around duplicate issue. (5208427) by Winson Chung · 13 years ago
  95. e05b381 Merge "Prevent accessing LauncherModel data structures on main thread. (5220358)" by Winson Chung · 13 years ago
  96. 603bcb9 Prevent accessing LauncherModel data structures on main thread. (5220358) by Winson Chung · 13 years ago
  97. 6ba2a1b Fixing incorrect test of occupied state for items in the hotseat. (5208427) by Winson Chung · 13 years ago
  98. 83df188 Execute update operations immediately if on right thread by Michael Jurka · 13 years ago
  99. b60fd0e Tagging where ItemInfos are created for debug purposes by Michael Jurka · 13 years ago
  100. ec9788e Fix crash when package list is updated by Michael Jurka · 13 years ago