summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/ItemInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Stripping LiveFolders from LauncherAdam Cohen2011-04-281-1/+1
| | | | Change-Id: Ic105fbeb1289e43469d5975b7d977b2fc7900c0b
* Fix 3514114: Dropping on mini-screens doesn't place items correctlyPatrick Dubroy2011-03-081-0/+5
| | | | Change-Id: I7176562f1a62ca9973a256e53151aac1ff708144
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-0/+5
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Defend against overlapping items in the workspace.Daniel Sandler2010-05-261-0/+5
| | | | | | | | | | | | | Should the Launcher's database become corrupted by mysterious forces (e.g.: third-party launchers; botched upgrades; smoke monsters) in such a way as to cause two items to share the same cell, we now ignore loading the latter. Prevents a runtime crash (http://b/2655516). Bug: 2655516 Change-Id: Ia514746f04f0e51b2cd07e9290589a6eab75bdd2
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-13/+18
| | | | | | | | | | | 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.
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-0/+2
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+133