summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce a way to debug relayouts and slow measures/layoutNicolo' Mazzucato2023-01-301-0/+6
* Move SysUI boot-complete event earlierPeter Kalauskas2022-11-171-1/+2
* Check if tracing is on before generating stringsPeter Kalauskas2022-11-021-9/+30
* New trace sections for CoreStartablesPeter Kalauskas2022-10-271-8/+29
* Make CoreStartable an Interface.Dave Mankoff2022-10-131-8/+2
* Revert^2 "Change SysemUIFactory to SystemUIInitializer."Dave Mankoff2022-07-141-12/+11
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-2/+1
* Enable Looper tracingLucas Dupin2022-03-091-0/+5
* 1/ Remove some unused code from the shared libWinson Chung2022-02-241-5/+5
* PerUser CoreStartables for Primary User.Dave Mankoff2022-02-171-0/+1
* Remove config_additionalSystemUIServiceComponentsDave Mankoff2022-02-091-19/+13
* Remove config_systemUIServiceComponents from SystemUI.Dave Mankoff2022-02-091-42/+93
* New API: DumpableContainer.removeDumpable.Felipe Leme2022-02-071-2/+10
* Creates a generic mechanism to dump app-side information.Felipe Leme2022-01-131-3/+35
* Add cheap aidl tracing suitable for always-on-tracing (1/3)Jorim Jaggi2021-12-101-0/+9
* Move #overrideNotificationAppName from CoreStartable.Dave Mankoff2021-11-121-0/+13
* Rename SystemUI class to CoreStartableDave Mankoff2021-11-091-5/+5
* Add additional SystemUI services config.Bryce Lee2021-07-231-2/+13
* Remove People Tile flag and clean upFlavio Fiszman2021-03-191-25/+0
* Stop checking FeatureFlags for People Tile.Flavio Fiszman2021-02-261-0/+25
* Use FeatureFlags to enable People SpaceFlavio Fiszman2021-02-161-19/+0
* Create People Space FeatureFlagFlavio Fiszman2021-02-011-1/+1
* Merge "Remove PeopleSpace icon, enable widget by default."Flavio Fiszman2020-12-161-16/+1
|\
| * Remove PeopleSpace icon, enable widget by default.Flavio Fiszman2020-12-161-16/+1
* | Plumbing through GPU context priorityAna Krulec2020-12-151-0/+14
|/
* Allow disabling protolog exceptionsWinson Chung2020-10-281-0/+3
* Add default value to People Space flags.Flavio Fiszman2020-10-231-2/+2
* Creates a widget for People Space.Flavio Fiszman2020-10-211-0/+17
* Enable People Space launch icon based on flag.Flavio Fiszman2020-10-191-0/+17
* 6/N Move everything into SysUIComponent.Dave Mankoff2020-08-161-5/+8
* 1/N: Rename SysuiRootComponent to GlobalRootComponentDave Mankoff2020-08-111-2/+2
* Make SystemUI config extendableHeemin Seog2020-04-271-3/+3
* Introduce DumpManagerNed Burns2020-02-201-0/+5
* Remove Dependency.get(InitController.class)Dave Mankoff2019-12-231-9/+6
* Creates a BootCompleteCacheFabian Kozynski2019-11-261-11/+11
* Remove Dependency.staticOnConfigurationChangedDave Mankoff2019-11-201-1/+5
* Remove SysUiServiceProvider and mComponents.Dave Mankoff2019-11-141-10/+1
* Merge "Add prefix to logs based on call source" into qt-qpr1-dev am: 903cd4ceedHeemin Seog2019-11-131-5/+5
|\
| * Add prefix to logs based on call sourceHeemin Seog2019-11-081-5/+5
| * Initialize Dependency with the Application when Dagger starts.Dave Mankoff2019-08-091-3/+15
| * Allow Services to be created through Dagger.Dave Mankoff2019-08-011-1/+13
* | Register OverlayPlugins in StatusBar directly.Dave Mankoff2019-11-011-68/+0
* | Move DI related coded into new dagger package.Dave Mankoff2019-10-211-0/+1
* | Make DozeParameters, DozeFactory, DozeService, and ImageWallpaper injectable.Dave Mankoff2019-10-161-1/+1
* | Pass context into the constructor of SystemUI objects.Dave Mankoff2019-10-101-7/+9
* | Provide the ability to inject into SystemUI objects.Dave Mankoff2019-09-051-7/+9
* | [DO NOT MERGE] qt-qpr1-sysui-dev @ build 5814791Hyunyoung Song2019-09-011-2/+15
* | Fix the looper that KeyguardUpdateMonitor is using.Dave Mankoff2019-08-311-2/+2
* | Allow ContentProviders to be injected into.Dave Mankoff2019-08-281-6/+6
* | IPC StrictModeLucas Dupin2019-08-261-1/+0