summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DayPickerView.java
AgeCommit message (Expand)Author
2020-07-20Remove @CorePlatformApi LocaleData usage in frameworksVictor Chang
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2017-06-13DayPickerView - clamp date to min/maxAndrei Stingaceanu
2017-06-06Fix unexpected DatePicker validationAndrei Stingaceanu
2017-05-17Unbreak even more APK 26 apps running on "O" preview/beta builds.Jeff Sharkey
2017-04-14Remove unnecessary casts on calls to findViewByIdAlan Viverette
2017-02-21CalendarView Material - fix exception if date is out of rangeAndrei Stingaceanu
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-07-08CalendarView Material - throw exception if date is out of rangeAndrei Stingaceanu
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
2015-05-15Return correct year in DayPickerPagerAdapter.getYearForPosition()Alan Viverette
2015-05-14Update button visibility as a final step in DayPickerView constructionAlan Viverette
2015-04-28Fix DatePicker max date, disabled day color, and arrow visibilityAlan Viverette
2015-04-22Implement RTL support in framework ViewPager, DatePickerAlan Viverette
2015-04-17Move date picker arrows out of SimpleMonthViewAlan Viverette
2015-04-10Fix date picker dialog sizeAlan Viverette
2015-04-01Scale month view for small screens, use verbatim span for AM/PM labelAlan Viverette
2015-03-30Clean up date picker attributes, add caretsAlan Viverette
2015-03-23Update DatePicker and CalendarView to latest Material specAlan Viverette
2015-01-08Merge "Fix accessibility delegation"Alan Viverette
2015-01-07Fix accessibility delegationAlan Viverette
2015-01-07Fix date picker color handling, expose StateSet utils in more placesAlan Viverette
2014-11-13Implement Material-style delegate for CalendarViewAlan Viverette
2014-11-06Clean up encapsulation in date picker classesAlan Viverette
2014-11-03Always update date picker position after change in rangeAlan Viverette
2014-10-24Fix min/max date range in DatePicker calendar modeAlan Viverette
2014-08-25Update date and time picker stylingAlan Viverette
2014-07-15Update DatePicker widget and its related dialogFabrice Di Meglio