summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/EventInfoActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated getFragmentTransaction() callsMason Tang2010-08-201-3/+5
* Implemented a search activity, two pane results layoutMason Tang2010-08-201-2/+69
* Converted EventInfo into a fragmentMason Tang2010-08-131-1147/+12
* Added getInstance method for CalendarControllerMichael Chan2010-07-221-2/+2
* Added create/edit/view/delete event and open settings and manage calendars to...Michael Chan2010-07-131-9/+6
* Refactor DeleteEventHelper to allow null activities if exitWhenDone is false.Michael Chan2010-07-011-1/+1
* Moves EditEvent into a fragmentErik2010-06-301-6/+6
* Remove EditEvent.java and update all references.Erik2010-06-241-10/+11
* Changes to DeleteEventHelper to make it asyncErik2010-06-221-1/+2
* Creates an EditEventView with as little app logic as possibleErik2010-06-161-1/+1
* Fix bug #1661857 (switch from using meta feed to the new allcalendars feed)Fabrice Di Meglio2010-06-141-2/+2
* am 4dcea88c: merge from open-source masterThe Android Open Source Project2010-06-091-1/+2
|\
| * merge from open-source masterThe Android Open Source Project2010-06-091-1/+2
| |\
| | * Fixed a npe in Calendar on EmulatorChristian Mehlmauer2010-06-091-1/+2
* | | am ec5daf68: merge from open-source masterThe Android Open Source Project2010-05-181-3/+0
|\| |
| * | merge from open-source masterThe Android Open Source Project2010-05-181-3/+0
| |\|
| | * Removed some Warnings, Added Type argumentsChristian Mehlmauer2010-05-171-3/+0
* | | b/2633629 Makes deleting an exception set it to canceledErik2010-04-271-0/+1
|/ /
* | Revert "b/2622128 Fix crash from editEvent and EventInfoActivity"Erik2010-04-261-1/+0
* | b/2622128 Fix crash from editEvent and EventInfoActivityErik2010-04-231-0/+1
* | b/2531257 More work on cleaning up owner account for dupesErik2010-03-231-5/+6
* | b/2531257 Will only display owner account if different than cal nameErik2010-03-221-2/+3
* | b/2494603 Improve UI to disambiguate calendars with the same nameMichael Chan2010-03-161-0/+25
* | b/2507842 Added code to hide response spinner if not supportedErik2010-03-121-2/+8
* | b/2505788 Small cleanup following change Ic986c877Erik2010-03-111-1/+1
* | b/2505788 Added check so we only dirty an event if an update occurredErik2010-03-101-4/+8
* | b/2496984 Pulled out -1 attendee id into a constantErik2010-03-101-4/+5
* | b/2496984 Added check for invalid attendee when saving responseErik2010-03-101-0/+5
* | b/2492707 If all guests have no response will be called 'Guests' not 'Maybe'Erik2010-03-091-5/+19
* | b/2486000 Fixed check to see if attendees are organizer.Erik2010-03-041-2/+3
* | b/2171008 Made onPause update hasAlarm in db.Erik2010-03-031-0/+7
* | b/2336411 Added check to ensure cursor is not empty.Erik2010-03-011-1/+4
* | Unbundling: pull the recurrence string formatting out of EventRecurrenceKen Shirriff2010-02-261-1/+2
* | Always use a consistent name for SharedPreferences.Jeff Hamilton2010-02-161-1/+1
* | Pulled in ContactsAsyncHelper as part of unbundling. Longer term, that part o...Michael Chan2010-02-091-3/+4
* | First step in unbundling CalendarMichael Chan2010-02-031-3/+4
|/
* set the attendee email when changing your own attendance in the attendees tab...Debajit Ghosh2009-10-021-2/+5
* Fasttrack->QuickContactEvan Millar2009-09-301-3/+3
* Change FasttrackBadgeWidget->QuickContactBadgeEvan Millar2009-09-301-3/+3
* fix bug in event response logic: if guests have been hidden, you should be ab...Debajit Ghosh2009-09-281-4/+10
* Renaming Presence and Presence-related columns.Dmitri Plotnikov2009-09-271-6/+6
* make EventInfoActivity handle hasAttendeeData.Debajit Ghosh2009-09-271-16/+26
* b/2071368 Switch to use the new fasttrack widget and asset from the frameworkMichael Chan2009-09-231-57/+38
* be sure to close the presence cursor when displaying event info.Debajit Ghosh2009-09-201-24/+29
* Switching to streamlined naming of contact Data columns.Dmitri Plotnikov2009-09-181-5/+4
* Switch Calendar to new FastTrack API.Jeff Sharkey2009-09-181-20/+28
* - b/2067801 Show event organizer in event infoMichael Chan2009-08-311-20/+55
* No more guessing. Save the attendence response to the correct attendee. Show ...Michael Chan2009-08-281-42/+42
* - Update eventinfo to use the new contacts2 apiMichael Chan2009-08-261-54/+83
* Don't load presence as it's not working right now.Jeff Hamilton2009-08-211-2/+3