summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/EditEventActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Move EditEventFragment into AllInOneActivityErik2010-09-011-1/+1
| | | | | | | | | | | This change makes AllInOneActivity be the launch point for edit event and causes it to take over as a full screen view. This way we can handle message passing between edit event and the rest of calendar as well as maintain the actionbar items. Also fixes b/2954347 Change-Id: Ib28e5382abbfe4f72a183c0945f27e61b7fd176e
* Removed deprecated getFragmentTransaction() callsMason Tang2010-08-201-1/+1
| | | | Change-Id: I0be92bc89be32b2aa9ca2957b641b7f1ae6bec7a
* Moved EditEvent into a sub package.Erik2010-08-161-0/+2
| | | | Change-Id: I4bba4ec6651ec90f8d0a7c83c76340ed080178f0
* Moves EditEvent into a fragmentErik2010-06-301-382/+27
| | | | Change-Id: Ifcf4683ff8122102d4b8917aacb7a7d5df5751ae
* Remove EditEvent.java and update all references.Erik2010-06-241-20/+16
| | | | | | | Also fixes some menu inconsistencies between editing a recurring event and deleting a recurring event. Change-Id: I61eb9b3b97d4a127efbfdc377485d1fcb32e49fb
* Switches EditEventHelper to use AsyncQueryServiceErik2010-06-231-6/+4
| | | | | | | | | | This change backgrounds the batch save used in EditEventHelper and the queries in the EditEventActivity. It also creates an abstract CalendarActivity with a call for lazy creation/access of an AsyncQueryService object from the activity. Also changes setting duration to prefer using the start and end to a pre-existing change to fix b/2789706. Change-Id: If7fe94086f2a5dcfa34dd208358fada370d0bfde
* Changes to DeleteEventHelper to make it asyncErik2010-06-221-3/+3
| | | | | | | | This changes DeleteEventHelper to be able to use a CalendarEventModel when doing deletes and to use all asynchronous calls for creating deletes/inserts/queries. Change-Id: I83fbf1ec0e58ddfc7913b18bf20737bf60c04c47
* Creates an EditEventView with as little app logic as possibleErik2010-06-161-0/+419
This is work on separating the UI and the logic for Calendar. The view should be responsible only for updating a model in response to user interaction and notifying the controller when it is finished. All other work should be handled at the fragment or activity level. This version does not introduce the use of fragments. They will come in the next version. It does make all the event queries asynchronous. Change-Id: If967c77f39bbbe09490a5fe5e78151e828c8e6cf