1. c59a6b5 Fix bug #2772731 (Start deprecation of "url" Calendars column in favor of "eventsUrl" column) by Fabrice Di Meglio · 15 years ago
  2. 7cb72fa Fix bug# 2772317 (CalendarDatabaseHelper internal cleanup) by Fabrice Di Meglio · 15 years ago
  3. 370f91c b/2635697 Makes recurring events disappear immediately when deleted by Erik · 15 years ago
  4. 4755f64 Merge "Fix bug #1661857 (switch from using meta feed to the new allcalendars feed)" by Fabrice Di Meglio · 15 years ago
  5. 7fcb128 b/2550724 Clean up of https://android-git.corp.google.com/g/#change,46783 by Michael Chan · 15 years ago
  6. 43b3eba Fix bug #1661857 (switch from using meta feed to the new allcalendars feed) by Fabrice Di Meglio · 15 years ago
  7. 1e0a2ee b/2550724 Add second event to calendar widget in portrait mode. by Michael Chan · 15 years ago
  8. 207a503 am 25b0f0ee: Add a PRE_BOOT_COMPLETED receiver. by Jeff Hamilton · 15 years ago
  9. 25b0f0e Add a PRE_BOOT_COMPLETED receiver. by Jeff Hamilton · 15 years ago
  10. 02494e3 Improve deleteEventInternal() by issuing only the correct deletes by Fabrice Di Meglio · 15 years ago
  11. 54ae579 am 10b51a19: Fix for bug #2634470 (Force close in FRF26) by Fabrice Di Meglio · 15 years ago
  12. 10b51a1 Fix for bug #2634470 (Force close in FRF26) by Fabrice Di Meglio · 15 years ago
  13. f0a3235 am 1dc29193: Fix bug #2622128 (Can\'t delete Exchange event exception) by Fabrice Di Meglio · 15 years ago
  14. 1dc2919 Fix bug #2622128 (Can't delete Exchange event exception) by Fabrice Di Meglio · 15 years ago
  15. d886655 am 34a32009: Merge "Fix bug #2590414 (android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here)" into froyo by Fabrice Di Meglio · 15 years ago
  16. 34a3200 Merge "Fix bug #2590414 (android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here)" into froyo by Fabrice Di Meglio · 15 years ago
  17. 89b9b33 am e3730b9d: b/2440161 Made UTC override timezone for allday events by Erik · 15 years ago
  18. e3730b9 b/2440161 Made UTC override timezone for allday events by Erik · 15 years ago
  19. 1f755da Fix bug #2590414 (android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here) by Fabrice Di Meglio · 15 years ago
  20. 67c464e am 63540b18: Merge "b/2560858 Upgrade will clean up allDay events" into froyo by Erik · 15 years ago
  21. cf6826b am 73e55ee0: Remove flaky CalendarProvider2Test from continuous. by Brett Chabot · 15 years ago
  22. 63540b1 Merge "b/2560858 Upgrade will clean up allDay events" into froyo by Erik · 15 years ago
  23. 7b40dde b/2560858 Upgrade will clean up allDay events by Erik · 15 years ago
  24. e6ef9bf am 679d544f: A better and simplier fix for bug #2556677 (pre-froyo->froyo calendar schema upgrade mangles CalendarMetaData schema, causing strange instance expansion issues) by Fabrice Di Meglio · 15 years ago
  25. 73e55ee Remove flaky CalendarProvider2Test from continuous. by Brett Chabot · 15 years ago
  26. 679d544 A better and simplier fix for bug #2556677 (pre-froyo->froyo calendar schema upgrade mangles CalendarMetaData schema, causing strange instance expansion issues) by Fabrice Di Meglio · 15 years ago
  27. 422108d am 1599ceb2: Fix bug #2556677 (pre-froyo->froyo calendar schema upgrade mangles CalendarMetaData schema, ...causing strange instance expansion issues) by Fabrice Di Meglio · 15 years ago
  28. 1599ceb Fix bug #2556677 (pre-froyo->froyo calendar schema upgrade mangles CalendarMetaData schema, by Fabrice Di Meglio · 15 years ago
  29. e197216 am 6c7b032a: b/2278475 Refresh calendar widget at midnight by Michael Chan · 15 years ago
  30. 6c7b032 b/2278475 Refresh calendar widget at midnight by Michael Chan · 15 years ago
  31. 36cb2d8 am d5aa3cc1: Upgrade sync state database for calendar if necessary. by Ken Shirriff · 15 years ago
  32. d5aa3cc Upgrade sync state database for calendar if necessary. by Ken Shirriff · 15 years ago
  33. d636538 b/2542803 Removed the throw for other time formats. by Erik · 15 years ago
  34. d5475a8 Fix recurrence expansion with COUNT. by Ken Shirriff · 15 years ago
  35. 6636020 Fix flaky testAttendees test. by Ken Shirriff · 15 years ago
  36. fb0d833 Merge "Import revised translations" by Eric Fischer · 15 years ago
  37. f7ebcad Import revised translations by Kenny Root · 15 years ago
  38. 1030436 Make instance expansion specific to a calendar. by Ken Shirriff · 15 years ago
  39. 25e5cde Fix bug #2519159 (com.android.providers.calendar.CalendarProvider2Test:testChangeTimezoneDB is failing) by Fabrice Di Meglio · 15 years ago
  40. e604c19 Make sure values are set correctly when inserting event. by Ken Shirriff · 16 years ago
  41. 2c32ee7 Looks like db version wasn't updated with the last change by Erik · 16 years ago
  42. a635711 b/2497120 Added method for rebuilding db in upgrade failure by Erik · 16 years ago
  43. 48de6f3 Merge "Fix cursor leak." by Ken Shirriff · 16 years ago
  44. ae2599e Fix cursor leak. by Ken Shirriff · 16 years ago
  45. 1420c34 Merge "Add an organizerCanRespond column to Calendar table (with default 1)" by Marc Blank · 16 years ago
  46. bf897b0 Add an organizerCanRespond column to Calendar table (with default 1) by Marc Blank · 16 years ago
  47. 5ffa764 Fix bug #2427686 (CalendarProvider2Test tests intermittently failing... by Fabrice Di Meglio · 16 years ago
  48. cf9dc6b Update database version and add upgracde code for previous change by Marc Blank · 16 years ago
  49. 1b7ecf9 Merge "Add _sync_mark to view_events view" by Marc Blank · 16 years ago
  50. a450a52 Add _sync_mark to view_events view by Marc Blank · 16 years ago
  51. 646444f b/2440161 Added time checks for allDay events. by Erik · 16 years ago
  52. a0c4ab0 Merge "Fix broken tests for CalendarProvider2" by Fabrice Di Meglio · 16 years ago
  53. eb7ee62 Fix broken tests for CalendarProvider2 by Fabrice Di Meglio · 16 years ago
  54. 2eda117 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 16 years ago
  55. 48f3878 Fix bug #2490708 (NPE in CalendarSyncAdapter when adding and deleting an Event) by Fabrice Di Meglio · 16 years ago
  56. e1a154b Merge "Fix bug #2485358 (add more logging to CalendarProvider2)" by Fabrice Di Meglio · 16 years ago
  57. f6ba05c Import new translations by Eric Fischer · 16 years ago
  58. 26d0bf3 Move calendar wipeData to the test. by Ken Shirriff · 16 years ago
  59. ab42ec6 Fix bug #2485358 (add more logging to CalendarProvider2) by Fabrice Di Meglio · 16 years ago
  60. 8888a5a Replace android.pim.DateException with com.android.providers.calendar.DateException. by Ken Shirriff · 16 years ago
  61. 552e781 Fix _SYNC_LOCAL_ID => to_SYNC_DATA in CalendarSyncTestingBase to fix the build. by Brian Carlstrom · 16 years ago
  62. 550cfa4 Merge "Handle rename of _SYNC_LOCAL_ID to _SYNC_DATA in Calendar" by Marc Blank · 16 years ago
  63. c12fe47 Handle rename of _SYNC_LOCAL_ID to _SYNC_DATA in Calendar by Marc Blank · 16 years ago
  64. 9e318a5 Another fix for widget launching Calendar when no accounts/events exist. by Erik · 16 years ago
  65. 5975955 Make sure _SYNC_LOCAL_ID is in the entity projection map by Marc Blank · 16 years ago
  66. 192b180 Don't delete attendees until Event is finally deleted by Marc Blank · 16 years ago
  67. c7571fd Merge "Import new translations." by Eric Fischer · 16 years ago
  68. 421c5ba Import new translations. by Eric Fischer · 16 years ago
  69. 7fbdc1f Added flag to ensure intent is always handled. by Erik · 16 years ago
  70. 997e2e5 Quick fix to allow starting calendar without a time specified. by Erik · 16 years ago
  71. cd639e7 Merge "b/2412594 Changed widget to use an implicit intent." by Erik Pasternak · 16 years ago
  72. 48587d3 b/2412594 Changed widget to use an implicit intent. by Erik · 16 years ago
  73. a5ef613 Make the tests not depend on gsf. by Chia-chi Yeh · 16 years ago
  74. 157f659 Merge "Add lastSyncedAttendeeStatus to CalendarProvider2 database" by Marc Blank · 16 years ago
  75. 162c7c9 Add lastSyncedAttendeeStatus to CalendarProvider2 database by Marc Blank · 16 years ago
  76. b62e426 Update to reflect android-common no longer in framework. by Dianne Hackborn · 16 years ago
  77. 156ad29 Use SQL query parameters for reminder lookup. by Ken Shirriff · 16 years ago
  78. b8ea0b2 Merge "Add more unit tests for bug fix #2449594 (device should fold RRULEs, etc., that are longer than 75 chars)" by Fabrice Di Meglio · 16 years ago
  79. 2d1b3d7 Fix bug #2438401 (Froyo calendar is missing many entries) by Fabrice Di Meglio · 16 years ago
  80. 852d89f Add more unit tests for bug fix #2449594 (device should fold RRULEs, etc., that are longer than 75 chars) by Fabrice Di Meglio · 16 years ago
  81. 9323bb1 Partially revert "Use SQL query arguments." by Ken Shirriff · 16 years ago
  82. f5f9872 Merge "Fix manifest to use default package name (com.android.providers.calendar) for CalendarProvider2 process instead of com.android.calendar (the Calendar app pacakage name)" by Fabrice Di Meglio · 16 years ago
  83. 241041e Fix *#*#CAL#*#* by Ken Shirriff · 16 years ago
  84. 5bbabdd b/2458172 Changed launch intent for widget. by Erik · 16 years ago
  85. 2cc859c Unbundling: remove deprecated deleteRow(). by Ken Shirriff · 16 years ago
  86. dc53817 Use SQL query arguments. by Ken Shirriff · 16 years ago
  87. f8de1a9 Fix bug #2331761 (Instances of a recurring event are missing) by Fabrice Di Meglio · 16 years ago
  88. 9b6911d Fix manifest to use default package name (com.android.providers.calendar) for CalendarProvider2 process instead of com.android.calendar (the Calendar app pacakage name) by Fabrice Di Meglio · 16 years ago
  89. 1168e28 Add in a permission that is used by the provider, but only declared in the UI manifest. by Jeff Hamilton · 16 years ago
  90. 9535627 b/2441483 Dropped url requirement in CP2. by Erik · 16 years ago
  91. f09652d Fix for bug 2431102 (illegal argument exception / negative CalendarId) by Fabrice Di Meglio · 16 years ago
  92. 46f3f01 Remove dependencies on gsf-client and google-common. by Ken Shirriff · 16 years ago
  93. 975efd9 Add unittest for instance expansion. by Ken Shirriff · 16 years ago
  94. c874ed5 Fix instance expansion. by Ken Shirriff · 16 years ago
  95. dbaad88 Quick fix for databases where events are missing a timezone. by Erik · 16 years ago
  96. be0733e b/2434881 Dropped not null requirement for dtstart2,dtend2 by Erik · 16 years ago
  97. e52757b Merge "b/1522903 First step in converting allday events to local timezone" by Erik Pasternak · 16 years ago
  98. 806adc5 Merge "Update mdpi resource with 2.0 style icon" by Eugene Koh · 16 years ago
  99. 02f64cd b/2385751 Update string from No subject to No title by Michael Chan · 16 years ago
  100. ae4f20e b/1522903 First step in converting allday events to local timezone by Erik · 16 years ago