summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/AgendaByDayAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved agenda-related classes into an agenda packageMason Tang2010-08-231-403/+0
| | | | Change-Id: If834a652490938b4a31bfd5f6fa4e1aea2a6ffa7
* Removed some Warnings, Added Type argumentsChristian Mehlmauer2010-05-171-1/+0
| | | | Change-Id: Ie52eecf14773768c97e23ae7f96a80df1d067ade
* b/2123503 Fixed getEventByPosition() to return the local timezone for begin ↵Michael Chan2009-09-211-2/+6
| | | | | | | | time for all day events instead of UTC. Also return unique item id's so ListView can correctly identify each item. Change-Id: Ic93a6a717145adbaf4f997f3e914c236dd2f6c61
* b/2102011 Fix the problem where multi-day events may appear multiple times ↵Michael Chan2009-09-081-14/+15
| | | | in the Agenda view.
* Fixed a bunch of problems when moving among agenda/day/week/month views.Michael Chan2009-09-041-6/+11
| | | | | | | | b/1438315 Fixed problems introduced in the new back behavior. b/2077287 Fixed the problem where you sometimes end up in 1969 when switch among the agenda/day/week/month views. b/2076791 The selected date is preserved when switch to various views. Removed scroll bar in agenda view as the header was not a static list of events anymore Cleaned up some TODOs.
* b/2049942 Remove debug P: string in agenda viewMichael Chan2009-08-281-3/+3
|
* Modified Agenda view to support scrolling beyond the month boundary.Michael Chan2009-07-101-27/+57
| | | | | | | | | | new file: res/layout/agenda_header_footer.xml modified: res/values/strings.xml modified: src/com/android/calendar/AgendaActivity.java modified: src/com/android/calendar/AgendaAdapter.java modified: src/com/android/calendar/AgendaByDayAdapter.java new file: src/com/android/calendar/AgendaListView.java new file: src/com/android/calendar/AgendaWindowAdapter.java
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-9/+9
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+364
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-364/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+3
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+364