summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/model/WidgetsModel.java
Commit message (Collapse)AuthorAgeFilesLines
* Widgets model should respect AppFilter.Hyunyoung Song2015-06-171-6/+26
| | | | | | | | | > This pattern is already used in AllAppsList > mBgWidgetsModel variable cleanup inside LauncherModel. b/21739736 Change-Id: I03a05064ce3c3e5effb09055af9f4d4de2811c95
* Updating widget list when iconCache updatesSunny Goyal2015-06-041-1/+0
| | | | | | | | | > Fixing bug where items were not getting removed from the memcache > Fixing bug where package entries were not getting removing because of component mismatch. Bug: 21612532 Change-Id: Ie56f3272f7fb7e1a37c5ff9bfa523d814edc1a02
* Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-041-0/+7
| | | | | | b/21375339 Change-Id: I8362b3ca94b7c4e75932d42cd09a989e0e3919c0
* Fix widget tray crash on screen rotation introduced byHyunyoung Song2015-05-221-9/+21
| | | | | | | | ag/694693 b/21402209 Change-Id: Idae97fca971d90f5fbba658411491147cb023c8d
* Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-211-0/+125
- Decoupled widget model from widget view, and placed the creation to LauncherModel. - As a result packagemanager operation, iconcache retrieval is all done inside LauncherModel on background thread b/21311085 b/21325319 Change-Id: I294698527db58b89f3da558090a367530c058776