summaryrefslogtreecommitdiffstats
path: root/src/com/android/deskclock/provider/Alarm.java
Commit message (Expand)AuthorAgeFilesLines
* Provide upgrade path for cm-14.1 -> lineage-15.1Pavel Kirpichyov2018-02-111-2/+38
* Workaround for Loader#onContentChanged() issueSean Stout2016-11-281-1/+16
* Lint fixesChristine Franks2016-11-161-2/+2
* Avoid fetching ringtone titles on the main threadJames Lemieux2016-11-101-1/+10
* Replace DaysOfWeek with WeekdaysJames Lemieux2016-07-311-19/+17
* SET_ALARM now accepts a deeplink to an AlarmJames Lemieux2016-07-061-7/+24
* Make AlarmTest independent of device TimeZoneJames Lemieux2016-05-101-2/+2
* Account for DST when scheduling alarmsJames Lemieux2015-10-131-0/+6
* Alarm content description now includes either existing label or "Alarm."Annie Chin2015-09-281-0/+5
* Also show preemptive dismiss for alarm in HIDE_NOTIFICATION state.Annie Chin2015-08-211-2/+3
* Alarms created from external intents use default ringtoneJames Lemieux2015-08-201-2/+4
* Convert ListView to RecyclerView in AlarmClockFragment.Fan Zhang2015-08-141-11/+8
* Use try-with-resources everywhereJames Lemieux2015-07-301-27/+11
* isTomorrow() returns false for snoozed alarms.Annie Chin2015-07-231-4/+9
* Implement preemptive dismiss from the alarms tab.Annie Chin2015-07-221-5/+44
* Picker UI for Alarms.Daria Evdokimova2015-06-171-0/+8
* Implement op changes for PREDISMISSED_STATE alarms.Annie Chin2015-06-111-1/+25
* Revert "Add dismissTime and dismissType to alarm table."Annie Chin2015-06-081-21/+3
* Add dismissTime and dismissType to alarm table.Annie Chin2015-05-291-3/+21
* Correctly reschedule alarms on system time change.Annie Chin2015-04-201-11/+15
* Fix a few alarm state manager issues.Paul Sliwowski2013-09-101-1/+1
* Refactor alarm manager code to use new Instance table.Paul Sliwowski2013-09-091-72/+78
* Merge "Change text of auto-silenced alarm notification." into ics-ub-clock-am...Sam Blitzstein2013-08-301-1/+6
|\
| * Change text of auto-silenced alarm notification.Sam Blitzstein2013-08-291-1/+6
* | Enhance SetAlarm APIAlon Albert2013-08-291-1/+4
|/
* Refactor and add new tables/daos to Content Provider.Paul Sliwowski2013-08-231-347/+230
* Move content provider classes to new package.Paul Sliwowski2013-08-221-0/+457