summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue where Google Voice shortcuts would disappearMichael Jurka2012-05-141-1/+3
* Fixing comment.Winson Chung2012-05-071-1/+2
* Merge "Further preventing drags while loading is in progress. (Bug 6276881)" ...Winson Chung2012-05-071-0/+18
|\
| * Further preventing drags while loading is in progress. (Bug 6276881)Winson Chung2012-05-061-0/+18
* | Try and resolve the package name from the intent directly falling back to the...Winson Chung2012-05-071-1/+1
|/
* Fixing NPE in LauncherModel (Bug 6449627)Winson Chung2012-05-061-1/+1
* Fixing issue where items that were not yet added were not removed from the db...Winson Chung2012-05-041-0/+18
* Fix widget resizes that shouldn't (issue 6380435)Adam Cohen2012-04-301-0/+3
* Merge "Fixing issue where shortcuts and widgets were not being removed when t...Winson Chung2012-04-301-1/+2
|\
| * Fixing issue where shortcuts and widgets were not being removed when the pack...Winson Chung2012-04-271-1/+2
* | Set FLAG_ACTIVITY_RESET_TASK_IF_NEEDED for all app shortcutsMichael Jurka2012-04-271-0/+9
|/
* Postpone loading default favoritesMichael Jurka2012-04-251-0/+3
* Fix warnings and remove dead codeMichael Jurka2012-04-131-4/+6
* Widget resizing can now displace itemsAdam Cohen2012-04-121-11/+23
* Merge "Changing order of binding to prevent errant flashing while loading wor...Winson Chung2012-04-041-5/+34
|\
| * Changing order of binding to prevent errant flashing while loading workspace.Winson Chung2012-04-031-5/+34
* | Adding workaround for issue where icon labels on workspace were loaded differ...Winson Chung2012-03-301-1/+21
|/
* Adding animation post-installing a shortcut.Winson Chung2012-03-231-9/+14
* New small/large screen division for Launcher.Andrew Flynn2012-02-291-1/+2
* Fix memory leak in LauncherMichael Jurka2011-11-301-1/+4
* Clean up unused code and import declarationsMichael Jurka2011-11-281-2/+1
* Prevent the creation of Shorcuts with null intents (issue 5629292)Adam Cohen2011-11-221-0/+9
* Ensuring disabled apps don't appear in workspace (issue: 5557311)Adam Cohen2011-11-071-0/+13
* Updated bug fix for Launcher reloading on mcc update.Reena Lee2011-10-241-5/+6
* Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllAppsReena Lee2011-10-171-25/+61
* Adding some dump() logging regarding deleted widgetsAdam Cohen2011-10-051-2/+4
* Reverting change to load workspace items in reverse order. (5290651)Winson Chung2011-09-121-2/+1
* Merge "Bug Fixing"Winson Chung2011-09-081-0/+6
|\
| * Bug FixingWinson Chung2011-09-081-0/+6
* | Merge "Cleaning up LauncherModel"Michael Jurka2011-09-071-124/+109
|\ \
| * | Cleaning up LauncherModelMichael Jurka2011-09-071-124/+109
| |/
* / Loading the workspace favourites in reverse order to work around duplicate is...Winson Chung2011-09-071-1/+4
|/
* Merge "Prevent accessing LauncherModel data structures on main thread. (52203...Winson Chung2011-09-031-7/+34
|\
| * Prevent accessing LauncherModel data structures on main thread. (5220358)Winson Chung2011-09-021-7/+34
* | Fixing incorrect test of occupied state for items in the hotseat. (5208427)Winson Chung2011-09-021-2/+13
|/
* Execute update operations immediately if on right threadMichael Jurka2011-08-311-2/+7
* Tagging where ItemInfos are created for debug purposesMichael Jurka2011-08-291-13/+19
* Fix crash when package list is updatedMichael Jurka2011-08-291-3/+5
* Tweaking the logging in the fail case, adding additional cases for where the ...Winson Chung2011-08-251-15/+14
* Merge "Adding null check to prevent crash when factory resetting device. (521...Adam Cohen2011-08-251-1/+3
|\
| * Adding null check to prevent crash when factory resetting device. (5214968)Winson Chung2011-08-251-1/+3
* | Updating db icon cache when item id cache gets updated. (5205131)Winson Chung2011-08-241-10/+25
|/
* Hiding search bar buttons when qsb is disabled. (5187969, 5201453)Winson Chung2011-08-231-1/+2
* Merge "Fixing label cache issue due to different ResolveInfos being returned ...Winson Chung2011-08-191-9/+19
|\
| * Fixing label cache issue due to different ResolveInfos being returned in diff...Winson Chung2011-08-181-9/+19
* | Deferring testing of loaded icons against db icons, saves between 15-30% on w...Winson Chung2011-08-181-21/+42
|/
* Adding a progress bar while All Apps is loadingMichael Jurka2011-08-091-0/+4
* Making hotseat a fiver.Winson Chung2011-08-081-6/+18
* Solving bug where labels were unevenMichael Jurka2011-08-051-5/+6
* Fix crash when adding bookmark to homescreen from browserMichael Jurka2011-08-031-2/+1