summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherApplication.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-0/+12
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-081-2/+0
| | | | | | | This always reloads the workspace, because I think it's a less risky change and that only adds ~100ms. Change-Id: I215b1f741f022e47ce06e78b9cfdd9967a8f1b9d
* Refactor the app updates so that it doesn't rely on the package name.Joe Onorato2010-03-101-0/+4
| | | | | This will be needed for the upcoming change to update the icons with the grayed out when the SD card goes away.
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-5/+13
| | | | | | | | | | | ShortcutInfo which is used for the workspace. Consolidate the three icon resampling functions into one. Ensure that the icons stored in LauncherProvider are the right size, so we don't have to resample them each time we load them.
* Remove LiveFolders when corresponding package is uninstalled.Romain Guy2010-01-121-1/+0
| | | | Bug #2298872
* Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 ↵Joe Onorato2009-10-311-18/+11
| | | | | | | | and com.cooliris.media If we haven't even initialized yet, don't respond to app list changes. I think this will fix that bug. It's possible that there's some other race in there somehow.
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-0/+61
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+29