History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8f1f0109d3c124bfcb09c99e69e6ad51b8208c24 30-Aug-2013 John Spurlock <jspurlock@google.com> Remove unused status bar help and obsolete resources.

Bug:10502089
Change-Id: I813244c4d5535256a56b242b92e6373edbbaba93
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
83208e34f6a0381d5627886dbf98ff8f313e590f 22-Aug-2013 John Spurlock <jspurlock@google.com> Remove obsolete sysbar icons and layouts.

Remove icons no longer referenced in source or layout files.
Some icons are referenced in obsolete layouts, remove those
as well.

Bug:10344949
Change-Id: Ifc2e4c01534499b687cebd3e32db61e9c7a92e4a
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
34e13d90eda9bfda7a70998d190a95c88aa3d3d1 10-Aug-2013 John Spurlock <jspurlock@google.com> Update transient navigation confirmation logic.

Show the confirmation toast when hiding the transient
navigation bar only the first time per app, per reboot.

Hitting the power key while the transient nav is hidden
is taken as a signal of possible user confusion, so reshow
the prompt the next time.

This requires the confirmation prompt to live in policy
(not sysui). It arguably should have been here in the first
place, since the transient bar state/policy was here, and
sysui should not have not been able to fail to display
the prompt correctly.

Also take this opportunity to remove a hack wrt positioning
the confirmation properly while the nav bar is transitioning.
Toasts now support LAYOUT_HIDE_NAVIGATION if applied to the
toast's view.

Bug: 10246225
Change-Id: Ieb6355e4ca975c0758918a39e3c2ec13da81c7f4
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
e1f366faf8691f0dacde1dad35b28fcc37120776 05-Aug-2013 John Spurlock <jspurlock@google.com> Introduce new transparent bars sysui flags.

Two new public sysui flags for views to request transparent
bars:
View.SYSTEM_UI_FLAG_TRANSPARENT_STATUS
View.SYSTEM_UI_FLAG_TRANSPARENT_NAVIGATION

This first change simply introduces the flags at the framework
level, and makes the requisite layout tweaks to WM.

As part of this change, expunge the term "hideybars" from the
codebase. The flag to declare support for transient bars is called:
View.SYSTEM_UI_FLAG_ALLOW_TRANSIENT

Final visuals/transitions between opaque/transparent bars will be
done as a subsequent change. Right now the transparent style is
identical to the transient bars.

Change-Id: I5ead9c5e7b77f212df5b2a5f6e770596cd2226f3
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
0ac7b73b81fa1d6408db7b26145b0cdb37cea6cb 14-Jun-2013 John Spurlock <jspurlock@google.com> Remove unused do-not-disturb items.

Change-Id: I3dd3e242a8a1db0148e3ff4386ff812a4cca66bc
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
dcf4f2146097eeae6991e6131e5ae96b33fbeda9 21-May-2013 John Spurlock <jspurlock@google.com> Hideybars feature confirmation toast bar.

Enhance Toast to support new standard toast bar style, similar
to the undo bar in Gmail. Toast bars can be interactive,
and can have a single action. Add a new toast duration to
indicate persistent toasts (no auto-hide delay).

Use the new toast bar to implement a feature hint when hiding
the navigation bar in hideybars mode.

Per UX, the feature confirmation bar can also be dismissed on
any outside touch as long as the user confirmed it using the
OK button at least once globally.

Bug: 8754108
Change-Id: Iaa85d3b4da7ada1952a562f1e31de04380f5d587
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
b17a726f2fb1066060b5646d35233d26222e8721 05-Oct-2012 Daniel Sandler <dsandler@android.com> Notification & settings panel help.

Comes up the first time you touch the status bar; explains
where quick settings is, and even allows you to swipe down
to try it (instead of touching "OK").

Bug: 7209412
Change-Id: I72b1a91902e64b4623e0fcaf1555dc703870b59f
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
552b1f0d22eea828cfd4f8c721cb5872a988ea7f 15-Jun-2011 Daniel Sandler <dsandler@google.com> One-time-only compatibility mode explanation dialog.

Don't miss it!

Bug: 4595256
Change-Id: I80c0949e6118e3ea3af089d4cad160ce63e7d8ce
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java
2039e484740ae5c314082398e5696339b615cb22 29-Nov-2010 Joe Onorato <joeo@google.com> Do not disturb.

Change-Id: I9550970f322872787ef903ca762dfdf2ed9d2835
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/Prefs.java