summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/ShortcutInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Changing order of binding to prevent errant flashing while loading workspace.Winson Chung2012-04-031-1/+4
| | | | Change-Id: I75eb39600d1cd28980fd0365affb2c6e5f7162c1
* Fix case where shortcut label wasn't updatingMichael Jurka2012-03-091-2/+6
| | | | | | | When installing an updated version of an app, update the title (we were previously only doing the icon). Bug: 6069921
* 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
* Deleting deprecated and unused codeMichael Jurka2011-04-291-6/+0
|
* DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on ↵Joe Onorato2010-09-011-6/+2
| | | | | | | SD card after reboot Bug: 2941495 Change-Id: Ie8e0e0c62259f8cf933e53b7aa2dc28a835110ae
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-4/+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
* Apps on SD card don't confuse the launcher any more. They show up properly ↵Joe Onorato2010-03-101-2/+15
| | | | | | | | after reboots, mounting and unmounting. Change-Id: Icd861dcd8ac6401c597e2f9c8e2c66dff1cf9c61
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-0/+159
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.