History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/DemoMode.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
431ad737a4752e9325894211c28bb0f0f97c00a7 16-Jul-2015 Jason Monk <jmonk@google.com> Move tuner enable point to QS

Long clicking on settings gear in QS causes it to accelarate and
spin, when released it will open and enable the tuner. On first
opening there will be a warning dialog.

Also add way to disable tuner from tuner screen. This way it can
be removed from its former home in Developer Settings. All tuner
settings are reset when disabled to match developer settings
behavior.

Bug: 22462605
Change-Id: Ie700a6a15e6c3caccf7cd1885da73328e6fac6ab
/frameworks/base/packages/SystemUI/src/com/android/systemui/DemoMode.java
16ada3df306f3efcfc748fcd23e78cbe6375efa6 07-Jun-2015 Jason Monk <jmonk@google.com> Add demo mode to tuner

Allows turning on/off and setting to specific mode for screen shots.

Change-Id: Iee95aff17189dea7a77c493e9b396b9f21052ee8
/frameworks/base/packages/SystemUI/src/com/android/systemui/DemoMode.java
bb4a702e6fe44cb026097db13492f8345b38ee97 08-Nov-2014 John Spurlock <jspurlock@google.com> Volume dialog: Add zen mode icons and notification access.

- Add icon above text to all three zen mode states, update text style.
- Remove zentoast.
- Update shared borderless rect background, masks now support shapes.
- Update size of volume stream icons.
- Ensure all volume icons are expressions of white.
- Make volume icons testable via new demo mode command.
- Add a divider + secondary icon to access the notification slider.
- Animate the transition when accessing notification slider.

Bug: 18206097
Bug: 16303068
Bug: 18102850
Change-Id: I5eb6f820dc317e89be272cc78f6c80ed969ad5e9
/frameworks/base/packages/SystemUI/src/com/android/systemui/DemoMode.java
7f42fc500717b68ee597c1e4f0e9808f4616db47 14-Jan-2014 John Spurlock <jspurlock@google.com> Add demo-mode command to hide notification icons.

Bug:11285517
Change-Id: I341feadbf164afd34fef192a541f14a2ff67e8e2
/frameworks/base/packages/SystemUI/src/com/android/systemui/DemoMode.java
3c87566c115e1fce3fdc09a6fe40488bcdc04cde 31-Aug-2013 John Spurlock <jspurlock@google.com> SystemUI demo mode.

Control the status bar visuals via a simple intent protocol.
Useful for comprehensive visual testing reachable assets
and the various bar modes.

Protected behind a global system setting. To enable:
adb shell settings put global sysui_demo_allowed 1

Remove obsolete sync failing asset, and tighten up
BluetoothController to represent reality.

Bug:10502089
Change-Id: I28443af3d6b22fcb7b367ef70e1d95fc23ebd407
/frameworks/base/packages/SystemUI/src/com/android/systemui/DemoMode.java