summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-39/+161
* Make the loader thread a Looper and move the package managerJoe Onorato2010-06-181-799/+784
* This variable can be checked outside the lock because it's onlyJoe Onorato2010-06-111-6/+6
* Fix the folder bug. The change that had previously fixed this got reverted s...Joe Onorato2010-06-081-0/+4
* Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-081-84/+81
* Load All Apps before the workspace if All Apps is showing.Daniel Sandler2010-06-071-53/+92
* Don't perform collision checks for items in folders.Daniel Sandler2010-06-021-0/+4
* Defend against overlapping items in the workspace.Daniel Sandler2010-05-261-1/+58
* Have LauncherModel poke the gc after it's done, to give theJoe Onorato2010-05-181-0/+8
* Tweak locking in launcher so mLock isn't held while the slow stuff happens.Joe Onorato2010-05-041-2/+3
* Avoid ANR in Home by avoiding a sycnhronized call on the UI thread.Romain Guy2010-04-281-1/+1
* Fix 2614384 - NPE in LauncherModelJoe Onorato2010-04-211-8/+12
* Fix race in LauncherModel that causes it to show duplicate icons.Joe Onorato2010-04-211-50/+82
* More Launcher performance improvements.Daniel Sandler2010-04-161-8/+8
* Batch loading of icons for AllApps.Daniel Sandler2010-04-141-36/+69
* Fix 2583234 - It's ok for mCallbacks to be null.Joe Onorato2010-04-131-1/+5
* Add a log message and some todos.Joe Onorato2010-03-171-0/+7
* Bug 2509023 - NPE on upgrade to froyoJoe Onorato2010-03-111-2/+2
* Eliminate a race where old Launcher objects will continue to get callbacks fo...Joe Onorato2010-03-111-13/+20
* Fix 2507267 - stack overflow when adding shortcutJoe Onorato2010-03-111-1/+1
* Apps on SD card don't confuse the launcher any more. They show up properly a...Joe Onorato2010-03-101-158/+199
* Refactor the app updates so that it doesn't rely on the package name.Joe Onorato2010-03-101-24/+46
* Fix the build!Romain Guy2010-03-041-0/+2
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ...Joe Onorato2010-02-121-34/+99
* Remove widgets when the corresponding apk is uninstalled.Romain Guy2010-01-131-15/+28
* Remove LiveFolders when corresponding package is uninstalled.Romain Guy2010-01-121-32/+67
* Get rid of the built-in search widget in Launcher2Bjorn Bringert2009-12-091-20/+0
* Bug 2290800 - Use a collator to sort the app labels.Joe Onorato2009-12-011-3/+3
* Fix bug 2223769 - Uninstalling app causes NPE.Joe Onorato2009-11-191-7/+2
* This might fix bug 2262272 - Apps list emptyJoe Onorato2009-11-191-1/+3
* Add a lot of logging that can be seen by doing adb shell setprop launcher2.du...Joe Onorato2009-11-171-0/+31
* Fix 2260199 - App icons placed in folder widget are doubled after rebooting p...Joe Onorato2009-11-161-0/+1
* Bug 2231692 - Turn off launcher2 logging.Joe Onorato2009-11-111-16/+36
* Fix 2226221 - home screen app names do not reflect on locale changeJoe Onorato2009-11-101-1/+4
* Fix 2215274 - Duplicate widgets appearing on top of each otherJoe Onorato2009-11-081-0/+1
* Fix launcher2 crash. We weren't initializing the list of folders. Bug 2210545.Joe Onorato2009-11-061-6/+20
* Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning ...Joe Onorato2009-11-051-0/+3
* Add android.home.drop even for the live wallpapers.Romain Guy2009-11-041-10/+9
* Adjust logging of launcher2 launch times, and make all apps loading wait a li...Joe Onorato2009-11-021-1/+1
* fix 2206016 - Passion: Deleted Icons are added again after deleting folder on...Joe Onorato2009-10-311-0/+2
* Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 and...Joe Onorato2009-10-311-2/+21
* Fix the bug where the icons stop showing up.Joe Onorato2009-10-151-0/+7
* passion - fix 2176920 - all apps cleared after deleting folderJoe Onorato2009-10-141-3/+6
* Fix crash when reinstalling live wallpapers.Marco Nelissen2009-09-111-1/+1
* Click on icons.Joe Onorato2009-09-021-3/+2
* The icons are 3dJoe Onorato2009-08-281-3/+4
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-1222/+879
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+1482