summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
Commit message (Expand)AuthorAgeFilesLines
* [MANUAL] resolve merge conflicts of 59c0e0e91 to ub-launcher3-dorval-polishHyunyoung Song2017-04-271-7/+8
* Adding support for dynamically change icon shape for AdaptiveIconsSunny Goyal2017-04-041-0/+5
|\
| * Adding support for dynamically change icon shape for AdaptiveIconsSunny Goyal2017-04-041-0/+5
| * Clearing icon cache due to system app icon changes (without any SDK change)Sunny Goyal2017-04-031-1/+1
* | Fine tune the circle detectionHyunyoung Song2017-03-291-1/+1
* | Show promise app icon in All Apps while installation process.Mario Bertschler2017-03-171-1/+2
|/
* Simplifying some launcher themesSunny Goyal2017-02-161-6/+4
* Updating widget tray themeSunny Goyal2017-02-091-3/+4
* Adding support for new APIs in O related to configurable shortcutsSunny Goyal2017-01-191-4/+6
* No more LauncherActivityInfoCompatSunny Goyal2017-01-111-24/+24
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-111-1/+1
* Enforcing background thread when accessing iconCacheDb.Sunny Goyal2017-01-101-1/+4
* Updating PendingAppWidgetHostView to load icon on the background threadSunny Goyal2017-01-051-19/+14
* Simplifying IconCache access codeSunny Goyal2017-01-031-99/+82
* No more UserHandleCompatSunny Goyal2016-12-151-22/+23
* Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-131-2/+2
* Adding a generic method to initiate overridable objectsSunny Goyal2016-12-121-3/+2
* Adding a utility class to enforce that icons are always flattened onSunny Goyal2016-11-191-2/+0
* Moving various runnables in LauncherModel to individual tasksSunny Goyal2016-11-091-2/+2
* Using common method for updating icons in cacheSunny Goyal2016-10-071-34/+29
* Using add/replace instead of update when updating an entry.Sunny Goyal2016-10-071-7/+9
|\
| * Using add/replace instead of update when updating an entry.Sunny Goyal2016-10-071-7/+9
* | Code sanitizationHyunyoung Song2016-10-061-1/+1
* | Fixing double system state call in iconCacheSunny Goyal2016-09-121-2/+1
|\|
| * Fixing double system state call in iconCacheSunny Goyal2016-09-111-2/+1
* | Moving some image handling classes to .graphics packageSunny Goyal2016-09-021-5/+6
|/
* 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