1. 236429f Fix for duplicate reminders by James Kung · 11 years ago
  2. e4e21d4 Merge "Remove setTargetFragment calls on EventColorPickerDialog." into ics-ub-calendar-cream by James Kung · 11 years ago
  3. 523cc48 Fix for crashing on rotation with no reminders. by Sam Blitzstein · 11 years ago
  4. 2fca024 Remove setTargetFragment calls on EventColorPickerDialog. by James Kung · 11 years ago
  5. 5984bc3 Merge "Adding init state booleans for int color variables" into ics-ub-calendar-cream by James Kung · 11 years ago
  6. 56f42bf Integrating new date picker into app by James Kung · 11 years ago
  7. 95e9538 Fix for "Fragment already added" exception by James Kung · 11 years ago
  8. 7674b69 Added in new time picker library. by Sam Blitzstein · 12 years ago
  9. f56b149 Adding init state booleans for int color variables by James Kung · 11 years ago
  10. 1d1b1e4 Color/reminder changes preserved from info to edit by James Kung · 11 years ago
  11. 8de796d Replacing colorpicker constructor with newInstance by James Kung · 11 years ago
  12. a8b8c0d Moving colorpicker items into its own library. by James Kung · 11 years ago
  13. b8904fb Allow color change after orientation change. by James Kung · 11 years ago
  14. e134cd5 Bug fix and clean-up work for color pickers. by James Kung · 11 years ago
  15. 4afba18 Color picker for events by James Kung · 12 years ago
  16. f9fa0ab Save textless event if times changed or attendees have been added. by Michael Chan · 12 years ago
  17. 09fbd8e New event dialog on long click within month view by James Kung · 12 years ago
  18. bb6d927 Switch from switch to if-else to be compatible with the new ADT by Michael Chan · 12 years ago
  19. 6bcafcf Fix agenda view goto behavior by Isaac Katzenelson · 12 years ago
  20. 7ef2981 Support for 7 inch devices by Isaac Katzenelson · 13 years ago
  21. c8e0f21 b/5456741 Fix date updates when leaving edit event by RoboErik · 13 years ago
  22. 2d63dff When restoring instance state, make sure we always check if modification mode has been set. by Mindy Pereira · 13 years ago
  23. 4024dee Make new created event selected in agenda view by Isaac Katzenelson · 13 years ago
  24. 0d4a304 b/5337212 Fix NPE in EditEventFragment.Done.run by Michael Chan · 13 years ago
  25. 135b2d4 use custom action bar in single-pane to override default action buttons by Andy Huang · 13 years ago
  26. edecd9a b/2891538 Create an all-day event when tapping on the all day area by Michael Chan · 13 years ago
  27. 17c0cea Fix warnings by Michael Chan · 13 years ago
  28. d17d348 b/5063203 Finish the EditEventActivity if the user cancels out of by Michael Chan · 13 years ago
  29. 6a7003d Remove attendees list in edit event (chips only) by RoboErik · 13 years ago
  30. 16bfd17 b/5104431 Don't display save toast if no event found by RoboErik · 13 years ago
  31. 2bd5cc0 b/5064080 Add toast for empty events not saving by RoboErik · 13 years ago
  32. 28dab65 b/5063456 Fix event changes checks to be less agressive by RoboErik · 13 years ago
  33. 0f15c3a b/5056842 Remove delete from Edit Event, fix order by RoboErik · 13 years ago
  34. e0dbac6 Don't allow unsynced events to have exceptions made by RoboErik · 13 years ago
  35. fae6d5c New EventInfo design for ICS by Isaac Katzenelson · 13 years ago
  36. a7c0390 Rename Calendar.java to CalendarContract.java by RoboErik · 13 years ago
  37. aca9e03 b/4590781 default to saving all in details view by RoboErik · 13 years ago
  38. ef2add9 Update to db v305 by RoboErik · 13 years ago
  39. c250e2e New intent for creating events by Michael Chan · 13 years ago
  40. 9645d9c Add support for different alert methods to UI by Andy McFadden · 13 years ago
  41. fea9af5 Progress toward alert method support by Andy McFadden · 13 years ago
  42. ccf565b Agenda fixes by Isaac Katzenelson · 13 years ago
  43. ae5bcce Sort and uniquify reminders by Andy McFadden · 13 years ago
  44. ea8ebdb b/3340443 Update toast to say "Invitation sent" and "Update sent" by Michael Chan · 13 years ago
  45. 2fda245 b/3157682 Makes the allday area expandable by RoboErik · 13 years ago
  46. 87f993f Jump to the tapped position when viewing an event by RoboErik · 13 years ago
  47. 89ad082 b/3309505 Changes 'Done' to 'Delete' in event info popup by Erik · 14 years ago
  48. 6663f36 b/3354202 Fixes delete future events bug by Erik · 14 years ago
  49. d0fb2dd Prevent the saving unchanged events and creation of empty events by Michael Chan · 14 years ago
  50. 364309f b/2781781 Copies attendees to new exception events by Erik · 14 years ago
  51. 55d4c8c b/3291720 Save events when back is pressed by Erik · 14 years ago
  52. 2c7c851 b/3189042 Handle ACTION_VIEW in AllInOne. Removed EventInfoActivity. by Michael Chan · 14 years ago
  53. 1bd9453 Quick edit event fix by Erik · 14 years ago
  54. a7694ee Add card style event view to search by Erik · 14 years ago
  55. 3400a2b Implement 'card' style for EditEvent by Erik · 14 years ago
  56. c130d9d b/3258830 Stay in r/o mode on orientation change by Erik · 14 years ago
  57. 46cde5c Small bug fixes for edit event by Erik · 14 years ago
  58. c07a57f Adds read only/edit mode switches to edit event by Erik · 14 years ago
  59. 59ead67 Adds saving/restoring on rotation to EditEventFragment by Erik · 14 years ago
  60. ab348bb Clean up unused API from controller by Michael Chan · 14 years ago
  61. 1ec8763 b/3185081 fixed the gray box problem in all day event by Michael Chan · 14 years ago
  62. 5f62079 Moves Edit Event back into an activity by Erik · 14 years ago
  63. bdcb9fc Replace ListView for Attendees with LinearLayout by Daisuke Miyakawa · 14 years ago
  64. 304bf0d Initialize default calendar permission for new events by Michael Chan · 14 years ago
  65. 18a3c2e Hide AllDay checkbox from Edit if the event is read-only by Michael Chan · 14 years ago
  66. 352e1a2 Major bug fixing in EventInfo and EditEvent by Michael Chan · 14 years ago
  67. 7b92da2 b/2988876 Stop crash on orientation change by Erik · 14 years ago
  68. 464f350 Let users go to account setup when no account. by Daisuke Miyakawa · 14 years ago
  69. 5c0dec1 Let EditEventFragment hides a software keyboard by Daisuke Miyakawa · 14 years ago
  70. dd95df5 Move EditEventFragment into AllInOneActivity by Erik · 14 years ago
  71. ee21220 Integrating with Directory API for email address lookup by Dmitri Plotnikov · 14 years ago
  72. d845fbe New Edit Event layout by Erik · 14 years ago
  73. 6a7878f Fixed an NPE which could happen if the EditEventFragment is exited before the query finished by Michael Chan · 14 years ago
  74. fbce65e Moved EditEvent into a sub package. by Erik · 14 years ago[Renamed (98%) from src/com/android/calendar/EditEventFragment.java]
  75. d290a01 b/2888467 Fixes duplicate attendees by Erik · 14 years ago
  76. e700c16 Added a new event button to the calendar widget by Mason Tang · 14 years ago
  77. 1251cb0 Refactor DeleteEventHelper to allow null activities if exitWhenDone is false. by Michael Chan · 14 years ago
  78. 79f2281 Moves EditEvent into a fragment by Erik · 14 years ago