summaryrefslogtreecommitdiffstats
path: root/src_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Create hooks for Recents Card plugin.Sreyas2019-10-111-0/+42
| | | | | | | This adds another card in the Recents Overview space which can show various items. Change-Id: Ifc36639ece8aa6b554bdbd3256f4195b1b220d68 Merged-In: Ifc36639ece8aa6b554bdbd3256f4195b1b220d68
* Merge "Add OverviewScreenshotActions plugin interface and use it in ↵Becky Qiu2019-09-261-0/+41
|\ | | | | | | TaskView." into ub-launcher3-qt-future-dev
| * Add OverviewScreenshotActions plugin interface and use it in TaskView.Becky Qiu2019-09-261-0/+41
| | | | | | | | | | | | Bug: 139828243 Change-Id: Idbefc11ef32619dd5eaaa5552088859eb2304e1e Merged-In: Idbefc11ef32619dd5eaaa5552088859eb2304e1e
* | migrate custom widgets in comply with plugin frameworkPinyao Ting2019-09-251-0/+72
|/ | | | | | | Bug: 139888225 Change-Id: I8a3d0fe2689ad5ba24b19309728bbad0b6287f71 Merged-In: I8a3d0fe2689ad5ba24b19309728bbad0b6287f71 (cherry picked from commit c7a6c2979cc063dd493316d0d19cbc0501a23a64)
* Merge "Added AppLaunchEventsPlugin which relays app launch/dismiss events to ↵Shashwat Razdan2019-09-191-0/+54
|\ | | | | | | all connected plugins. Listener for this plugin is added in PredictionAppTracker which receives all app events." into ub-launcher3-qt-future-dev
| * Added AppLaunchEventsPlugin which relays app launch/dismiss events toShashwat Razdan2019-09-191-0/+54
| | | | | | | | | | | | | | | | | | all connected plugins. Listener for this plugin is added in PredictionAppTracker which receives all app events. Change-Id: Iec53d20272f6a587f78e3d84666efa4f02cf6962 (cherry picked from commit ae084dafd936a0544230cc6984b5aa45ec7ff935)
* | plugin for user event loggingPinyao Ting2019-09-191-0/+34
|/ | | | | Bug: 140243695 Change-Id: If9c620aa10334b26ad9b489d6544201d38439fea
* Create a HotseatPlugin interface.Danning Chen2019-08-091-0/+20
| | | | Change-Id: I382795262433879be4c4360fa12ab5bd1e41a297
* 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