summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/tuner/LockscreenFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes import ordering.Gus Prevas2018-11-141-15/+7
| | | | | Test: n/a Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
* Migrated SystemUI & SettingsLib to androidxAurimas Liutikas2018-04-201-7/+7
| | | | | | Test: make SystemUI SettingsLib Bug:76692459 Change-Id: I248fdf4042a0a97bc6349091da21c936c2d37c95
* New system for plugin + tuner integrations called extensionsJason Monk2017-02-241-17/+32
| | | | | | | | | An ExtensionController provides an easy way to say I need an object of interface X. Then a plugin or a tuner factory can actually provide X when needed or fallback to a default implementation. Test: runtest systemui Change-Id: I5e1b76def3c790d7f673867648ffeb13c4d0a829
* Tuner updatesJason Monk2017-02-151-39/+12
| | | | | | | | Some UX updates to the tuner to feel better and align with settings UX patterns. Test: visual Change-Id: I9c57194b9649c61e0d6d3f9e21a51d9c4a5c1286
* Fix tinting and sizing of tuner lock screen shortcutsJason Monk2017-02-091-2/+17
| | | | | Test: visual Change-Id: I13f0281d38cd4d73322e9752d9bca36be2412917
* Fix leaks in sysuiJason Monk2017-02-021-1/+2
| | | | | | | | | | | Add support for testing for PluginManager and TunerService leaks and add tests for the known leaks and fix them. Also port PluginManager and TunerService to Dependency to make them easier to handle in tests. Test: runtest systemui Change-Id: I5642539ee24dd72f802905106decd0c87b41b4eb Fixes: 34846972
* Tuner: Allow lockscreen launch targets to be customizedJason Monk2017-01-251-0/+404
Visuals need SIGNIFICANT WORK. Otherwise seems good. Test: Manual Change-Id: I911217aca6dba41bf1b49fc3dd19cbfef443e6bd