summaryrefslogtreecommitdiffstats
path: root/iconloaderlib/src/com/android/launcher3/icons/cache
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for storing keywords in iconCacheSunny Goyal2019-08-142-37/+65
| | | | | | Change-Id: I1183e63a6556ebfb3eee5df23d149e09728193a9 Merged-In: I1183e63a6556ebfb3eee5df23d149e09728193a9 (cherry picked from commit e529a86fbd2eaf7b13575af6b6adf0eb6e25e45c)
* Increase icon cache versionHyunyoung Song2019-02-121-1/+1
| | | | | | | | | | Bug: 123939586 TL;DR;; For users that lost the change icon shape setting in home settings, their icons will start upgrading to circle resulting in inconsistent shapes. Change-Id: Ibe5f1cdcc39a6b8688c287f46bcc7d7b09302b27
* Changing min sdk to 25Sunny Goyal2019-01-291-11/+5
| | | | Change-Id: I0d28069967854357ca755bf25dec19d4979bdecf
* Refresh icon cache when icon shape path has changedHyunyoung Song2019-01-041-1/+1
| | | | | | | | | | | Bug: 120505990 $ adb shell cmd overlay enable --user 0 com.android.theme.icon.roundedrect $ adb shell cmd overlay disable --user 0 com.android.theme.icon.roundedrect $ adb shell cmd overlay enable --user 0 com.android.theme.icon.teardrop $ adb shell cmd overlay disable --user 0 com.android.theme.icon.teardrop Change-Id: I06663b9727f7434aae737d39977f1e6cf09bffbf
* Adding reusable version of IconCache and IconFactorySunny Goyal2018-11-091-17/+29
| | | | | | | | | > Adding resource based allowing projects to control cache behavior > Fixing missing comments from ag/5470467 > Adding support for no-immemory cache Bug: 115891474 Change-Id: I691206805430cd93d3be78119bc249cefd79790a
* Moving BaseIconCache to icon libSunny Goyal2018-11-084-0/+960
Change-Id: I4fb56dcd6231a848d152e690edaf8885efbc995a