summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge change Ic7edd6ea into eclairAndroid (Google) Code Review2009-11-122-19/+49
|\
| * Cancel the snooze if the user sets an alarm for before the snooze fires.Patrick Scott2009-11-092-19/+49
* | Fix http://b/2235284 by putting the next alarm in the Clock screen saver mode.Daniel Sandler2009-11-111-5/+12
* | Fix http://b/2232909 .Daniel Sandler2009-11-111-3/+7
* | Use an alarm to refresh the date at midnight.Daniel Sandler2009-11-111-2/+19
* | Preserve dim status when pausing.Daniel Sandler2009-11-101-6/+12
|/
* More UI tweaks:Daniel Sandler2009-11-061-2/+50
* DeskClock UI fixes.Daniel Sandler2009-11-062-20/+8
* Launch the Genie widget when the weather is tapped.Daniel Sandler2009-11-051-0/+12
* Fix trackball focus issues on orientation change.Daniel Sandler2009-11-051-0/+2
* Integrate final button artwork for DeskClock.Daniel Sandler2009-11-041-5/+6
* Start Gallery in slideshow mode from DeskClock.Daniel Sandler2009-11-041-1/+2
* Merge change I0a267d0f into eclairAndroid (Google) Code Review2009-11-041-20/+64
|\
| * More tweaks per spec.Daniel Sandler2009-11-031-20/+64
* | Change default sort order to sort by alarm time.Patrick Scott2009-11-031-1/+2
|/
* AlarmClock tweaks.Daniel Sandler2009-11-021-19/+37
* Completed weather support; new screen-saving mode.Daniel Sandler2009-10-301-22/+196
* Merge change I2763ab4c into eclairAndroid (Google) Code Review2009-10-291-23/+172
|\
| * Show weather forecast in DeskClock.Daniel Sandler2009-10-291-23/+172
* | The snooze notification must be clicked to be cleared.Patrick Scott2009-10-283-19/+9
|/
* Landscape layout for DeskClock.Daniel Sandler2009-10-271-3/+15
* Wiring up gallery & music buttons.Daniel Sandler2009-10-231-1/+26
* UI improvements to DeskClock.Daniel Sandler2009-10-231-2/+54
* Wire up date & next alarm displays.Daniel Sandler2009-10-221-10/+44
* Show AM/PM in the same spot on the clock.Patrick Scott2009-10-222-26/+11
* New DeskClock activity, now the main app entry point.Daniel Sandler2009-10-212-1/+142
* Remove the menu and replace with buttons.Patrick Scott2009-10-201-45/+44
* Use Clockopia as the typeface for the digital clock.Patrick Scott2009-10-201-2/+8
* Change the default alarms.Patrick Scott2009-10-191-2/+1
* Remove the clock face from the alarm list.Patrick Scott2009-10-194-244/+0
* Moving things around a little in the new DeskClock.Daniel Sandler2009-10-1620-23/+96
* Fix issue #2154688: when alarm rings ,device does not wake up...Dianne Hackborn2009-09-302-4/+4
* Pressing back will now save the alarm similar to how donut behaves.Patrick Scott2009-09-301-5/+18
* Use onStartCommand since onStart is deprecated.Patrick Scott2009-09-291-2/+11
* Update to use new unlock APIs, new wallpaper theme.Dianne Hackborn2009-09-222-18/+21
* Fix a couple race conditions with expired alarms.Patrick Scott2009-09-182-7/+18
* Use new window manager flag for turning on the screen.Dianne Hackborn2009-09-153-46/+4
* Prevent leaking windows by listening for config changes.Patrick Scott2009-09-151-29/+20
* Kill the alarm when a call comes in.Patrick Scott2009-09-031-6/+32
* Fix some copy-paste errors and acquire locks before launching the Activity.Patrick Scott2009-08-192-8/+11
* Fix the clock face preference.Patrick Scott2009-08-112-6/+12
* resolved conflicts for merge of 1bc128fd to masterEric Fischer2009-07-221-19/+5
|\
| * Make the "This alarm is set for N hours from now" message more localizable.Eric Fischer2009-07-211-19/+5
* | resolved conflicts for merge of 439d5bd5 to masterPatrick Scott2009-07-142-3/+3
|\|
| * Change the time format to show 2 digits for 24-hour mode.Patrick Scott2009-07-142-8/+8
| * Merge the fullscreen change from master to donut for security.Patrick Scott2009-06-186-61/+115
* | Add a setting to change the behavior of the side buttons during an alarm.Patrick Scott2009-07-082-22/+43
* | Huge rewrite of the AlarmClock to play the Alarm in a service.Patrick Scott2009-06-2611-875/+924
* | Rework the AlarmAlert dialog layout.Patrick Scott2009-05-266-60/+115
* | Acquire the lock in onCreate again.Patrick Scott2009-05-191-13/+5