History log of /packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dcc0d52bd1ca7529af407b767187d0126f96af65 08-Oct-2012 Isaac Katzenelson <isaack@android.com> Direct alarm set intent to new UI

Bug:7302654
Change-Id: I85c1a10e97e15c29824a52c6a3f88675da1d42fb
/packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.java
5c3795c271bc6160f0ae2056627e9e96ffdc335c 02-Oct-2012 Chiao Cheng <chiaocheng@google.com> Completely new alarm list with in-place editing.

- No longer using separate dialog for setting alarms in the normal workflow.
Set alarm dialog is still needed to handle external extends. Fate of old
set alarm activity is still to be decided.
- Removed dialog theme for sw600dp screens.
- Added label edit dialog.
- Added custom on/off button to improve smoothness of clicks by increasing
hit box of clickable area.

Bug: 6164920
Change-Id: I19567658535f3ec78755328a147376a81d5363a8
/packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.java
988154b1fda3d53c0d791d30be677c0a77edb170 23-May-2012 Steve Levis <stevenl@google.com> Handle ACTION_SET_ALARM properly when skipUi=true

Bug: 6538708
Change-Id: If0976a61b3c8dad8eb41c6b7c50e027c7ffa6b5e
/packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.java
2db6ebed67b2a97d76131077ceee954c1791aca0 08-May-2012 Steve Levis <stevenl@google.com> Fix SET_ALARM Intent Handling

- An matching alarm pulled from the ContentProvider needs to have
alarm.enabled=true when sending the object to the SetAlarm activity

Change-Id: Ifb588f732d30fce4952bc80edf5491c8c49c5000
/packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.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/HandleSetAlarm.java
5ad9026a54e8d025154ac644c6d938b1ff118ef1 28-Sep-2010 Patrick Scott <phanna@android.com> Pop a toast when handling the set alarm intent.

If the intent does not contain extras, start the AlarmClock activity to show the
list of alarms.

When checking for an alarm that already exists, make sure the repeat setting is
0.

Change-Id: If257b0d3bd591cddf7ff92b56bb240af8cb621a3
/packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.java
6c528aa07db1642c8aa9720c2d509a78e832adc4 22-Sep-2010 Patrick Scott <phanna@android.com> Handle the new set alarm intent.

Enable a few options by default and check for duplicates.

Change-Id: Ib7d1537b1fce398f2d52114da245658f40a59954
/packages/apps/DeskClock/src/com/android/deskclock/HandleSetAlarm.java