summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model/PackageItemInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Updating PendingAppWidgetHostView to load icon on the background threadSunny Goyal2017-01-051-1/+1
* Simplifying IconCache access codeSunny Goyal2017-01-031-15/+3
* Fixing static instance of Indexer being created in the modelSunny Goyal2016-10-191-6/+0
* Unifying toString() method for various ItemInfo subclassesSunny Goyal2016-09-011-7/+2
* Refactoring ItemInfoSunny Goyal2015-06-301-4/+1
* Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-041-3/+10
* Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-211-0/+58