summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/ApplicationInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix 3385675: Uninstall option available for system appPatrick Dubroy2011-02-281-12/+7
| | | | | | | - when a system app is selected in all apps, don't show uninstall button - if it's an updated system app, show "Uninstall update" - Also, remove unused code for non-existent flag for games Change-Id: I46753ee8d213b2ba1613b71ac1fe73d79786129c
* Changing downloads tab to my apps and making most recent first. (3377455)Winson Chung2011-01-211-1/+9
| | | | Change-Id: I75ae46ad601457ecfc9555aff7f7ff5284440317
* Fix 2981705: Unable to uninstall downloaded app by dragging to trash.Patrick Dubroy2010-09-081-0/+1
| | | | | - on long press, copy constructor of ApplicationInfo is called. It wasn't copying flags. - also fix all apps choice mode so that chosen object is set when preparing CAB
* Make tabs in all apps actually filter the list of apps.Patrick Dubroy2010-07-291-6/+30
|
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-5/+2
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* fix 2542590 add more logging when launching app failsJoe Onorato2010-03-251-1/+1
| | | | Change-Id: I5a1fa261c6e67eb7afb661de39e35ce43e2caa59
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-65/+24
| | | | | | | | | | | 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.
* Add a lot of logging that can be seen by doing adb shell setprop ↵Joe Onorato2009-11-171-0/+14
| | | | launcher2.dumpstate 1 and presssing volume down
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-0/+16
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+127