| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Bug: 218835043
Test: make
Change-Id: I0419652b1eb4aa219ea028e7659f123e747d36f3
|
| |\
| |
| |
| |
| |
| |
| |
| | |
am: fd19257a76
am: 4da6983197
Change-Id: Ibc7a143c6db3d9ca2ac79bc06876136399f4d54b
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| |
| | |
Test: n/a
Change-Id: I432e11b52deb7974e50f62076af3b7aa07e364b6
|
| |/
|
|
|
|
| |
Test: make SystemUI SettingsLib
Bug:76692459
Change-Id: I248fdf4042a0a97bc6349091da21c936c2d37c95
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I1e0d8e34f518cb3fc2bd9ccff0b71dc586ed2ab6
|
| |
|
|
|
|
| |
Clean up strings and locations of various features.
Change-Id: Ie427a2d8c51afa6f2a68b4cde1d6b15cda897e1a
|
| |
|
|
| |
Change-Id: I2ef62c0c56d4af69f9f34e1cfd297999d59b7da6
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
Also do some cleanup to use new preference
onAtached/DetachedFromActivity to make things simpler.
Change-Id: I542684b453a6ac596cc0a5c22c989a44e7e688b7
|