OSDN Git Service

SysUI Tuner: Status bar work
authorJason Monk <jmonk@google.com>
Tue, 12 Jan 2016 14:10:34 +0000 (09:10 -0500)
committerJason Monk <jmonk@google.com>
Tue, 19 Jan 2016 23:58:05 +0000 (18:58 -0500)
commit3e189877aba0285d79ce55349afae60457d95d6f
tree1d1d4eeec24e2837cf8ecf80410e4c666d44fb6e
parent11cbea90ef90fc7687142b4d285786ac164635b3
SysUI Tuner: Status bar work

Improve general status bar goodness, more exactness, less breakage.

Extra extra icons, disabled by default.

Control all the status bar things!

Probably other stuff (10000).

Change-Id: I5d6282a4dcbcefea9f0880042cdf6293cb693712
19 files changed:
core/res/res/values/config.xml
core/res/res/values/symbols.xml
packages/SystemUI/res/drawable/ic_headset.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/ic_headset_mic.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/stat_sys_auto_rotate_landscape.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/stat_sys_auto_rotate_portrait.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/stat_sys_rotate_landscape.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/stat_sys_rotate_portrait.xml [new file with mode: 0644]
packages/SystemUI/res/values/strings.xml
packages/SystemUI/res/xml/tuner_prefs.xml
packages/SystemUI/src/com/android/systemui/BatteryMeterView.java
packages/SystemUI/src/com/android/systemui/qs/tiles/RotationLockTile.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/DemoStatusIcons.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarPolicy.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarIconController.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/LocationControllerImpl.java
services/core/java/com/android/server/InputMethodManagerService.java