summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for storing keywords in iconCacheSunny Goyal2019-08-141-4/+5
| | | | | | Change-Id: I1183e63a6556ebfb3eee5df23d149e09728193a9 Merged-In: I1183e63a6556ebfb3eee5df23d149e09728193a9 (cherry picked from commit e529a86fbd2eaf7b13575af6b6adf0eb6e25e45c)
* Moving BaseIconCache to icon libSunny Goyal2018-11-081-22/+3
| | | | Change-Id: I4fb56dcd6231a848d152e690edaf8885efbc995a
* Cleaning up build rules to simplify customizing derivative projectsSunny Goyal2018-07-021-2/+4
| | | | | | | | | > Using {packageName} instead of hardcoding com.android.launcher3 in AndroidManifest.xml for strings which are dependent on packageName > Adding proguard rule to prevent obfuscating any overridable class > Making it easier to extend SettingsActivity by overriding the fragment class Change-Id: I5668c3f33b4cf20ad01d7f54b3d79cc0d268d391
* Encoding the locale list in systemState so that icons and labels are updated ↵Sunny Goyal2018-01-241-7/+17
| | | | | | | properly Bug: 70948387 Change-Id: Ia6348ff8c3e035b9d91bb14fb98c751f3f29ab89
* IconCache should refresh on OTAsHyunyoung Song2017-08-281-1/+2
| | | | | | | | Background: PackageInfo may not have changed but when upgrading from N to O, the icon cache need to refresh in order to show Adaptive icons. Bug: 65062494 Change-Id: If3bf579c3dd035fe8d4e10c5741532fdb2a9d6fe
* Adding support in IconProvider for loading different icons for UI and model useSunny Goyal2017-06-221-2/+5
| | | | | Bug: 62900800 Change-Id: I86e2d77efc7e5fc85b59cf18e634546d098d138f
* No more LauncherActivityInfoCompatSunny Goyal2017-01-111-3/+2
| | | | | Bug: 32745285 Change-Id: I00f13794d5dc0a2b1fe03ec74de36018f22eb386
* Adding a generic method to initiate overridable objectsSunny Goyal2016-12-121-17/+0
| | | | Change-Id: Ia433427c65ad38804f2eed9c6bc209df232758c0
* Introduce IconProvider.Annie Chin2016-03-281-0/+49
Bug: 27506625 -Move managing of SystemState to IconProvider Change-Id: I3417f0b7d0664c2255c7cc2a88f6c65822b5fb98