summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model/WidgetsModel.java
Commit message (Expand)AuthorAgeFilesLines
* Moving LoaderTask staticSunny Goyal2017-06-021-23/+18
* resolve merge conflicts of 128b7e59a to ub-launcher3-masterTony Wickham2017-04-051-8/+40
|\
| * Add support for getting widgets/shortucts for a particular package/userTony Wickham2017-04-041-11/+40
* | Separating the config and flags in different directories so thatSunny Goyal2017-03-071-5/+2
|/
* Adding support for new APIs in O related to configurable shortcutsSunny Goyal2017-01-191-3/+6
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-111-5/+7
* Removing all compatibility code below LollipopSunny Goyal2016-12-161-5/+5
* No more UserHandleCompatSunny Goyal2016-12-151-2/+3
* Adding a generic method to initiate overridable objectsSunny Goyal2016-12-121-1/+1
* Catching TransactionTooLargeException when binding widget.Sunny Goyal2016-11-091-10/+2
* Fixing static instance of Indexer being created in the modelSunny Goyal2016-10-191-84/+19
* 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