summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
Commit message (Expand)AuthorAgeFilesLines
* Using add/replace instead of update when updating an entry.Sunny Goyal2016-10-071-7/+9
* Fixing double system state call in iconCacheSunny Goyal2016-09-111-2/+1
* Initial changes to tweak layout.Winson2016-07-201-1/+2
* Fixing issue with content description not being updated.Winson2016-07-121-4/+6
* Use colorSecondary for darker bg color.Andrew Sapperstein2016-06-301-1/+4
* Bumping icon version to clear db to trigger loading from IconProvider.Winson2016-06-281-1/+1
* Changing the scale factor for square iconsSunny Goyal2016-04-071-1/+1
* Introduce IconProvider.Annie Chin2016-03-281-16/+20
* Embedding the icon pixel size in the cache DB version.Sunny Goyal2016-03-221-3/+5
* Creating WidgetCellItem to wrap LauncherAppWidgetProviderInfo and resolveInfoSunny Goyal2016-03-181-9/+9
* Fixing black lowres iconsSunny Goyal2016-03-101-1/+2
* Using a negative flag for icon notmalizationSunny Goyal2016-03-031-1/+1
* Merge "Preventing launcher crashes due to low disk space." into ub-launcher3-...Sunny Goyal2015-12-181-79/+70
|\
| * Preventing launcher crashes due to low disk space.Sunny Goyal2015-12-181-80/+71
* | resolve merge conflicts of d896ee43cd to ub-launcher3-master.Sunny Goyal2015-12-171-1/+5
|\|
| * Protecting Icon normalization behind a feature flagSunny Goyal2015-12-171-1/+5
* | Reverting the cache version change, so that users on release version do not g...Sunny Goyal2015-12-161-1/+1
|\|
| * Reverting the cache version change, so that users on release version do not g...Sunny Goyal2015-12-151-1/+1
* | resolve merge conflicts of 39b700fcc5 to ub-launcher3-master.Sunny Goyal2015-12-041-1/+1
|\|
| * Normalizing app icons based on the standard icon guidelinesSunny Goyal2015-12-021-1/+1
| * Scaling down the icon before applying the user badgeSunny Goyal2015-11-251-14/+7
* | Scaling down the icon before applying the user badgeSunny Goyal2015-10-191-14/+7
* | Prevent full sized icons from being stored when low-res icons are requested.Winson2015-08-311-23/+33
|/
* Using GET_UNINSTALLED_PACKAGES flag when getting packageInfo for a managed pr...Sunny Goyal2015-08-281-2/+4
* Merge "Fixing widget restore" into ub-launcher3-burnabySunny Goyal2015-07-211-12/+23
|\
| * Fixing widget restoreSunny Goyal2015-07-201-12/+23
* | Resizing the bitmap before caching it in the DBSunny Goyal2015-07-201-2/+4
|/
* Using highres icons for backupSunny Goyal2015-07-151-1/+1
* Using RGB_565 for low-res iconsSunny Goyal2015-07-011-27/+67
* Fixing backup restoreSunny Goyal2015-06-251-5/+11
* Cancelling launcher reload on mcc changeSunny Goyal2015-06-181-6/+4
* Deleting empty folders based on DB stateSunny Goyal2015-06-121-1/+1
* Updating widget list when iconCache updatesSunny Goyal2015-06-041-1/+4
* Fixing different bitmap sizes in different orientationsSunny Goyal2015-06-031-10/+2
* Removing some synthetic method creationSunny Goyal2015-06-021-9/+9
* Merge "Ensuring that each CacheEntry has a default title and content descript...Winson Chung2015-05-281-3/+9
|\
| * Ensuring that each CacheEntry has a default title and content description.Winson Chung2015-05-281-5/+9
* | Removing file IO used for checking configuration changeSunny Goyal2015-05-261-9/+0
|/
* Refactoring DeviceProfileAdam Cohen2015-05-211-15/+1
* Merge "Breaking icon update task so that it doesn't block worker thread" into...Sunny Goyal2015-05-211-26/+69
|\
| * Breaking icon update task so that it doesn't block worker threadSunny Goyal2015-05-211-26/+69
* | Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-211-1/+1
|/
* Avoiding blocking worker thread when adding icons to DBSunny Goyal2015-05-191-12/+58
* Using BubbleTextView for widget section headersSunny Goyal2015-05-121-0/+3
* Trim all whitespace from titles and labels.Winson Chung2015-05-081-5/+5
* Updating the icon cache after all apps has been bound.Sunny Goyal2015-05-061-1/+15
* Fixing missing updates in package install sessionsSunny Goyal2015-04-221-6/+10
* Wrong icon getting set for an app on secondary user during updatesSunny Goyal2015-04-131-2/+2
* WidgetTray revamp workHyunyoung Song2015-04-081-5/+7
* Merge "Adding support for loading package icon in iconCache" into ub-launcher...Sunny Goyal2015-04-061-19/+58
|\