summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/widget/WidgetAddFlowHandler.java
AgeCommit message (Collapse)Author
2021-03-15Do not launch configuration activity if CONFIGURATION_OPTIONAL.Yogisha Dixit
Test: Created a placeholder widget with CONFIGURATION_OPTIONAL and checked that configuration activity was not launched. Bug: 177977976 Change-Id: I854c9b3fb6007fd98009182f68fbf36d4571a81f
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-04-09Moving model data structures to a separate fileSunny Goyal
Change-Id: I77ad7a5219e72d2e0d6c1803de2ac3ed6a65a8f7
2017-07-21Adding A feature flag to disable widgets and a corresponding buildSunny Goyal
target Launcher3Go without widgets support Bug: 62353159 Change-Id: Ia03d2235a9bcf75f9ef191924f81630e63a2c684
2017-01-27Improving widget handling for pinItemRequestSunny Goyal
> Preloading widget view while dragging for smoother transition > Skipping config activity and sending confirmation to the caller when widget is dropped Bug: 33584624 Change-Id: Ib23e5964298296d12d9c93f38aefdf924a07368e
2017-01-23Adding WidgetAddFlowHandler to handle widget addition and configuration.Sunny Goyal
This will allow us to override the implementation and provide custom logic for widget addition. Bug: 33584624 Change-Id: I310bf39e301c7e1c8de4f62456594535e2fe5bbc