summaryrefslogtreecommitdiff
path: root/core/java/android/provider/Calendar.java
Commit message (Expand)AuthorAgeFilesLines
* Rename Calendar.java to CalendarContract.javaRoboErik2011-06-141-2213/+0
* Merge "Update Calendar main comment"RoboErik2011-06-141-2/+46
|\
| * Update Calendar main commentRoboErik2011-06-141-2/+46
* | Remove @hide on SyncColumns, make them protectedRoboErik2011-06-131-3/+2
* | Make interfaces protected so they get included in apiRoboErik2011-06-131-11/+11
|/
* Upgrade of Calendar db to 305RoboErik2011-06-101-174/+229
* Use public constantsAndy McFadden2011-06-091-3/+3
* Add a URI for recurring event exceptionsAndy McFadden2011-06-081-0/+8
* Add columns:Alon Albert2011-06-071-5/+38
* Cleanup of Calendar.java to prep for apiRoboErik2011-06-061-264/+568
* Work on changing syncx to cal_syncxRoboErik2011-05-311-19/+23
* Add original_id definition for cal db v301RoboErik2011-05-201-14/+12
* Update Calendars table to v300RoboErik2011-05-101-64/+101
* Adds Calendars sync only columns to the contractRoboErik2011-05-061-0/+29
* Calendar DB upgradeAndy McFadden2011-04-201-16/+33
* Add comment about not changing calendar authorityErik2011-02-141-0/+4
* Fix bug #1776278 (consider supplying our own (unique) eid for calendar entrie...Fabrice Di Meglio2010-11-041-0/+2
* am 86e19914: am b92788aa: Merge "Adds time zone functionality into fw as a hi...Erik2010-09-151-0/+74
|\
| * Adds time zone functionality into fw as a hidden apiErik2010-09-141-0/+74
* | Added support for full-text search in CalendarMason Tang2010-07-191-1/+28
* | Fix bug #2846543 Delete HIDDEN column from the "Calendars" tableFabrice Di Meglio2010-07-161-7/+3
* | Fix bug #2793828 (Sync/visible setting on the phone should not affect what's ...Fabrice Di Meglio2010-07-081-0/+1
* | Fix bug #2779582 (Columns cleanup for the Calendars table)Fabrice Di Meglio2010-07-071-8/+22
* | Fix bug #2772731 (Start deprecation of "url" Calendars column in favor of "ev...Fabrice Di Meglio2010-06-161-2/+2
* | Fix bug# 2772317 (CalendarDatabaseHelper internal cleanup)Fabrice Di Meglio2010-06-161-1/+40
* | Fix bug #1661857 (switch from using meta feed to the new allcalendars feed)Fabrice Di Meglio2010-06-141-62/+190
* | Added access fields for second timezone columns.Erik2010-05-031-0/+18
|/
* Expose _id in ExtendedProperties subValuesMarc Blank2010-04-291-3/+7
* b/2483233 Made each reminder time a unique intentErik2010-03-171-2/+2
* Add ORGANIZER_CAN_RESPOND to Calendars columnMarc Blank2010-03-111-2/+7
* Fix bug #2493102 (Sync keeps getting stuck, or at least very slow)Fabrice Di Meglio2010-03-101-34/+75
* Remove unused Calendar.insertVEvent methodKen Shirriff2010-03-011-117/+0
* Rename _SYNC_LOCAL_ID to _SYNC_DATAMarc Blank2010-03-011-3/+6
* Put _SYNC_LOCAL_ID into event entitiesMarc Blank2010-02-281-0/+1
* Define the new lastSyncedAttendeeStatus columnMarc Blank2010-02-251-3/+10
* Make ACCOUNT_NAME/ACCOUNT_TYPE consistent.Ken Shirriff2010-02-051-14/+14
* Fix ExtendedProperties EntityIterator.Ken Shirriff2010-01-271-2/+3
* Change calendar authority to com.android.calendar.Ken Shirriff2010-01-251-1/+1
* Add SyncState class for calendar provider.Ken Shirriff2010-01-221-0/+21
* Use AUTHORITY constant for calendar.Ken Shirriff2010-01-211-12/+16
* Fix calendar sync_account / type constants to be consistent.Ken Shirriff2010-01-111-2/+2
* b/2293263 Finished removing busyBits references.Erik2010-01-071-74/+0
* b/2358627 and b/2293263 Fixed eventDay bugs.Erik2010-01-071-1/+2
* b/2293263 Replaced busybit functionality with eventDay functionality.Erik2010-01-041-3/+57
* b/2224837 Changed the plumbing of how alerts/notifications work.Michael Chan2009-12-151-27/+44
* Remove unused SOURCE_ID constant.Ken Shirriff2009-12-141-5/+0
* Add account name / type query parameters for calendar Events.Ken Shirriff2009-12-111-0/+14
* - removed the concept of Entity from the ContentProvider APIsFred Quintana2009-12-091-3/+231
* moved the gdata library to vendor/googleFred Quintana2009-11-241-55/+1
* Calendar: add CALLER_IS_SYNCADAPTER parameter.Ken Shirriff2009-11-051-18/+27