summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/agenda
Commit message (Collapse)AuthorAgeFilesLines
* Makes bubble and event info in search update tzErik2010-09-281-1/+1
| | | | | | | | | | Also fix for b/3044748 by moving rebuilding of views into onResume if we were notified of a change while paused. Also discovered that if search activity refreshes with a single event earlier than today it doesn't requery correctly and fails to expand to the event. Change-Id: Id55fc8b0effe05bf35f2c4ebd71d70826784174b
* Add home tz support to Agenda ViewsErik2010-09-275-31/+105
| | | | | | | | This pushes the home tz checks and display code into Agenda Views, which are only used in search in HC. The Event Info that displays in the right pane has not been updated yet. Change-Id: Ib974d6bf877df880b716527db790141835b53c91
* Make settings screen support two pane mode.Daisuke Miyakawa2010-09-161-3/+3
| | | | | | | | | | | | | | | | | | | 1) Rename CalendarPreferenceActivity to GeneralPreferences, and add CalendarSettingsActivity for top-level Activity. We should retain previous logs for CalendarPreferenceActivity, and we shouldn't call it "Activity" any more, as it is Fragment. I'm not sure whether the new "CalendarSettingsActivity" should be named so, or renaming it to "CalendarPreferenceActivity" to keep consistency around naming. 2) Add necessary xmls. Some of them are derived from Settings app, which already has new two pane structure, so refering its logic seems enough for now. Change-Id: I6a0b04bb824d06c2842cbd8127e2860c45350987
* Moved agenda-related classes into an agenda packageMason Tang2010-08-236-0/+1987
Change-Id: If834a652490938b4a31bfd5f6fa4e1aea2a6ffa7