summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-2620/+0
* Fixing slow binding when returning to LauncherMichael Jurka2013-05-201-2/+16
* Fix bug where apps weren't appearing on workspace after being installedMichael Jurka2013-05-141-2/+34
* Fixing issue where updating the visibility of one application can trigger all...Winson Chung2013-05-031-12/+15
* Fix SQLite crashes in LauncherMichael Jurka2013-03-201-2/+8
* Cache widget previews in a DBMichael Jurka2013-02-041-0/+2
* Cleaning up unused codeMichael Jurka2012-11-151-2/+0
* Removing db corruption exceptions, logging instead (issue 7112132)Adam Cohen2012-10-041-10/+3
* Specify workspace resource in preload broadcastBrian Muramatsu2012-10-021-5/+5
* Try to fix RTE when updating shortcutsMichael Jurka2012-09-211-32/+51
* Fixing issue where we were collating labels based on an old Locale. (Bug 7133...Winson Chung2012-09-171-18/+26
* Fixing issue where we were not removing items from LauncherModel and only the...Winson Chung2012-08-301-0/+18
* Ensuring that unbind calls are not queued in the worker thread and executed s...Winson Chung2012-08-271-15/+29
* resolve conflicts w/4f174f1d27adbde6f50e11ee3a8eaf162a030284Ed Heyl2012-07-251-2/+8
|\
| * Binding AllApps synchronously. (Bug 6855061)Winson Chung2012-07-241-2/+8
* | resolved conflicts w/0ede734d0780a968c9c345f99a18f9f8b9fc02cdEd Heyl2012-07-251-0/+12
|\|
| * Ensuring that restoreInstanceState is being called promptly for synchronously...Adam Cohen2012-07-241-0/+12
* | am bf5529bd: am a13a2f2a: Fixing issue where defered unbind was running after...Adam Cohen2012-07-231-0/+5
|\|
| * Fixing issue where defered unbind was running after synchronous bind. (Bug 68...Adam Cohen2012-07-231-0/+5
| * Disabling synchronous binding when returning home from another app while orie...Winson Chung2012-07-191-4/+10
| * DO NOT MERGE Adding sycnhronous loading of current page to support seamless r...Adam Cohen2012-07-181-440/+670
* | Disabling synchronous binding when returning home from another app while orie...Winson Chung2012-07-191-4/+10
* | Fixing issue where we would crash when encountering improper launcher.dbsWinson Chung2012-07-181-13/+24
* | Merge "Initial changes to synchronously load workspace on rotation."Winson Chung2012-07-181-474/+698
|\ \
| * | Initial changes to synchronously load workspace on rotation.Winson Chung2012-07-171-474/+698
* | | Fixing issue where we were not clearing the set of removed items since the la...Winson Chung2012-07-161-7/+10
|/ /
* | Trying to track down corrupt database / items disappearingAdam Cohen2012-07-091-81/+143
* | Removing unnecessary check of shortcut infos (now that we key removals off pa...Winson Chung2012-06-281-18/+0
* | Fix crash when adding shortcutsMichael Jurka2012-06-271-1/+1
* | Adding debug code for LauncherModel crashMichael Jurka2012-06-251-1/+28
* | Decoupling launcher/workspace package cleanup from the application list (Bug ...Winson Chung2012-06-211-12/+11
|/
* Fixing ConcurrentModificationException (issue 6619380)Adam Cohen2012-06-061-4/+0
* Fixing issue where widgets could be inflated in wrong orientation (issue 6584...Adam Cohen2012-06-041-0/+4
* 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
|/