summaryrefslogtreecommitdiffstats
path: root/src_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add FirstScreenWidget plugin interfaceTony Wickham2018-10-221-0/+15
| | | | | Bug: 115877296 Change-Id: I974300a6460677758cbe99cab3bb71339eb2928b
* Add AllAppsRow plugin interfaceTony Wickham2018-10-161-0/+51
| | | | | Bug: 115877296 Change-Id: I750941f220d08ca9ee14067253253f6d81417101
* Add plugin supportTony Wickham2018-10-101-0/+3
- Add libs/plugin_core.jar - Include plugin_core in Launcher3 build (it is already present other builds as part of the updated shared lib) - Add PluginEnablerImpl that uses SharedPrefs to enable/disable plugin components - Add src_plugins, where plugin interfaces will live. It has a build rule to create a jar that plugin projects will depend on. - Copy PluginPreferencesFragment from sysui but using our implementation for PluginEnabler Bug: 115877296 Change-Id: I3db54677eaceb10f92018c0f9d18920ad9ffac39