History log of /packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
706506639cb0da2c0db06ef88f2d2c9d75b084cc 24-Aug-2011 Daniel Sandler <dsandler@android.com> Fix the design of the alarm popup that wakes the device.

The only way to turn on the screen is to have a fullscreen
theme; doing so disallows us access to the platform styles
for the alert/dialog themes, so this change pulls in a copy
of the correct background bitmap. (We are able, at least,
to use the Holo version of the fullscreen transparent theme,
which causes the buttons to have the correct appearance.)

There's now also a separate layout file for the fullscreen
case so we don't apply this new decoration when a proper
dialog is available to us (read: the screen was already
unlocked).

Finally, tweak AndroidClockTextView so Eclipse doesn't choke
on the layout files.

Bug: 5108144
Change-Id: Ifc153bd9d7a3b9e3d0e18e94ec1b9545976f3759
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
1d5208e88385c9fc2ef7f7fa34a236832a192a5d 19-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Holo style for alert dialog

Change-Id: Icfc0a9d2adb9e0411306da23756d0753f89f1d74
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
77f14bd0ce48db935911da5d0a92b6348e6197fb 15-Dec-2010 Patrick Scott <phanna@android.com> Implement EXTRA_SKIP_UI.

Change SetAlarm to take an alarm object instead of just the id. Have
HandleSetAlarm pass the new Alarm object to the activity if EXTRA_SKIP_UI is
false.

Update TestAddAlarm to toggle the UI.

Bumped version number.

Bug: 3284120
Change-Id: Ie84ac8e3d7a63bfd64e40c626e577ce8b1f371b9
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
ab34252e7a7f8c39b402425a4e0941aeb039d12f 02-Nov-2010 Jeff Brown <jeffbrown@google.com> Add plumbing for new volume mute key.

Pressing mute will dismiss the alarm in the same way as pressing
other volume keys.

Bug: 2912307
Change-Id: I90ebc5cc6da1d23323cdf674fbca409453097cf4
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
d54e110f8794b48a03db85f74b5757c17eeed24a 07-Apr-2010 Patrick Scott <phanna@android.com> Do not dismiss the activity if it is being stopped.

This allows the activity to stick around if another activity
(like calendar alerts) pops up on top.

Bug: 2577091
Change-Id: I46ca5596f96e05184b64cc9a73b4e1e9a33f1561
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
a3aba0c93c31e89045cca669418e85acfb4e22fb 01-Mar-2010 David Ingram <davidi@google.com> Adds hooks to DeskClock so that other programs may kill or
snooze a ringing alarm, and also a broadcast intent to
inform interested parties when the alarm has been dismissed.

Change-Id: I491c3a24a6bac33025665c799c76a743010e9761
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
abc34112bd18bc0fc068ffa30ca07ae161bc9f0a 28-Jan-2010 Mike Lockwood <lockwood@android.com> Use ALLOW_LOCK_WHILE_SCREEN_ON window manager flag to allow lockscreen to activate while screen is on.

Change-Id: I302d65c51cd5b6bd495b24479a9c377e4bedf66d
Signed-off-by: Mike Lockwood <lockwood@android.com>
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
22924b6afee333e16fb62a19f1ac044c87c528b5 16-Dec-2009 Patrick Scott <phanna@android.com> Check for null alarms and dismiss the snooze if the alarm is disabled.

If the alarm that is currently active is deleted, disable snoozing the alarm.

Bug: 2322130
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java
aeeadc5989e1f249b3ee60f08ba71fc90bc34b9d 29-Oct-2009 Patrick Scott <phanna@android.com> resolved conflicts for merge of 1027cd4b to eclair-mr2
2eb3900c6917520f546f44e4d9ca6f045cffe9ea 19-Oct-2009 Patrick Scott <phanna@android.com> resolved conflicts for merge of aafb2fd2 to eclair-mr2
3dbaa9d07abf3133024bac468e452a071f270fac 17-Oct-2009 Daniel Sandler <dsandler@google.com> am fa954248: Moving things around a little in the new DeskClock.

Merge commit 'fa954248b41b567dfa2ddd7bd063d3936a51758e' into eclair-mr2

* commit 'fa954248b41b567dfa2ddd7bd063d3936a51758e':
Moving things around a little in the new DeskClock.
fa954248b41b567dfa2ddd7bd063d3936a51758e 16-Oct-2009 Daniel Sandler <dsandler@google.com> Moving things around a little in the new DeskClock.

- Package is now com.android.deskclock
- Launches in response to insertion in desk dock or
DESK dialercode

TODO next: split the AlarmClock activity into a DeskClock
and AlarmList (or similar).
/packages/apps/DeskClock/src/com/android/deskclock/AlarmAlertFullScreen.java