summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/CalendarView.java
Commit message (Expand)AuthorAgeFilesLines
* Update DatePicker and CalendarView to latest Material specAlan Viverette2015-03-231-28/+171
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-5/+11
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-9/+2
* Fix accessibility delegationAlan Viverette2015-01-071-2/+4
* Implement Material-style delegate for CalendarViewAlan Viverette2014-11-131-1578/+38
* Set content description on CalendarView day labelsAlan Viverette2014-10-151-5/+14
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* Merge "Fix bug #12066726 java.lang.NullPointerException at android.widget.Cal...Fabrice Di Meglio2014-01-301-25/+27
|\
| * Fix bug #12066726 java.lang.NullPointerException at android.widget.CalendarVi...Fabrice Di Meglio2014-01-281-25/+27
* | Fix bug #12467741 Java crash in com.android.settings: java.lang.IllegalStateE...Fabrice Di Meglio2014-01-281-0/+1
|/
* Decouple CalendarView codeFabrice Di Meglio2013-09-241-1195/+1479
* am 56a87f8c: am c255a711: Merge "Ensure WeeksAdapter calls notifyDataSetChang...Alan Viverette2013-09-171-10/+7
|\
| * Ensure WeeksAdapter calls notifyDataSetChanged when neededAlan Viverette2013-09-171-10/+7
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-5/+9
|/
* Fix bug #10515013 CalendarView is always forcing first day of the week to Sun...Fabrice Di Meglio2013-08-271-9/+12
* am ec586994: Merge "CalendarView header not updated on year change." into jb-...Svetoslav2013-05-301-11/+8
|\
| * CalendarView header not updated on year change.Svetoslav2013-05-291-11/+8
* | Fix CalendarView to show the month title properly.Ki-Hwan Lee2013-03-211-1/+1
|/
* Merge "Fix bug #7205589 CalendarView's WeekView rows are LTR in RTL locales" ...Fabrice Di Meglio2012-09-231-29/+90
|\
| * Fix bug #7205589 CalendarView's WeekView rows are LTR in RTL localesFabrice Di Meglio2012-09-211-29/+90
* | Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into jb...Fabrice Di Meglio2012-09-231-2/+4
|\ \
| * | Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio2012-09-211-2/+4
| |/
* | Day numbers in CalendarView have incorrect size.Svetoslav Ganov2012-09-211-1/+2
|/
* API REVIEW: android.widget.CalendarViewSvetoslav Ganov2012-05-041-0/+52
* Adding getter/setter for all public attributes in CalendarView.Svetoslav Ganov2012-03-011-32/+287
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+14
* CalendarView title incorrectly updated for different languages.Svetoslav Ganov2011-10-311-13/+13
* CalendarView diregarding XML attributes.Svetoslav Ganov2011-09-151-6/+14
* Polish of the ActivityChooserView and ShareActionProvider.Svetoslav Ganov2011-07-131-0/+1
* Date/time pickers and calendar view not handling locale change.Svetoslav Ganov2011-07-121-12/+62
* Tapping on the week number sends the DatePicker to epoch start.Svetoslav Ganov2011-03-141-5/+10
* The calendar view widget was jumping incorrectly to the next weekSvetoslav Ganov2011-01-261-4/+8
* DatePicker is picking the wrong dateSvetoslav Ganov2011-01-241-3/+16
* Updating the ColandarView javadoc to reflect public attributesSvetoslav Ganov2010-12-281-0/+9
* 3313982 DatePicker/TimePicker allow users to scroll date/time even when disab...Svetoslav Ganov2010-12-281-99/+42
* Adding APIs for setting whether to show week number and setting the start day...Svetoslav Ganov2010-12-281-0/+1446