1. be1301b [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Calendar by Bob Badour · 3 years, 2 months ago
  2. 61f391a AOSP/Calendar - Deleted TEST_MAPPING file and LOCAL_COMPATIBILITY_SUITE to fix bug 138793948. by Raman Tenneti · 4 years, 11 months ago
  3. 60806f8 AOSP/Calendar -Added TEST_MAPPING file and "LOCAL_COMPATIBILITY_SUITE := general-tests" to enable presubmit tests for Calendar. by Raman Tenneti · 5 years ago
  4. 551499e AOSP/Calendar - Minimal calendar app. by Raman Tenneti · 6 years ago
  5. 6fc7e7b Update code coverage filter by Sebastien Hertz · 8 years ago
  6. 49bd484 Fix for build breakage. by James Kung · 11 years ago
  7. b25c663 Further test fixes. by Sam Blitzstein · 11 years ago
  8. b6b9cb4 Resolving test errors. by Sam Blitzstein · 11 years ago
  9. 17dfc61 Merge "Allow coordinates in event location." into ics-ub-calendar-burgundy by Sara Ting · 12 years ago
  10. 29dc76a Allow coordinates in event location. by Sam Blitzstein · 12 years ago
  11. 8e93f66 Fix build by Michael Chan · 12 years ago
  12. f9d0e04 Merge "Adding alert scheduling to app, to allow unbundled app's alerts to work on more devices." into ics-ub-calendar-burgundy by Sara Ting · 12 years ago
  13. 3a07a68 Adding alert scheduling to app, to allow unbundled app's alerts to work on more devices. by Sara Ting · 12 years ago
  14. 7e19bf9 Added new notification actions for map and call. by Sam Blitzstein · 12 years ago
  15. 7a2de3d resolved conflicts for merge of 013fda07 to ics-ub-calendar-burgundy by Sara Ting · 12 years ago
  16. 948c590 Removed use of notification framework's cancelAll so we don't affect SyncAdapter's alerts. by Sara Ting · 12 years ago
  17. 487d52c Notifications: made alarm scheduling testable, and a couple minor fixes. by Sara Ting · 12 years ago
  18. 7e38242 Fix unbundled build of tests. by Sara Ting · 12 years ago
  19. 5cde037 Fix some NPE and comparison errors. by Michael Chan · 12 years ago
  20. b5a2a61 Only fetch vibrate pref once per group of alerts. by Sara Ting · 12 years ago
  21. bce26a2 Notifications: adding more tests. by Sara Ting · 12 years ago
  22. 21af116 Notification tests for rebalancing priority buckets. by Sara Ting · 12 years ago
  23. 25b09db Add tests for notification by Michael Chan · 12 years ago
  24. e3f85db Create events with event set to confirmed instead of tentative by Michael Chan · 12 years ago
  25. 059117d Fix for bug 6394170: fixing display for multiday all day events. by Sara Ting · 12 years ago
  26. 23acd26 Fix for bug 5045587: Recurrence and timezone labels should have 40% opacity. by Sara Ting · 12 years ago
  27. 4e92627 Fixed missing event name from the event info details, and changed datetime description to display "Today at <time>" or "Tomorrow at <time>". by Sara Ting · 12 years ago
  28. 75f5366 Shorten date/time info in event info to display in one line. by Sara Ting · 12 years ago
  29. f09a2bf Fix a few unit test failures. by Sara Ting · 12 years ago
  30. fd8ce5e Replace libphonenumber with a simple parser by Andy McFadden · 13 years ago
  31. c6680c5 b/5309787 support allowedAvailability in calendar app by RoboErik · 13 years ago
  32. 27998dd Remove calendar-common from test makefile by Andy McFadden · 13 years ago
  33. 8ed988f Relocate common Calendar classes by Andy McFadden · 13 years ago
  34. a7c0390 Rename Calendar.java to CalendarContract.java by RoboErik · 13 years ago
  35. d46b115 More Calendar unbundling by Andy McFadden · 13 years ago
  36. 3f88868 Minor tweaks to support Calendar unbundling by Andy McFadden · 13 years ago
  37. 78de8f4 Merge "Rename "transparency" to "availability" Rename "visibility" to "accessLevel"" by Michael Chan · 13 years ago
  38. 4d68625 Remove obsolete CalendarTests suite. by Brett Chabot · 13 years ago
  39. ced0eb6 Rename "transparency" to "availability" Rename "visibility" to "accessLevel" by Michael Chan · 13 years ago
  40. fea9af5 Progress toward alert method support by Andy McFadden · 13 years ago
  41. 392ae1b Merge "Update calendars table to v300" by RoboErik · 13 years ago
  42. 71b9ce3 Show overlap time in BusyBits in month view by Isaac Katzenelson · 13 years ago
  43. 0e1e624 Update calendars table to v300 by RoboErik · 13 years ago
  44. 72a9459 Improved algorithm for BusyBits by Isaac Katzenelson · 13 years ago
  45. c18dd7a Support events that span multiple days in "Busy Bits" by Isaac Katzenelson · 13 years ago
  46. 82400dd Support for "Busy Bits" in month view by Isaac Katzenelson · 13 years ago
  47. ae5bcce Sort and uniquify reminders by Andy McFadden · 13 years ago
  48. b9b34ea Clean up by Michael Chan · 13 years ago
  49. ece2fbd b/3370035 Fixed the date header of the widget to match the app/home timezone by Michael Chan · 13 years ago
  50. 59ead67 Adds saving/restoring on rotation to EditEventFragment by Erik · 14 years ago
  51. 981874e Work on making month view a list view by Erik · 14 years ago
  52. 21a1838 Adds home tz support to cal widget by Erik · 14 years ago
  53. d845fbe New Edit Event layout by Erik · 14 years ago
  54. 3ea333d Added day separators in the widget by Mason Tang · 14 years ago
  55. fbce65e Moved EditEvent into a sub package. by Erik · 14 years ago
  56. 47d4032 Added support for scrolling list views in the widget by Mason Tang · 14 years ago
  57. 36daf14 Fixed widget tests so that they always run in Pacific timezone by Mason Tang · 14 years ago
  58. 9a3cb14 Moved the widget into its own package, lowercased existing package names by Mason Tang · 14 years ago
  59. 9138ce8 Added basic support for searching events by Mason Tang · 14 years ago
  60. e700c16 Added a new event button to the calendar widget by Mason Tang · 14 years ago
  61. 8e3d430 Added support for app-configurable week start day by Mason Tang · 14 years ago
  62. 4970159 First draft of Fragment implementation. Will need a lot of cleanup by Michael Chan · 14 years ago
  63. bb3f08a Refactored so that the widget is now with the app, not the provider by Mason Tang · 14 years ago
  64. 37960c0 Switches EditEventHelper to use AsyncQueryService by Erik · 14 years ago
  65. 7e4b2c1 Tagged a bunch of tests as smoke tests by Michael Chan · 14 years ago
  66. 88c483a Changes to DeleteEventHelper to make it async by Erik · 14 years ago
  67. bed0275 AsyncQueryService by Michael Chan · 14 years ago
  68. eca82e9 Creates an EditEventView with as little app logic as possible by Erik · 14 years ago
  69. 6ae7d69 Updates to EditEventHelper by Erik · 14 years ago
  70. 7371416 Creates a model for events and moves edit event methods into a helper by Erik · 14 years ago
  71. 6e25f48 b/2635283 UtilsTest.java was missing copyright notice. by Erik · 14 years ago
  72. aadd4bf fix Java package name for calendar launch performance test by Guang Zhu · 14 years ago
  73. ff6be83 b/2494603 Improve UI to disambiguate calendars with the same name by Michael Chan · 14 years ago
  74. b67e98d b/2377547 Fixed a test hard codes the "current year". So come happy new year and the test fails. by Michael Chan · 14 years ago eclair-passion-release eclair-release eclair-sholes-release2 android-2.1_r2 android-2.1_r2.1p android-2.1_r2.1p2 android-2.1_r2.1s
  75. 98ab9de findbug fixes by Michael Chan · 15 years ago
  76. 146de36 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  77. 2cb8df4 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  78. 0d78b56 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  79. 9f28730 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  80. a9ea5e1 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  81. a390cbf Initial Contribution by The Android Open Source Project · 16 years ago cdma-import release-1.0 android-1.0