summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DayPickerView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove @CorePlatformApi LocaleData usage in frameworksVictor Chang2020-07-201-5/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* DayPickerView - clamp date to min/maxAndrei Stingaceanu2017-06-131-8/+11
* Fix unexpected DatePicker validationAndrei Stingaceanu2017-06-061-14/+7
* Unbreak even more APK 26 apps running on "O" preview/beta builds.Jeff Sharkey2017-05-171-2/+2
* Remove unnecessary casts on calls to findViewByIdAlan Viverette2017-04-141-3/+3
* CalendarView Material - fix exception if date is out of rangeAndrei Stingaceanu2017-02-211-3/+4
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-6/+6
* CalendarView Material - throw exception if date is out of rangeAndrei Stingaceanu2016-07-081-1/+15
* Merge commit '75dfc87e5e83c04adf876bc7d0d7cab17a31b4d5' into manual_merge_75d...Alan Viverette2016-05-251-1/+1
|\
| * Use ICU's Calendar class in date picker & related classesAlan Viverette2016-05-251-1/+1
* | Add @TestApi-guarded way to get bounds of specific day in CalendarViewKirill Grouchnikov2016-04-141-0/+11
|/
* Return correct year in DayPickerPagerAdapter.getYearForPosition()Alan Viverette2015-05-151-2/+2
* Update button visibility as a final step in DayPickerView constructionAlan Viverette2015-05-141-0/+2
* Fix DatePicker max date, disabled day color, and arrow visibilityAlan Viverette2015-04-281-12/+8
* Implement RTL support in framework ViewPager, DatePickerAlan Viverette2015-04-221-2/+16
* Move date picker arrows out of SimpleMonthViewAlan Viverette2015-04-171-109/+156
* Fix date picker dialog sizeAlan Viverette2015-04-101-0/+92
* Scale month view for small screens, use verbatim span for AM/PM labelAlan Viverette2015-04-011-1/+3
* Clean up date picker attributes, add caretsAlan Viverette2015-03-301-1/+10
* Update DatePicker and CalendarView to latest Material specAlan Viverette2015-03-231-422/+138
* Merge "Fix accessibility delegation"Alan Viverette2015-01-081-6/+11
|\
| * Fix accessibility delegationAlan Viverette2015-01-071-6/+11
* | Fix date picker color handling, expose StateSet utils in more placesAlan Viverette2015-01-071-0/+4
|/
* Implement Material-style delegate for CalendarViewAlan Viverette2014-11-131-17/+68
* Clean up encapsulation in date picker classesAlan Viverette2014-11-061-79/+42
* Always update date picker position after change in rangeAlan Viverette2014-11-031-3/+3
* Fix min/max date range in DatePicker calendar modeAlan Viverette2014-10-241-19/+50
* Update date and time picker stylingAlan Viverette2014-08-251-5/+0
* Update DatePicker widget and its related dialogFabrice Di Meglio2014-07-151-0/+506