summaryrefslogtreecommitdiffstats
path: root/quickstep/src/com/android/launcher3/uioverrides/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Moving various common executors to a single locationSunny Goyal2019-08-201-2/+3
| | | | Change-Id: I44bca49b8adb6fa22c3b48d10f674e42c28d792c
* Track when plugins are disabled due to crashes.Dave Mankoff2019-01-041-1/+15
| | | | | | | Bug: 120901833 Test: atest SystemUITests Change-Id: I243d79290a5162371dd46abd0115f73deda62b3e (cherry picked from commit 727813f87b0c6dd95392d72659d3bbf5ed3e7ca1)
* Moving Plugin and feature flags UI to androidXSunny Goyal2018-10-254-229/+46
| | | | | | | > Combining both preference into a single screen > Adding plugin preference screen so quickstep build Change-Id: I3d2ff3ebdac3c774659e79ecb81be6f75f765eb0
* Add AllAppsRow plugin interfaceTony Wickham2018-10-161-1/+6
| | | | | Bug: 115877296 Change-Id: I750941f220d08ca9ee14067253253f6d81417101
* Add plugin supportTony Wickham2018-10-104-0/+361
- 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