History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
790442e4cd8106cf2c69d23ff185953b620b087a 13-Feb-2017 Jason Monk <jmonk@google.com> Tuner updates

Some UX updates to the tuner to feel better and align with settings
UX patterns.

Test: visual
Change-Id: I9c57194b9649c61e0d6d3f9e21a51d9c4a5c1286
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
de850bbcaa61c1874b803f2086443febbafd81a4 02-Feb-2017 Jason Monk <jmonk@google.com> Fix leaks in sysui

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
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
ea05f87b253ce20a08158768951169b1cda0a623 25-Jan-2017 Jason Monk <jmonk@google.com> Tuner: Nav bar tuner

Usable edition.

Test: Manual
Change-Id: I20ec31560b89df8ded089974b7da1b60423cdb8b
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
5332e59675a1c43792cbbd97172a192d983f7f9b 15-Feb-2016 Jason Monk <jmonk@google.com> Remove lights out views from nav bar

Instead dim the nav bar buttons

Bug: 26761198
Change-Id: I72e89b94b2f08571c81f9b51bc694ae45f4ee46d
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
a9f128832f3fc16c2f435f2d0c999a5154200b4c 24-Jan-2016 Jason Monk <jmonk@google.com> Add preview section to nav bar tuner.

It uses density scaling to show a slightly smaller real time version
of the nav bar, so you can see edits without possibly breaking the
nav bar.

Also fix rotation in the tuner, cause it was broken.

Change-Id: I3de89c3df25c6adb18f0aef41b597c96446d1631
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
8457ad89a851323288561d85ac86c6c26666c904 24-Jan-2016 Jason Monk <jmonk@google.com> Add keycode buttons to nav bar tuner

Allow a keycode (list generated from KeyEvent.java) and a image to
be selected as a new KeyButtonView to be shown in the nav bar.

Change-Id: I26fcad5b74a96090f2c5574fd214b4afbcadbb30
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
3b58714344e17ea3941e982f51e8996c672ca262 23-Jan-2016 Jason Monk <jmonk@google.com> Add clipboard to tuner

Allow button to be added to nav bar that acts as a drag target/source
for the clipboard.

Change-Id: I94ca3c7decd1a1b178ceb9a4b4ab9e275c90acbb
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
46a196e2506797e04b44944f5c2a6599276f770a 23-Jan-2016 Jason Monk <jmonk@google.com> Allow width control of nav bar buttons

Encode the width as part of the spec as a float. For instance:
"home[.5]" is a home button with half its normal width.

The UI will allow users to adjust the width of standard buttons and
spaces from .25 to 1.75, excluding the app shelf, which fills all
available space.

Change-Id: Icd2f498c164933d61f55d779b3e9be0afaba9c2d
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java
3ebd23943b87d5f9d9a59889b4316e631d0e7d15 22-Jan-2016 Jason Monk <jmonk@google.com> Nav bar tuner

Allows reorginization of the navigation bar. First pass.

Change-Id: If546ca5835412d15c05c41ffd5c5aa0857b9417f
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/NavBarTuner.java