summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/IconCache.java
Commit message (Collapse)AuthorAgeFilesLines
* Moving tablet interface to 'large' devicesMichael Jurka2011-05-121-1/+1
| | | | | (later, we will decide this more accurately based on the width of the screen in dips, but for now keeping changes so that they can easily be backported to earlier versions of Android) Change-Id: I203addcbf19e8e3813c488af47e4fdf90dcd3115
* Applications with broken resources get default iconKenny Root2011-03-101-4/+12
| | | | | | | | This will prevent the Launcher from crashing when the icon resource is not found. Bug: 4016288 Change-Id: I152574eb62cff66fa863152f84d4bb201f0341af
* Removing dead codeMichael Jurka2011-01-171-2/+0
| | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
* Use the default activity mipmapKenny Root2011-01-121-1/+1
| | | | | | | | So we can use different scales of the default activity icon, switch to using the mipmap version of it. Bug: 3325002 Change-Id: I3307bc8959829958e0da4ab2a9238c89ff9fdead
* Using hdpi icons in LauncherMichael Jurka2010-11-011-2/+39
| | | | Known issue: Default activity icon is still showing up as small
* DO NOT MERGE - Fix 2941495: Launcher short-cut icons don't work for apps on ↵Joe Onorato2010-09-011-0/+4
| | | | | | | SD card after reboot Bug: 2941495 Change-Id: Ie8e0e0c62259f8cf933e53b7aa2dc28a835110ae
* Tweak locking in launcher so mLock isn't held while the slow stuff happens.Joe Onorato2010-05-041-12/+16
| | | | | | Bug 2652948 Change-Id: I9d386395278830ead5deda17b8b09e0dcfeff989
* Prevent NPE in Launcher when an icon cannot be found.Romain Guy2010-03-151-20/+19
| | | | | | Bug #2509023 Change-Id: I053c7c9a37ed4aeb4d78a9f62dfdeea09a3959aa
* Don't make label textures if we don't need them.Joe Onorato2010-02-121-3/+5
|
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-0/+138
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.