summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/alerts
Commit message (Expand)AuthorAgeFilesLines
* Calendar: Do not show "Map" action if there isn't resolve app.yingying2015-10-181-7/+21
* Allow configuring the delay for snoozing calendar reminders.Danny Baumann2015-10-184-5/+97
* Use setExact on K and up only.Isaac Katzenelson2013-09-041-1/+5
* Call build() on the Builder, not the Style.Daniel Sandler2013-09-041-9/+7
* Calendar alarms probably all need to be exact...Christopher Tate2013-07-181-1/+1
* Fix small typos in I9490f478681783200a5cb8309a58243723bda4c1.Paul Sliwowski2013-06-261-5/+5
* Merge "Add in-memory cache to dismiss alerts that we haven't seen yet." into ...Paul Sliwowski2013-06-262-101/+273
|\
| * Add in-memory cache to dismiss alerts that we haven't seen yet.Paul Sliwowski2013-06-192-101/+273
* | Fixed ISE issue when subscribing to gcm groups from the main thread.Paul Sliwowski2013-06-181-1/+9
|/
* Merge "Fix calander crash where getTimezone was call without a looper." into ...Paul Sliwowski2013-06-141-1/+0
|\
| * Fix calander crash where getTimezone was call without a looper.Paul Sliwowski2013-06-121-1/+0
* | Fix crash when dismissing notification.Paul Sliwowski2013-06-133-15/+10
|/
* Merge "Remove dead code in AlarmService." into ics-ub-calendar-timelyPaul Sliwowski2013-05-212-9/+11
|\
| * Remove dead code in AlarmService.Paul Sliwowski2013-05-212-9/+11
* | Fixed leak cursor in AlertRecieverPaul Sliwowski2013-05-201-12/+10
|/
* spawn a worker thread in onReceive.Chris Wren2013-05-091-29/+40
* serialize the GCM calls.Chris Wren2013-05-062-124/+117
* don't return a result from this non-ordered broadcast.Chris Wren2013-05-061-2/+0
* Making notification popup play nicely with guns.Sam Blitzstein2013-05-021-5/+42
* handle all the messages.Chris Wren2013-04-301-3/+0
* also dismiss digest notifications.Chris Wren2013-04-302-1/+4
* re-try notification subscriptions if they failChris Wren2013-04-291-3/+4
* don't support params we don't even implement.Chris Wren2013-04-261-3/+1
* am 2a7dd0c3: Added copyright noticesMichael Chan2013-04-232-0/+32
|\
| * Added copyright noticesMichael Chan2013-04-232-0/+32
* | am 1851ecb4: Do not use backed up ringtone valuesMichael Chan2013-04-191-2/+1
|\|
| * Do not use backed up ringtone valuesMichael Chan2013-04-191-2/+1
* | Merge "GCM demands that everything be a String." into ics-ub-calendar-denimChris Wren2013-04-191-6/+7
|\ \
| * | GCM demands that everything be a String.Chris Wren2013-04-181-6/+7
* | | Merge "return a result on the receiver." into ics-ub-calendar-denimChris Wren2013-04-181-0/+3
|\| |
| * | return a result on the receiver.Chris Wren2013-04-181-0/+3
* | | am 2e760f90: Use default ringtone if nothing is found in preference.Sam Blitzstein2013-04-181-1/+2
|\ \ \ | |/ / |/| / | |/
| * Use default ringtone if nothing is found in preference.Sam Blitzstein2013-04-181-1/+2
* | add global dismiss to calendar, open source partChris Wren2013-04-165-4/+407
|/
* Refactored strings for experimental reminder setting.Sam Blitzstein2013-02-261-2/+8
* Adding in experimental reminder setting.Sam Blitzstein2013-02-201-3/+94
* Catch IllegalArgumentException in InitAlarmsServicesMichael Chan2013-02-081-2/+10
* Do not show LED for the notification of expired events.Sam Blitzstein2013-01-031-5/+10
* Fix warnings. Tone down loggingMichael Chan2012-12-122-4/+1
* Be more lenient with event location string for notification map action.Sam Blitzstein2012-12-041-1/+1
* Add delay after provider-changed event when refreshing notifications.Sara Ting2012-12-041-0/+12
* Fixed bug where icons were showing on digest notification.Sam Blitzstein2012-11-281-0/+2
* Merge "Allow coordinates in event location." into ics-ub-calendar-burgundySara Ting2012-11-271-10/+3
|\
| * Allow coordinates in event location.Sam Blitzstein2012-11-271-10/+3
* | Remove experimental path that forced some beta testers into the backup notifi...Sara Ting2012-11-261-34/+2
* | Remove vibrate-on-silent-mode per UX (7458593)Michael Chan2012-11-201-49/+1
|/
* Merge "Adding alert scheduling to app, to allow unbundled app's alerts to wor...Sara Ting2012-11-164-3/+398
|\
| * Adding alert scheduling to app, to allow unbundled app's alerts to work on mo...Sara Ting2012-11-164-3/+398
* | Merge "Added new notification actions for map and call." into ics-ub-calendar...Sam Blitzstein2012-11-161-22/+260
|\ \
| * | Added new notification actions for map and call.Sam Blitzstein2012-11-151-22/+260