summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for drag and drop for requestPinItem.Sunny Goyal2017-01-241-0/+2
| | | | | | | | | | | | | | | | | | | | On long pressing, the confirmation activity starts a system drag-n-drop and focuses the launcher activity. We then drive the launcher drag controller using the system drag event Caveats: > We use a transparent preview for system drag and drop and use a view inside launcher for actual preview. This gives us better control over various animations. > The parameters for drag operation are passed to the Launcher activity using the intent. Since onNewIntent and onDragEvent come at different times and are not associated, a random uuid is used as mime-type to match the drag event with intent params > If the workspace is locked (eg, loader is running) the drag operation is simply dropped. Will be imporved in follow up cls Bug: 33584624 Change-Id: I0bb5b25b690f86b6af31a14e11beb669fcb3a281
* Adding support for requesting addition of shortcut/widgetSunny Goyal2017-01-181-0/+8
| | | | | | | on the workspace. Bug: 33584624 Change-Id: I664366822fe8088742faff2cce006239ab0771bc
* Adding a resource pointer to the app name so that derived projects canSunny Goyal2016-08-221-1/+1
| | | | | | easily modify app name Change-Id: I3f301e1b2ba38d0a45d220bb628dcfdf3906246c
* Separating out configs and common manifest entriesSunny Goyal2016-05-241-0/+83
This separation allows for easier modification of Launcher3 by derivative projects Change-Id: Ib3469e9b5d2707daef572050698d792316534d45