summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/DeleteZone.java
Commit message (Collapse)AuthorAgeFilesLines
* New Launcher feature: "hotseat" icons.Daniel Sandler2010-04-231-18/+2
| | | | | | | | | | | | | | | | | | | | The hotseats are permanent slots on either side of the AllApps button. Their functions are: LEFT/BOTTOM: Phone Launched via the hardcoded class name com.android.contacts/.ContactsLaunchActivity. RIGHT/TOP: Browser Launched by querying to see which application is the default for URLs, then starting that activity directly. In the future, it would be ideal to allow an application with permission to access LauncherProvider to customize these (icons, contentDescriptions, and Intents). Bug: 2559083 Change-Id: I56f6e745f8574aa17e28feaa9d2118fb4a715cd4
* Fix the build!Romain Guy2010-03-041-0/+2
|
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-2/+2
| | | | | | | | | | | 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.
* New trash icon.Joe Onorato2009-09-141-1/+1
|
* Add drag and drop from AllAppsView (to the workspace).Joe Onorato2009-09-031-1/+1
| | | | | Also had to fix AppInfoCache to load the icon as a drawable, which I had broken when I made AllAppsView use the icons as power of two textures.
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-6/+5
|
* Move the drag thing into its own window that goes around on top of ↵Joe Onorato2009-08-061-15/+22
| | | | everything else.
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+265