summaryrefslogtreecommitdiffstats
path: root/src/com/android/calendar/DayFragment.java
Commit message (Expand)AuthorAgeFilesLines
* DayView events cross fadeIsaac Katzenelson2012-04-121-1/+5
* Fixed the problem where scroll has no momentum after a goto (today).Michael Chan2011-12-061-0/+1
* b/5045933 Highlight the current day/time when Today button is pressedRoboErik2011-10-041-5/+6
* Fix warningsMichael Chan2011-08-191-14/+0
* b/5045764 After tapping on a day from Month, back will take you back to monthMichael Chan2011-08-121-1/+1
* Fix a NPE I ran intoRoboErik2011-07-201-1/+10
* Clean upMichael Chan2011-03-031-34/+0
* b/3366455 Make sure all views update their time lineErik2011-01-201-0/+1
* b/3185697 Update start day of week after changeMichael Chan2011-01-191-2/+2
* b/3369953 Fixed mini-month start date for home tzErik2011-01-191-1/+3
* b/3333788 Have a notion of selected time in addition to start/end timesMichael Chan2011-01-121-1/+1
* b/3264725 Week/Day: Remove stale events from the "next" view when events changedMichael Chan2011-01-111-0/+3
* b/3314295 Disables the view title and adds a date rangeErik2011-01-051-0/+2
* b/3240249 Show the current time when Today is pressed.Michael Chan2010-12-211-20/+15
* Clean up unused API from controllerMichael Chan2010-11-231-18/+1
* Finishes making full month use list viewErik2010-11-191-1/+12
* b/3125495 catch npeMichael Chan2010-10-281-0/+3
* Update Day/Week UIMichael Chan2010-10-201-29/+1
* Make views refresh when db is changedErik2010-08-101-2/+5
* Rename CalendarView to DayViewMichael Chan2010-07-271-17/+17
* Remove unneeded classes: MenuHelper, Day/Week View and Agenda/Day/Week/Month ...Michael Chan2010-07-271-21/+0
* Bring up 1 Day ViewMichael Chan2010-07-261-3/+6
* Added getInstance method for CalendarControllerMichael Chan2010-07-221-2/+2
* Fixed the problem where the first day shown is always sundayMichael Chan2010-07-211-4/+2
* Modified ActionBar to send events to ControllerMichael Chan2010-07-141-0/+18
* First draft of the controllerMichael Chan2010-07-111-18/+54
* First draft of DayFragmentMichael Chan2010-07-021-0/+300