summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model/WidgetsModel.java
Commit message (Expand)AuthorAgeFilesLines
* Adding some utility methods for thread verificationSunny Goyal2016-04-151-2/+2
* Creating WidgetCellItem to wrap LauncherAppWidgetProviderInfo and resolveInfoSunny Goyal2016-03-181-61/+49
* Changing the widget loading strategySunny Goyal2016-03-091-1/+39
* Manual revert due to conflict:Hyunyoung Song2016-02-231-32/+1
* Load label in bg thread to prevent ANRHyunyoung Song2016-02-231-1/+32
* Preventing nullpointer exception when cloning rawListSunny Goyal2015-09-221-9/+11
* Calculating widget minSpans and spans statically/independent of orientationSunny Goyal2015-08-031-4/+24
* Fixing minor memory leak with name comparator.Winson Chung2015-07-271-2/+3
* Query the title and icon for app using correct user handle.Hyunyoung Song2015-07-161-5/+10
* Hide spammy WidgetModel log behind a DEBUG flagHyunyoung Song2015-07-131-1/+3
* Widgets model should respect AppFilter.Hyunyoung Song2015-06-171-6/+26
* Updating widget list when iconCache updatesSunny Goyal2015-06-041-1/+0
* Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-041-0/+7
* Fix widget tray crash on screen rotation introduced byHyunyoung Song2015-05-221-9/+21
* Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-211-0/+125