summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherModel.java
Commit message (Expand)AuthorAgeFilesLines
* Removing old Launcher callback reference from LauncherModel when the activity...Winson Chung2011-06-081-4/+8
* Minor changes to help address some hiccups when panning, changing tabs and ro...Winson Chung2011-05-061-16/+0
* Cleaning up icon code.Winson Chung2011-05-051-11/+0
* Testing mixing shortcuts into widgets pane.Winson Chung2011-05-041-0/+20
* Deleting deprecated and unused codeMichael Jurka2011-04-291-2/+0
* Stripping LiveFolders from LauncherAdam Cohen2011-04-281-116/+13
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-0/+22
* Fix launcher crash, bug: 3368489Adam Cohen2011-03-221-7/+5
* Cleaning up widget resizing codeAdam Cohen2011-03-031-2/+2
* Implementing resizable widgets in launcherAdam Cohen2011-02-251-0/+27
* Make the icon caching for SD cards actually work.Joe Onorato2011-02-101-5/+13
* Changing downloads tab to my apps and making most recent first. (3377455)Winson Chung2011-01-211-0/+8
* Allow previous view hierarchy to be GC'ed more quickly on rotationPatrick Dubroy2011-01-141-0/+3
* Initial changes to allow resolution of arbitrary clip data to widgets that su...Winson Chung2010-11-031-31/+48
* Using hdpi icons in LauncherMichael Jurka2010-11-011-19/+23
* When the locale changes, flush the all apps list.Joe Onorato2010-10-291-14/+31
* Adding initial support for dropping widgets with custom configuration data.Winson Chung2010-10-281-12/+28
* Initial changes to allow dragging external shortcuts to launcher using the sa...Winson Chung2010-10-271-4/+19
* When the launcher is paused and we reload stuff in the background, we need to...Joe Onorato2010-10-271-1/+14
* resolved conflicts for merge of 700889f5 to masterBrad Fitzpatrick2010-10-121-18/+28
|\
| * Serialize background async db updatesBrad Fitzpatrick2010-10-111-19/+19
* | am 02e53429: Merge "Don\'t block the UI when rearranging icons." into gingerb...Brad Fitzpatrick2010-10-111-1/+6
|\|
| * Don't block the UI when rearranging icons.Brad Fitzpatrick2010-10-101-1/+6
* | am 673aefe8: Merge "When the SD card comes back, we need to show the apps on ...Joe Onorato2010-10-101-2/+4
|\|
| * When the SD card comes back, we need to show the apps on it.Joe Onorato2010-10-071-2/+4
* | am d98979b8: Merge "Reload everything when coming back from the SD being unmo...Joe Onorato2010-09-301-2/+3
|\|
| * Reload everything when coming back from the SD being unmounted.Joe Onorato2010-09-301-2/+3
* | Fix: crash on portrait/landscape switch due to Michael Jurka2010-09-301-2/+4
* | Adding support for drag and drop of folders and shortcuts. Michael Jurka2010-09-241-2/+2
* | am 73013bf9: Make LauncherModel.deleteItemFromDatabase write to disk async.Brad Fitzpatrick2010-09-151-2/+6
|\|
| * Make LauncherModel.deleteItemFromDatabase write to disk async.Brad Fitzpatrick2010-09-141-2/+6
| * DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on S...Joe Onorato2010-08-311-1/+1
* | DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on S...Joe Onorato2010-09-011-1/+1
* | Adding paging for the widget/shortcut/folder customization area and fixing bugs.Winson Chung2010-08-161-0/+10
* | Cleaning up grid size specification in LauncherAdam Cohen2010-08-041-86/+30
* | Make tabs in all apps actually filter the list of apps.Patrick Dubroy2010-07-291-1/+1
* | 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