summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
Commit message (Expand)AuthorAgeFilesLines
* WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-111-1/+1
* Adding support for badging instant app icons.Sunny Goyal2017-08-281-7/+10
* Integrating suggested app by handling new status flags for shortcut items.Mario Bertschler2017-08-241-0/+6
* Fixing legacy shortcuts which only specify packageName in the intentSunny Goyal2017-07-061-1/+1
* Default icon should match platform one even on N and below devices.Hyunyoung Song2017-07-051-1/+2
* Replace launcher3 default icon to match with the platform one.Hyunyoung Song2017-06-301-1/+1
* Merge "Update cache version based on new icon sizes." into ub-launcher3-dorva...TreeHugger Robot2017-06-271-1/+1
|\
| * Update cache version based on new icon sizes.Jon Miranda2017-06-271-1/+1
* | Some cleanups in IconCache class:Rajeev Kumar2017-06-271-8/+5
|/
* Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-1/+1
* Adding support in IconProvider for loading different icons for UI and model useSunny Goyal2017-06-221-1/+5
* Portrait grid changes for Workspace/All Apps.Jon Miranda2017-06-191-1/+1
* Defining a dark theme for launcherSunny Goyal2017-05-241-42/+8
* [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
|\