summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/SystemUIService.java
Commit message (Expand)AuthorAgeFilesLines
* Proto dump from SystemUI.Fabian Kozynski2022-10-201-1/+1
* Ensure log buffers are dumped to file on uncaught exceptionsJustin Weir2022-05-021-0/+1
* Remove FileDescriptor from systemui.Dumpable.Dave Mankoff2022-04-051-1/+1
* Listen for EXTRA_PRESENT changesEvan Laird2020-10-191-1/+10
* Freeze log buffers when a bug report is takenNed Burns2020-06-011-1/+14
* Split DumpManager into twoNed Burns2020-05-191-7/+7
* Add service for dumping at NORMAL priorityNed Burns2020-02-201-0/+7
* Introduce DumpManagerNed Burns2020-02-201-59/+15
* Conslidate @MainHandler and similar to @Main (and similar).Dave Mankoff2019-12-201-2/+2
* Remove Dependency.get(MAIN_HANDLER) from SystemUIServiceDave Mankoff2019-11-191-1/+13
* Don't dump SysUI config if other args are providedNed Burns2019-10-291-5/+3
* Merge "Dump the system UI components config, so we can check if OEM redefines...Felipe Leme2019-10-181-0/+31
|\
| * Dump the system UI components config, so we can check if OEM redefines them.Felipe Leme2019-10-111-0/+31
| * Initialize Dependency with the Application when Dagger starts.Dave Mankoff2019-08-091-1/+10
* | Fix dump DependencyFabian Kozynski2019-09-171-1/+1
* | [DO NOT MERGE] qt-qpr1-sysui-dev @ build 5814791Hyunyoung Song2019-09-011-1/+10
|/
* Add ability to dump specific dependency controllerWinson Chung2019-04-181-2/+2
* Fixes import ordering.Gus Prevas2018-11-141-3/+3
* Move plugin support to shared libTony Wickham2018-09-281-2/+2
* Clean up DozeService plugin listeners.Dan Sandler2018-02-151-0/+6
* Add BinderProxy tracking code to SysUI.Dan Sandler2018-01-241-0/+19
* Introduce RescueParty.Jeff Sharkey2017-01-201-0/+7
* Fix crash when taking screenshot.Jorim Jaggi2014-04-051-0/+6
* Wait for Keyguard to be drawn after boot.Jorim Jaggi2014-04-021-54/+3
* Decouple storage notification from status bar.John Spurlock2013-06-251-0/+1
* Decouple recents from status bar.John Spurlock2013-06-241-0/+4
* Introduce SystemUI-managed alternative system bars.John Spurlock2013-06-211-25/+6
* Remove TabletStatusBar from systemui package.John Spurlock2013-06-121-14/+4
* Organize the imports in systemui.John Spurlock2013-06-121-3/+3
* Migrate systemui Slog calls to LogJohn Spurlock2013-06-061-4/+4
* Remove a workaround for accessibility managers that works across users.Svetoslav2013-02-281-10/+0
* Add brightness dialog to SystemUIMichael Wright2013-02-201-0/+1
* Multi-user support for the accessibility layer.Svetoslav Ganov2012-09-211-0/+5
* Refactor for multi-display support.Jeff Brown2012-08-191-2/+2
* Migrate ringtone playback to SystemUI.Jeff Sharkey2012-04-271-0/+1
* Protect system services with DUMP permission.Jeff Sharkey2012-04-261-8/+0
* Clean up status bar, system bar, navigation bar management.Dianne Hackborn2012-04-041-3/+3
* Rework how we decide whether to use system or status bar.Dianne Hackborn2011-05-261-1/+15
* Look again; the system bar is now diamonds.Daniel Sandler2010-12-151-0/+8
* Make the low battery dialog work again.Joe Onorato2010-10-271-3/+14
* Refactor SystemUI so the status bar isn't a Service of its own.Joe Onorato2010-10-211-0/+105