summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/plugins
Commit message (Expand)AuthorAgeFilesLines
* Whitelist -> AllowlistHawkwood Glazier2023-02-141-1/+1
* Add Customization LibHawkwood Glazier2022-11-182-2/+0
* Ensure log buffers are dumped to file on uncaught exceptionsJustin Weir2022-05-021-6/+3
* Turn PluginManager into a Singelton.Dave Mankoff2021-09-141-0/+1
* Revert^2 "5/N Remove PluginInitializer entirely."Dave Mankoff2021-09-102-35/+2
* Revert^2 "4/N Remove #handleWtfs from PluginInitializer."Dave Mankoff2021-09-101-20/+0
* Revert "Revert "3/N Remove #getPrivilegedPlugins from PluginInit..."Dave Mankoff2021-09-102-10/+3
* Revert "Revert "2/N Rename PluginInstanceManager to PluginAction..."Dave Mankoff2021-09-101-6/+22
* Revert "2/N Rename PluginInstanceManager to PluginActionManager."Dave Mankoff2021-09-091-22/+6
* Revert "3/N Remove #getPrivilegedPlugins from PluginInitializer."Dave Mankoff2021-09-092-3/+10
* Revert "4/N Remove #handleWtfs from PluginInitializer."Dave Mankoff2021-09-091-0/+20
* Revert "5/N Remove PluginInitializer entirely."Dave Mankoff2021-09-092-2/+35
* 5/N Remove PluginInitializer entirely.Dave Mankoff2021-09-092-35/+2
* 4/N Remove #handleWtfs from PluginInitializer.Dave Mankoff2021-09-091-20/+0
* 3/N Remove #getPrivilegedPlugins from PluginInitializer.Dave Mankoff2021-09-092-10/+3
* 2/N Rename PluginInstanceManager to PluginActionManager.Dave Mankoff2021-09-091-6/+22
* 1/N Move plugin loading into PluginInstanceManager.Dave Mankoff2021-08-091-5/+11
* Remove custom PluginHandler from PluginInstanceManagerDave Mankoff2021-08-091-5/+4
* Remove custom MainHandler from PluginInstanceManagerDave Mankoff2021-08-091-4/+7
* Daggerize Plugin code.Dave Mankoff2021-08-094-37/+134
* Enabling plugins on Launcher debug buildsSunny Goyal2021-01-271-0/+6
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-2/+2
* Clean up DependencyProvider a bitJason Monk2018-12-211-0/+9
* Track when plugins are disabled due to crashes.Dave Mankoff2018-12-141-4/+28
* Disabled that wtfs crash when plugins are runningSelim Cinek2018-10-151-1/+5
* Add callback to handle wtf logsTony Wickham2018-10-091-11/+25
* Refactor code to PluginEnablerTony Wickham2018-10-052-0/+53
* Move plugin support to shared libTony Wickham2018-09-287-1075/+48
* Allow whitelisted plugins on user buildsLucas Dupin2018-09-182-30/+30
* Clean up DozeService plugin listeners.Dan Sandler2018-02-152-0/+16
* Wrap all exceptions/crashes while plugins are activeJason Monk2017-08-312-4/+28
* Revert "Add plugin to swap out recents"Dan Sandler2017-08-152-51/+2
* Add plugin to swap out recentsJason Monk2017-06-272-2/+51
* Fix plugin reloadingJason Monk2017-06-011-5/+9
* Fix crash in plugin settingsJason Monk2017-04-241-4/+0
* Merge "Make sure to synchronize on references to plugin dependencies" into oc...TreeHugger Robot2017-04-071-4/+8
|\
| * Make sure to synchronize on references to plugin dependenciesJason Monk2017-04-061-4/+8
* | Tuner plugin settings updatesJason Monk2017-04-061-1/+1
|/
* Less cereal, more stableJason Monk2017-03-231-6/+5
* Move out test utilities to a Testables libraryJason Monk2017-03-143-341/+378
* Updated QS UIJason Monk2017-03-041-1/+1
* Add plugin API for individual QS tilesJason Monk2017-03-041-0/+1
* Add method for plugins to reference global dependenciesJason Monk2017-03-014-27/+88
* New system for plugin + tuner integrations called extensionsJason Monk2017-02-241-8/+12
* New system for versioning sysui pluginsJason Monk2017-02-094-0/+983