summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/icons
Commit message (Expand)AuthorAgeFilesLines
* When DeviceConfig/FeatureFlag value is different than the previousHyunyoung Song2019-09-111-1/+3
* Adding support for storing keywords in iconCacheSunny Goyal2019-08-142-12/+23
* Adding null check before accessing shortcut extrasSunny Goyal2019-06-141-0/+1
* Add shape detection logic only for circle iconsHyunyoung Song2019-06-031-4/+11
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-6/+18
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-3/+3
* Changing min sdk to 25Sunny Goyal2019-01-292-7/+9
* Fixing shortcut icons are not getting correct color extraction.Sunny Goyal2018-11-301-4/+7
* Adding reusable version of IconCache and IconFactorySunny Goyal2018-11-092-7/+1
* Moving BaseIconCache to icon libSunny Goyal2018-11-088-951/+20
* Moving some utility classes to icon libSunny Goyal2018-11-073-9/+10
* Merge "Removing some Launcher3 dependencies from BaseIconCache" into ub-launc...TreeHugger Robot2018-11-073-30/+51
|\
| * Removing some Launcher3 dependencies from BaseIconCacheSunny Goyal2018-11-063-30/+51
* | Removing Launcher3 util class dependency in IconCacheUpdateHandlerSunny Goyal2018-11-061-8/+18
|/
* Replacing setAlphaComponent with setAlphaComponentBound for better animation ...Sunny Goyal2018-11-061-2/+2
* Removing UserManagerCompat wrapper for getting baded labelSunny Goyal2018-11-051-4/+4
* Removing some launcher cross dependency in BaseIconCacheSunny Goyal2018-11-055-105/+141
* Create iconloader libraryHyunyoung Song2018-11-026-984/+0
* Merge "Caching clean up, remove dependency on old shared lib loading/caching ...Winson Chung2018-10-232-20/+69
|\
| * Caching clean up, remove dependency on old shared lib loading/caching logicWinson Chung2018-10-232-20/+69
* | Merge "Handling configuration changes at runtime instead of killing the proce...TreeHugger Robot2018-10-232-19/+50
|\ \
| * | Handling configuration changes at runtime instead of killing the processSunny Goyal2018-10-192-19/+50
* | | Remove shape detection logic for icon legacy treatmentHyunyoung Song2018-10-222-99/+5
| |/ |/|
* | Setup make icon-loader libraryHyunyoung Song2018-10-196-33/+12
|/
* Remove launcher dependency inside LauncherIconsHyunyoung Song2018-10-172-285/+329
* Converting long item IDs to intSunny Goyal2018-10-081-1/+2
* Merge "Fix clipping issue on adaptive icons" into ub-launcher3-masterTreeHugger Robot2018-10-041-45/+36
|\
| * Fix clipping issue on adaptive iconsHyunyoung Song2018-10-031-45/+36
* | Caching widget labels in icon cache to avoid lookup at startupSunny Goyal2018-09-285-46/+186
|/
* Fixing packageInfo map not getting initialized properlySunny Goyal2018-09-261-2/+1
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-268-6/+1255
* Extracting icon caching logic into a base class.Sunny Goyal2018-09-254-541/+627
* Removing additional rpc due to icon cache updateSunny Goyal2018-09-212-0/+927