summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/widget/WidgetManagerHelper.java
AgeCommit message (Collapse)Author
2021-03-02Merge "Move widget files into widget folder + add tests." into sc-devYogisha Dixit
2021-03-01Only fetching relevant widget info during first passSunny Goyal
This avoids loading resources for allwidget providers when they are not added to homescreen. Test: Verified on device Bug: 180867488 Change-Id: If9adde8eb035ecac75dc4e3e37cd3f0f526865e5
2021-03-01Move widget files into widget folder + add tests.Yogisha Dixit
I will use the newly created LauncherAppWidgetProviderInfoTest in a follow-up CL to add tests for the newly added widget sizing APIs. Test: Automatic: Ran all robolectric tests in launcher3, Manual: Added a widget, edited the widget, removed the widget Bug: 179807199 Change-Id: I540b2dbe284c6eb5aa2466a1d13a9581ee59425b
2020-07-29Changing minimum supported Launcher version to 26Sunny Goyal
Change-Id: I49fcf874430ac53c3246371e179fbd828e14e4da
2020-04-09Moving model data structures to a separate fileSunny Goyal
Change-Id: I77ad7a5219e72d2e0d6c1803de2ac3ed6a65a8f7
2020-03-03Allow Launcher to automatically restore widgetsSamuel Fufa
This replaces PendingAppWidgetHostView with configured widget view when OPTION_APPWIDGET_RESTORE_COMPLETED is set to True by a widget provider. Bug: 63667276 Test: Manual Change-Id: Ide21f5e9a7dac7e3d6a745660a38ad0b951b47d3
2019-12-11Removing static instances of UserManagerCompat and AppWidgetManagerSunny Goyal
> Changing the lifecycle to follow other static objects in Launcher > Removing compat interface and inlining everything to helpers Bug: 141376165 Change-Id: I82bd5db1969101de9a7eac77f32728d70195bb35