summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/ApplicationInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Trying to track down corrupt database / items disappearingAdam Cohen2012-07-091-5/+0
| | | | | | | | | | | -> Adding logs for all database transactions -> Adding sanity checks for items in folders, throwing exceptions if they are violated -> Reducing database upates when re-arranging items, only update if values have changed -> Removed some dead code from ItemInfo (isGesture?) Change-Id: Ia5cd57d92082f633dbf4aa5d64612cbae2d82bb4
* Try and resolve the package name from the intent directly falling back to ↵Winson Chung2012-05-071-0/+6
| | | | | | the resolved component name if it fails. (Bug 6452306) Change-Id: Ifb2187fb845f807f30df966bf298ffde1b779b46
* Cleaning up LauncherModelMichael Jurka2011-09-071-7/+5
| | | | | | | | - performing all DB operations immediately if called from worker thread (a previous change that did this in updateItemInDatabase fixed an outstanding bug) - centralizing logic to do database updates - removing old logging code Change-Id: Idc7bfef3921828ff7c5492b8e996c0a07e1ec508
* Tagging where ItemInfos are created for debug purposesMichael Jurka2011-08-291-5/+7
| | | Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
* Preventing multiple calls to loadLabel for the same info within a single load.Winson Chung2011-07-111-4/+6
| | | | | | - Fixing mind boggling bug where we weren't even using the label cache earlier. Change-Id: I605abf4d589ad02b2426d20adfe9cd1773cc84fd
* No longer generating title bitmaps for icons.Winson Chung2011-07-111-7/+2
| | | | Change-Id: I857ba2a532158175396d45cba0976baa17da126f
* 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