History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6be5368b67f8b6bee2be56373f97df7969bb97a2 02-May-2018 Amin Shaikh <ashaikh@google.com> Dismiss systemui QS dialogs on screen off.

CLOSE_SYSTEM_DIALOGS may not be sent if the user turns off and on the
screen quickly, resulting in systemui dialogs being displayed over the
lock screen. Dismissing these system dialogs when the SCREEN_OFF
broadcast is sent prevents this bug.

Change-Id: I097d0997d1538002b23bdd8f7aa32ecf4d32e0d4
Fixes: 78915648
Test: manual
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
41d5ccf6edc2a29b082568134491594e35438e01 03-Apr-2018 Makoto Onuki <omakoto@google.com> Fix "auto battery saver" confirmation dialog button layout

Bug: 77225862
Fixes: 77225862
Test: Manual test after resetting the BS states with the following commands:
adb shell settings delete global low_power
adb shell settings delete global low_power_sticky
adb shell settings delete global low_power_trigger_level
adb shell settings delete secure low_power_manual_activation_count
adb shell settings delete secure low_power_warning_acknowledged
adb shell settings delete secure suppress_auto_battery_saver

Change-Id: I2d826b1dadd3f2e2bf22746e874534d483f2cc39
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
679dc2492ce1286a44c9dcd60e18dc97dd886a0a 05-Jul-2017 phweiss <phweiss@google.com> Dismiss SystemUIDialogs on ACTION_CLOSE_SYSTEM_DIALOGS

This fixes the bug where different dialogs can appear
over the ambient screen or the Recent Apps screen.

Bug: 63286397
Test: manual, runtest systemui
Change-Id: I86d0cdd3d30e0ea8cbdae2dc220e1f988cf6decb
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
9ca184877e858782abde8c2ef3c011498845a55d 01-Aug-2017 Jason Monk <jmonk@google.com> Cleanup QS dialogs

Test: manual
Change-Id: I3a87b171d9000ac6628f3d83fc2a817136dc3010
Fixes: 64159285
Fixes: 64158814
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
54ff0efbd5e9469793821cb3856a6fd5afd6fd67 25-Jul-2017 Jason Monk <jmonk@google.com> Add confirmation dialog when turning off cell data from QS

Test: manual
Change-Id: I1956750700c8fa2bf0e715b5ec92cf10fa3e9486
Fixes: 36436115
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
39c98e652fd3e0e3ea3a334d60ba6ee979985978 16-Mar-2016 Jason Monk <jmonk@google.com> QS edit drag and drop accessibility

Bug: 27667843
Change-Id: Ief0980af25d855942b0565e5a9bfcc0d266bdbe0
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
c0d7058b14c24cd07912f5629c26b39b7b4673d5 29-Jan-2016 Winson <winsonc@google.com> Referencing static interpolators.

Change-Id: I5d2292016e869ed533f5873e373a1eccce651fc5
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
5db8a4142e35d62073d81806ff7317e840e30ebc 22-Oct-2015 Jason Monk <jmonk@google.com> Add way to add to prototype QS editing

Change-Id: Ib5ab3f76d22db82c9dcf4e9a1bd618acd8ac1236
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
1bb480a3a4ce2ce63c5d09fa7f5cc38ec160ebf4 02-Aug-2014 John Spurlock <jspurlock@google.com> Battery saver: new policy changes + SystemUI tweaks.

- Service policy changes: allow the user to turn off (snooze)
saver mode below the auto-trigger level. Plugging in the
device always exits saver mode.
- Default trigger level is now 0 (never) instead of 15.
- SystemUI now also listens to a new POWER_SAVE_MODE_CHANGING,
since waiting for _CHANGED can take seconds.
- Move shared feature description text into the framework so it
can be shared.
- Tweak dialog title + action strings.
- Remove trigger-level from SystemUI, it no longer needs it.
- Add the ability to turn off saver mode directly from the
notification.
- Migrate saver confirmation dialog to common system UI dialog
helper, and add a few convenience methods.
- Fix bug where the status bar area would be orange over the keyguard
in SHADE_LOCKED mode.

Bug:16214395
Change-Id: I3d1ded1eec9e63e7d97469486f6a320e1bebbccd
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
351346092acdfbfcc1d9ebf98d539d2a1196c5e8 25-Jul-2014 John Spurlock <jspurlock@google.com> Volume: Show safe media warning in settings.

If the safe media warning is enabled, make sure
we display it from the new inline slider preference in
Settings (without showing the volume dialog itself).

Also:
- Update the warning dialog to the new sysui theme.
- Separate the warning sentences with an additional line.
- Fix the auto-dismiss timeout.
- Add a system property to additionally enable the safe
media warning for testing
- Add more information to audio service dumpsys.

Bug:15434662
Change-Id: I95fec12c9049bbfdb7ebdf246160e4b12c0c5be3
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java
5005244f10442e75c1f48973fdddce5facf3f360 17-Jul-2014 Adrian Roos <roosa@google.com> More user switching goodness

- Confirmation when exiting guest
- Dialog when resuming existing guest session (will be HUNed in follow-up CL)
- Properly center user name in QS user switcher

Bug: 15759638
Bug: 16378966
Change-Id: I63a1dd524975408618c10d90a18052f15deec756
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/SystemUIDialog.java