- 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 · 12 years ago
- 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 · 12 years ago
- 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 · 12 years ago
- ee05571 Cross referencing all shortcuts on workspace with the PackageManager to ensure we don't have zombie icons. by Winson Chung · 12 years ago
- 997a923 Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic. by Winson Chung · 12 years ago
- c763c4e Verifying that new applications are added and fixing issue with new items getting wrong ids. by Winson Chung · 12 years ago
- 47b5031 Fix NPE on failed loader queries. by Daniel Sandler · 12 years ago
- 1e2f465 Implement ability to uninstall shortcuts from workspace by Michael Jurka · 12 years ago
- 156ab5b Fixing issue where migration all apps folder couldn't be picked up. by Winson Chung · 12 years ago
- 64359a5 Ensuring that the db reflects all package added/removed/updated broadcasts. by Winson Chung · 12 years ago
- e4f9891 Lazily instantiate LauncherAppState. by Daniel Sandler · 12 years ago
- c916834 Using package broadcasts to key adding of shortcuts on the workspace. by Winson Chung · 12 years ago
- 566da10 Fix DEBUG_LOADERS workspace layout ASCII art. by Daniel Sandler · 12 years ago
- dcd297f Initial implementation of Shrink-wrap by Adam Cohen · 12 years ago
- cc8befa Move LauncherApplication's state and code to LauncherAppState. by Daniel Sandler · 12 years ago
- e25af79 HACK: temporary upgrade path from com.android.launcher2 by Adam Cohen · 12 years ago
- f0f4eda Making folders scrollable by Adam Cohen · 12 years ago
- 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 12 years ago[Renamed (99%) from src/com/android/launcher2/LauncherModel.java]
- c402cd9 Fixing slow binding when returning to Launcher by Michael Jurka · 12 years ago
- c7700af Fix bug where apps weren't appearing on workspace after being installed by Michael Jurka · 12 years ago
- 83892cc Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421) by Winson Chung · 12 years ago
- d9cb4a1 Fix SQLite crashes in Launcher by Michael Jurka · 12 years ago
- 05713af Cache widget previews in a DB by Michael Jurka · 13 years ago
- 3c1681d Cleaning up unused code by Michael Jurka · 13 years ago
- 28b3e10 Removing db corruption exceptions, logging instead (issue 7112132) by Adam Cohen · 13 years ago
- 5524b49 Specify workspace resource in preload broadcast by Brian Muramatsu · 13 years ago
- b2ae8ac Try to fix RTE when updating shortcuts by Michael Jurka · 13 years ago
- 1190487 Fixing issue where we were collating labels based on an old Locale. (Bug 7133873) by Winson Chung · 13 years ago
- 8a43510 Fixing issue where we were not removing items from LauncherModel and only the add-queue. (Bug 7078244) by Winson Chung · 13 years ago
- 81b5225 Ensuring that unbind calls are not queued in the worker thread and executed subsequently on the main thread. (Bug 7001531) by Winson Chung · 13 years ago
- 8165f0d resolve conflicts w/4f174f1d27adbde6f50e11ee3a8eaf162a030284 by Ed Heyl · 13 years ago
- 90abcc9 resolved conflicts w/0ede734d0780a968c9c345f99a18f9f8b9fc02cd by Ed Heyl · 13 years ago
- c93e5ae Binding AllApps synchronously. (Bug 6855061) by Winson Chung · 13 years ago
- 1462de3 Ensuring that restoreInstanceState is being called promptly for synchronously bound page by Adam Cohen · 13 years ago
- 4a3b54f am bf5529bd: am a13a2f2a: Fixing issue where defered unbind was running after synchronous bind. (Bug 6858398, Bug 6863181) by Adam Cohen · 13 years ago
- a13a2f2 Fixing issue where defered unbind was running after synchronous bind. (Bug 6858398, Bug 6863181) by Adam Cohen · 13 years ago
- 36e6c5b Disabling synchronous binding when returning home from another app while orientation has changed. (Bug 6792288) by Winson Chung · 13 years ago
- 4a2afa3 Disabling synchronous binding when returning home from another app while orientation has changed. (Bug 6792288) by Winson Chung · 13 years ago
- 2abf94d Fixing issue where we would crash when encountering improper launcher.dbs by Winson Chung · 13 years ago
- d7d37b1 DO NOT MERGE Adding sycnhronous loading of current page to support seamless rotation. (Bug 6792288) by Adam Cohen · 13 years ago
- b20e688 Merge "Initial changes to synchronously load workspace on rotation." by Winson Chung · 13 years ago
- b8b2a5a Initial changes to synchronously load workspace on rotation. by Winson Chung · 13 years ago
- 5d55f33 Fixing issue where we were not clearing the set of removed items since the last event. (Bug 6749258) by Winson Chung · 13 years ago
- 487f7dd Trying to track down corrupt database / items disappearing by Adam Cohen · 13 years ago
- 42490a5 Removing unnecessary check of shortcut infos (now that we key removals off package names already). (Bug 6755420) by Winson Chung · 13 years ago
- 087f7a6 Fix crash when adding shortcuts by Michael Jurka · 13 years ago
- 816474f Adding debug code for LauncherModel crash by Michael Jurka · 13 years ago
- cd81073 Decoupling launcher/workspace package cleanup from the application list (Bug 6602756) by Winson Chung · 13 years ago
- 3d50932 Fixing ConcurrentModificationException (issue 6619380) by Adam Cohen · 13 years ago
- 06dff35 Fixing issue where widgets could be inflated in wrong orientation (issue 6584646) by Adam Cohen · 13 years ago
- 9ad0056 Fix issue where Google Voice shortcuts would disappear by Michael Jurka · 13 years ago
- 98e030b Fixing comment. by Winson Chung · 13 years ago
- 7fb9481 Merge "Further preventing drags while loading is in progress. (Bug 6276881)" into jb-dev by Winson Chung · 13 years ago
- 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 · 13 years ago
- 36a62fe Further preventing drags while loading is in progress. (Bug 6276881) by Winson Chung · 13 years ago
- 452b4db Fixing NPE in LauncherModel (Bug 6449627) by Winson Chung · 13 years ago
- 2efec4e Fixing issue where items that were not yet added were not removed from the db. (Bug 6428418) by Winson Chung · 13 years ago
- 2f093b6 Fix widget resizes that shouldn't (issue 6380435) by Adam Cohen · 13 years ago
- 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 · 13 years ago
- 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
- 9687956 Set FLAG_ACTIVITY_RESET_TASK_IF_NEEDED for all app shortcuts by Michael Jurka · 13 years ago
- b85f8a4 Postpone loading default favorites by Michael Jurka · 13 years ago
- 3a9fced Fix warnings and remove dead code by Michael Jurka · 13 years ago
- bebf042 Widget resizing can now displace items by Adam Cohen · 13 years ago
- f75547b Merge "Changing order of binding to prevent errant flashing while loading workspace." by Winson Chung · 13 years ago
- db8a894 Changing order of binding to prevent errant flashing while loading workspace. by Winson Chung · 13 years ago
- c208ff9 Adding workaround for issue where icon labels on workspace were loaded differently than those in AllApps. (Bug 5250760) by Winson Chung · 13 years ago
- f0c6ae0 Adding animation post-installing a shortcut. by Winson Chung · 13 years ago
- 0dca1ec New small/large screen division for Launcher. by Andrew Flynn · 14 years ago
- 05bf644e Fix memory leak in Launcher by Michael Jurka · 14 years ago
- 92f3d46 Clean up unused code and import declarations by Michael Jurka · 14 years ago
- d919882 Prevent the creation of Shorcuts with null intents (issue 5629292) by Adam Cohen · 14 years ago
- 00fcb49 Ensuring disabled apps don't appear in workspace (issue: 5557311) by Adam Cohen · 14 years ago
- 99a73f3 Updated bug fix for Launcher reloading on mcc update. by Reena Lee · 14 years ago
- 93f824a Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllApps by Reena Lee · 14 years ago
- 16d7ffc Adding some dump() logging regarding deleted widgets by Adam Cohen · 14 years ago
- e61e93e Reverting change to load workspace items in reverse order. (5290651) by Winson Chung · 14 years ago
- 3994035 Merge "Bug Fixing" by Winson Chung · 14 years ago
- 7ed3774 Bug Fixing by Winson Chung · 14 years ago
- 79e5802 Merge "Cleaning up LauncherModel" by Michael Jurka · 14 years ago
- c9d95c5 Cleaning up LauncherModel by Michael Jurka · 14 years ago
- 36f9736 Loading the workspace favourites in reverse order to work around duplicate issue. (5208427) by Winson Chung · 14 years ago
- e05b381 Merge "Prevent accessing LauncherModel data structures on main thread. (5220358)" by Winson Chung · 14 years ago
- 603bcb9 Prevent accessing LauncherModel data structures on main thread. (5220358) by Winson Chung · 14 years ago
- 6ba2a1b Fixing incorrect test of occupied state for items in the hotseat. (5208427) by Winson Chung · 14 years ago
- 83df188 Execute update operations immediately if on right thread by Michael Jurka · 14 years ago
- b60fd0e Tagging where ItemInfos are created for debug purposes by Michael Jurka · 14 years ago
- ec9788e Fix crash when package list is updated by Michael Jurka · 14 years ago
- c22a54d Tweaking the logging in the fail case, adding additional cases for where the db icon cache should be updated. (5205131) by Winson Chung · 14 years ago
- 536f7db Merge "Adding null check to prevent crash when factory resetting device. (5214968)" by Adam Cohen · 14 years ago
- cfdf7ee Adding null check to prevent crash when factory resetting device. (5214968) by Winson Chung · 14 years ago
- b1094bd Updating db icon cache when item id cache gets updated. (5205131) by Winson Chung · 14 years ago
- cbf7c4d Hiding search bar buttons when qsb is disabled. (5187969, 5201453) by Winson Chung · 14 years ago
- 30a22f3 Merge "Fixing label cache issue due to different ResolveInfos being returned in different parts of loading, saves 1-10% on AllApps load. (5042022)" by Winson Chung · 14 years ago
- aac01e1 Deferring testing of loaded icons against db icons, saves between 15-30% on workspace load. (5042022) by Winson Chung · 14 years ago
- 5308f24 Fixing label cache issue due to different ResolveInfos being returned in different parts of loading, saves 1-10% on AllApps load. (5042022) by Winson Chung · 14 years ago
- c57b7a8 Adding a progress bar while All Apps is loading by Michael Jurka · 14 years ago
- f30ad5f Making hotseat a fiver. by Winson Chung · 14 years ago
- 931dc97 Solving bug where labels were uneven by Michael Jurka · 14 years ago
- 7578ec6 Fix crash when adding bookmark to homescreen from browser by Michael Jurka · 14 years ago