summaryrefslogtreecommitdiff
path: root/core/java/android/widget/CalendarView.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-05-25Merge commit '75dfc87e5e83c04adf876bc7d0d7cab17a31b4d5' into manual_merge_75d...Alan Viverette
2016-05-25Use ICU's Calendar class in date picker & related classesAlan Viverette
2016-04-14Add @TestApi-guarded way to get bounds of specific day in CalendarViewKirill Grouchnikov
2016-04-05Return correct unfocused month date color for pre-Material themes.Kirill Grouchnikov
2016-01-08Clean up CalendarView docs and annotationsAlan Viverette
2015-03-23Update DatePicker and CalendarView to latest Material specAlan Viverette
2015-03-05Annotate ARGB integer parameters with @ColorIntTor Norbye
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-11-13Implement Material-style delegate for CalendarViewAlan Viverette
2014-10-15Set content description on CalendarView day labelsAlan Viverette
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2014-01-30Merge "Fix bug #12066726 java.lang.NullPointerException at android.widget.Cal...Fabrice Di Meglio
2014-01-28Fix bug #12066726 java.lang.NullPointerException at android.widget.CalendarVi...Fabrice Di Meglio
2014-01-28Fix bug #12467741 Java crash in com.android.settings: java.lang.IllegalStateE...Fabrice Di Meglio
2013-09-24Decouple CalendarView codeFabrice Di Meglio
2013-09-17am 56a87f8c: am c255a711: Merge "Ensure WeeksAdapter calls notifyDataSetChang...Alan Viverette
2013-09-17Ensure WeeksAdapter calls notifyDataSetChanged when neededAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-27Fix bug #10515013 CalendarView is always forcing first day of the week to Sun...Fabrice Di Meglio
2013-05-30am ec586994: Merge "CalendarView header not updated on year change." into jb-...Svetoslav
2013-05-29CalendarView header not updated on year change.Svetoslav
2013-03-21Fix CalendarView to show the month title properly.Ki-Hwan Lee
2012-09-23Merge "Fix bug #7205589 CalendarView's WeekView rows are LTR in RTL locales" ...Fabrice Di Meglio
2012-09-23Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into jb...Fabrice Di Meglio
2012-09-21Fix bug #7205589 CalendarView's WeekView rows are LTR in RTL localesFabrice Di Meglio
2012-09-21Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio
2012-09-21Day numbers in CalendarView have incorrect size.Svetoslav Ganov
2012-05-04API REVIEW: android.widget.CalendarViewSvetoslav Ganov
2012-03-01Adding getter/setter for all public attributes in CalendarView.Svetoslav Ganov
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-10-31CalendarView title incorrectly updated for different languages.Svetoslav Ganov
2011-09-15CalendarView diregarding XML attributes.Svetoslav Ganov
2011-07-13Polish of the ActivityChooserView and ShareActionProvider.Svetoslav Ganov
2011-07-12Date/time pickers and calendar view not handling locale change.Svetoslav Ganov
2011-03-14Tapping on the week number sends the DatePicker to epoch start.Svetoslav Ganov
2011-01-26The calendar view widget was jumping incorrectly to the next weekSvetoslav Ganov
2011-01-24DatePicker is picking the wrong dateSvetoslav Ganov
2010-12-28Updating the ColandarView javadoc to reflect public attributesSvetoslav Ganov
2010-12-283313982 DatePicker/TimePicker allow users to scroll date/time even when disab...Svetoslav Ganov
2010-12-28Adding APIs for setting whether to show week number and setting the start day...Svetoslav Ganov