summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/ShortcutsAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup and refactoringMichael Jurka2011-04-121-1/+1
|
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-3/+2
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Fix the build!Romain Guy2010-03-041-2/+2
|
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-0/+59
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.