summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/IconCache.java
Commit message (Collapse)AuthorAgeFilesLines
* Updating how widget previews lookMichael Jurka2012-05-221-2/+8
| | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* Remove use of private APIsMichael Jurka2012-04-251-1/+1
| | | Change-Id: I3e28763075f8e92391796dc009214c9fa8f50008
* Fix warnings and remove dead codeMichael Jurka2012-04-131-0/+1
| | | Change-Id: I574d823fedf4b752c3df5a72599b390f708823ac
* Reverting: Change I3a8849a5: Cleaning up extra line related to icon density ↵Winson Chung2012-02-131-15/+7
| | | | | | change. Change-Id: I5e8106d0f77545b80a0b21d4230cf826439ac371
* Revert "Should be getting launcher icon DPI from ActivityManager."Ramanan Rajeswaran2012-02-131-5/+11
| | | | This reverts commit af23500cf9eb9c05ae0b2a0ea63c96534e648004.
* Merge "Cleaning up extra line related to icon density change." into ics-scoopRamanan Rajeswaran2012-02-131-1/+0
|\
| * Cleaning up extra line related to icon density change.Winson Chung2012-02-131-1/+0
| | | | | | | | Change-Id: I3a8849a5800af1f04f097c4ce55ecf5d97292f4c
* | Should be getting launcher icon DPI from ActivityManager.Winson Chung2012-02-131-11/+5
|/ | | | Change-Id: Iec1b375568b421220fdbf08de6e7a697d0488e24
* Clean up unused code and import declarationsMichael Jurka2011-11-281-1/+0
| | | | Change-Id: If36fd2d99a51b07290b13f697b3ea08d31feb023
* Fixing issue where default widget previews were not using large icons on tablet.Winson Chung2011-10-311-3/+18
| | | | Change-Id: I66469f52172be8ee526dc71cc5b6aa797f6a3289
* Merge "Fixing label cache issue due to different ResolveInfos being returned ↵Winson Chung2011-08-191-3/+4
|\ | | | | | | in different parts of loading, saves 1-10% on AllApps load. (5042022)"
| * Fixing label cache issue due to different ResolveInfos being returned in ↵Winson Chung2011-08-181-3/+4
| | | | | | | | | | | | different parts of loading, saves 1-10% on AllApps load. (5042022) Change-Id: I17166bd6a50858ff76c475688fff9a9eaeba6010
* | Deferring testing of loaded icons against db icons, saves between 15-30% on ↵Winson Chung2011-08-181-2/+3
|/ | | | | | workspace load. (5042022) Change-Id: I016248f6779851390df1bf0a23199d0aecc032d1
* Fix visual bugsMichael Jurka2011-08-081-2/+0
| | | | | | | - Fix clipping of icon labels on large devices - Fix bug where icons and widgets on side pages in home workspace were visible on startup Change-Id: I8c17cfcb1ac27255b955e6db9d0eec7ce3833bd0
* Use xhdpi icon sizes for hdpi tabletsMichael Jurka2011-08-081-2/+11
| | | | Change-Id: Ia09faa220c3aad658ef7ffd1ce88086aa2a66f57
* Revert "Revert "Clear the bitmap associated with canvases.""Adam Cohen2011-08-031-0/+1
| | | | This reverts commit 4e012846cd09caa85b018c36810e9a64adb87640.
* Merge "Revert "Clear the bitmap associated with canvases.""Adam Cohen2011-08-031-1/+0
|\
| * Revert "Clear the bitmap associated with canvases."Adam Cohen2011-08-031-1/+0
| | | | | | | | This reverts commit 9b9d48f28926371eab94c425b1d54150732fa08f.
* | Fix NPE when getting app iconsMichael Jurka2011-08-031-2/+5
|/ | | | Change-Id: I04c171424006d90321c707d124211f007159c774
* Clear the bitmap associated with canvases.Dianne Hackborn2011-08-021-0/+1
| | | | Change-Id: Ic100a51960f8c0e7d8b3a107b64d23c7d70e6da9
* Preventing multiple calls to loadLabel for the same info within a single load.Winson Chung2011-07-111-6/+15
| | | | | | - 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-5/+0
| | | | Change-Id: I857ba2a532158175396d45cba0976baa17da126f
* Moving a bit of code aroundMichael Jurka2011-07-071-12/+9
| | | | - Resources.NotFoundException now handled inside getFullResIcon()
* Rocket Launcher!Daniel Sandler2011-05-261-0/+13
| | | | | | | | | | | | | This is an Android Dream, which is kind of like an interactive screensaver implemented as an Activity. The Rocket Launcher uses the Launcher's own icon cache to show the user's installed apps in hyperspace. Tap the screen to slow down to impulse power. Then, tap an icon to launch. (depends on I4559a95 for android.dreams in support lib) Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633
* 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.