- 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
- 9932a9b Fixing weird deferred click events after deleting folder by Adam Cohen · 14 years ago
- 3d503fb Initial changes to add configurable hotseat. by Winson Chung · 14 years ago
- cb1a477 Update the search widget icon if the global search provider changes. by Narayan Kamath · 14 years ago
- 288a36b Cleaning up code to deal with language changes by Michael Jurka · 14 years ago
- c2f801e Reload workspace if language changes by Michael Jurka · 14 years ago
- fe63476 Merge "Fix bug where All Apps wasn't always getting updated" by Michael Jurka · 14 years ago
- 5b1808d Fix bug where All Apps wasn't always getting updated by Michael Jurka · 14 years ago
- 93993f8 Merge "Fixing bug 5011917 - clearing refernce to old folders from FolderInfo" by Adam Cohen · 14 years ago
- 4eac29a Fixing bug 5011917 - clearing refernce to old folders from FolderInfo by Adam Cohen · 14 years ago
- c3eecff Preventing multiple calls to loadLabel for the same info within a single load. by Winson Chung · 14 years ago
- a8c760d Improving LauncherModel performance by Michael Jurka · 14 years ago
- d044526 Adding transitions during folder creation by Adam Cohen · 14 years ago
- afb01ee Folder auto-destroys itself when there is only one item left. by Adam Cohen · 14 years ago
- cd2b014 Removing old Launcher callback reference from LauncherModel when the activity is destroyed. by Winson Chung · 14 years ago
- 63257c1 Minor changes to help address some hiccups when panning, changing tabs and rotating in AppsCustomize. by Winson Chung · 14 years ago
- 4dbea79 Cleaning up icon code. by Winson Chung · 14 years ago
- 1ed747a Testing mixing shortcuts into widgets pane. by Winson Chung · 14 years ago
- 20c0364 Deleting deprecated and unused code by Michael Jurka · 14 years ago
- df2cc41 Stripping LiveFolders from Launcher by Adam Cohen · 14 years ago
- 785d2eb Initial changes to merged AllApps/Customize pane in the Phone UI. by Winson Chung · 14 years ago
- 71a9546 Fix launcher crash, bug: 3368489 by Adam Cohen · 14 years ago
- 1b607ed Cleaning up widget resizing code by Adam Cohen · 14 years ago
- d4844c3 Implementing resizable widgets in launcher by Adam Cohen · 15 years ago
- 17a8922 Make the icon caching for SD cards actually work. by Joe Onorato · 15 years ago
- 78403fe Changing downloads tab to my apps and making most recent first. (3377455) by Winson Chung · 15 years ago
- 2313eff Allow previous view hierarchy to be GC'ed more quickly on rotation by Patrick Dubroy · 15 years ago
- 68846fd Initial changes to allow resolution of arbitrary clip data to widgets that support them. by Winson Chung · 15 years ago
- c9a9619 Using hdpi icons in Launcher by Michael Jurka · 15 years ago
- e9ad59e When the locale changes, flush the all apps list. by Joe Onorato · 15 years ago
- 55cef26 Adding initial support for dropping widgets with custom configuration data. by Winson Chung · 15 years ago
- a9abd0e Initial changes to allow dragging external shortcuts to launcher using the same InstallShortcut intent. by Winson Chung · 15 years ago
- 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 · 15 years ago
- 76275ac resolved conflicts for merge of 700889f5 to master by Brad Fitzpatrick · 15 years ago
- adb4229 am 02e53429: Merge "Don\'t block the UI when rearranging icons." into gingerbread by Brad Fitzpatrick · 15 years ago
- 700889f Serialize background async db updates by Brad Fitzpatrick · 15 years ago
- ade2f81 Don't block the UI when rearranging icons. by Brad Fitzpatrick · 15 years ago
- 5eb7fff am 673aefe8: Merge "When the SD card comes back, we need to show the apps on it." into gingerbread by Joe Onorato · 15 years ago
- cec5833 When the SD card comes back, we need to show the apps on it. by Joe Onorato · 15 years ago
- a249304 am d98979b8: Merge "Reload everything when coming back from the SD being unmounted." into gingerbread by Joe Onorato · 15 years ago
- 789065d Reload everything when coming back from the SD being unmounted. by Joe Onorato · 15 years ago