summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/tuner/TunerSwitch.java
Commit message (Collapse)AuthorAgeFilesLines
* Recycle obtained TypedArraysNikolas Havrikov2022-02-101-0/+1
| | | | | | Bug: 218835043 Test: make Change-Id: I0419652b1eb4aa219ea028e7659f123e747d36f3
* Merge "revent NFE in SystemUI when parsing invalid int (2)" am: a5f53a59c7 ↵Evan Laird2019-03-161-1/+1
|\ | | | | | | | | | | | | | | am: fd19257a76 am: 4da6983197 Change-Id: Ibc7a143c6db3d9ca2ac79bc06876136399f4d54b
| * revent NFE in SystemUI when parsing invalid int (2)Henrik Baard2019-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A user can change various tunable settings setting via adb. If the value set is not an integer, SystemUI will end up in an exception loop. Test: No crash when running: adb exec-out settings put secure sysui_qs_move_whole_rows a adb exec-out settings put secure qs_show_brightness a adb exec-out settings put secure clock_seconds a adb exec-out settings put secure sysui_volume_down_silent a adb exec-out settings put secure sysui_volume_up_silent a adb exec-out settings put secure sysui_do_not_disturb a Change-Id: If9c565cbdd44db25ba7fce381c98aa0ab735bfc4
| * Migrated SystemUI & SettingsLib to androidxAurimas Liutikas2018-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | Test: make SystemUI SettingsLib Bug:76692459 Change-Id: I248fdf4042a0a97bc6349091da21c936c2d37c95 Merged-In: I248fdf4042a0a97bc6349091da21c936c2d37c95 (cherry picked from commit fd52c1433c4e4d3f53aef2454d03f6b58f2411a3) (cherry picked from commit d366771e84f584330c21b6381c902518af110034) (cherry picked from commit a14377a450a7172963ab7ec1b3e47444a3249216)
* | Fixes import ordering.Gus Prevas2018-11-141-1/+2
| | | | | | | | | | Test: n/a Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
* | Migrated SystemUI & SettingsLib to androidxAurimas Liutikas2018-04-201-1/+1
|/ | | | | | Test: make SystemUI SettingsLib Bug:76692459 Change-Id: I248fdf4042a0a97bc6349091da21c936c2d37c95
* Fix leaks in sysuiJason Monk2017-02-021-2/+3
| | | | | | | | | | | 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
* Make sure tuner has metrics coverage for new stuffJason Monk2016-02-241-0/+11
| | | | Change-Id: I1e0d8e34f518cb3fc2bd9ccff0b71dc586ed2ab6
* SysUI Tuner: UI cleanup and groupingJason Monk2016-02-181-2/+4
| | | | | | Clean up strings and locations of various features. Change-Id: Ie427a2d8c51afa6f2a68b4cde1d6b15cda897e1a
* Switch Tuner to support prefs (and some improvements)Jason Monk2015-12-161-5/+5
| | | | Change-Id: I2ef62c0c56d4af69f9f34e1cfd297999d59b7da6
* QS prototype workJason Monk2015-08-311-1/+8
| | | | | | | | | | | | | | - All work is defaulted to off, with no changes to UI - Add 'quick' QS tiles, which have circles around them and no text, they just toggle things like wifi - Add tuner switch to hide brightness from QS panel - Add paginated QS layout, it shows a row of the circle tiles across the top, followed by 3 rows of normal tiles, following pages have 4 rows, dual tiles are not allowed in this mode - Add tuner switch to turn on paging for QS, and set to a set of tiles that look ok with it Change-Id: Ia2d2eb36f8953033ce4810cd3628fcb86315fe46
* SysUI Tuner: Add clock seconds optionJason Monk2015-08-171-0/+39
Also do some cleanup to use new preference onAtached/DetachedFromActivity to make things simpler. Change-Id: I542684b453a6ac596cc0a5c22c989a44e7e688b7