summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/widget/WidgetAddFlowHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-211-15/+3
| | | | | | | target Launcher3Go without widgets support Bug: 62353159 Change-Id: Ia03d2235a9bcf75f9ef191924f81630e63a2c684
* Improving widget handling for pinItemRequestSunny Goyal2017-01-271-2/+6
| | | | | | | | | | > 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
* Adding WidgetAddFlowHandler to handle widget addition and configuration.Sunny Goyal2017-01-231-0/+108
This will allow us to override the implementation and provide custom logic for widget addition. Bug: 33584624 Change-Id: I310bf39e301c7e1c8de4f62456594535e2fe5bbc