summaryrefslogtreecommitdiffstats
path: root/src/com/android/deskclock/Log.java
Commit message (Collapse)AuthorAgeFilesLines
* Always log the alarm timeRobyn Coultas2012-12-051-1/+1
| | | | | | | | | | Bug: 7579100 Bug: 7634943 Intentionally verbose to provide useful information in bug reports. Tuned format of alarm time to include day of week Change-Id: I54fb5ee75c28868adf98c0d9d1f3fb25f55a6af6
* Completely new alarm list with in-place editing.Chiao Cheng2012-10-031-3/+7
| | | | | | | | | | | | | - 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
* Add notification for timer.Sam Blitzstein2012-09-261-7/+7
| | | | Change-Id: I22bec04942ab46fd7d446c2aaf27d29b07052df3
* Remove the deprecated things from Config.java. These havent been working ↵Joe Onorato2011-04-071-2/+1
| | | | | | since before 1.0. Change-Id: I68e2852eb3757c7175dd14f9b3446efca3ffcb53
* Add logs to track missed alarms.Patrick Scott2010-09-271-0/+11
| | | | | | | | | | | | Turn on a few verbose logs to track a couple of cases where an alarm might be skipped or cancelled. Add a Log.wtf when an alert cannot be parsed as this is never supposed to happen. If we are returning from the AlarmReceiver due to some error, make sure to set the next alert. Bug: 3004064 Change-Id: I6879317b233ccb0497a5ed7b8259925cd00cf8e8
* Adds hooks to DeskClock so that other programs may kill orDavid Ingram2010-03-011-0/+4
| | | | | | | snooze a ringing alarm, and also a broadcast intent to inform interested parties when the alarm has been dismissed. Change-Id: I491c3a24a6bac33025665c799c76a743010e9761
* Moving things around a little in the new DeskClock.Daniel Sandler2009-10-161-0/+42
- 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).