summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SimpleMonthView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove @CorePlatformApi LocaleData usage in frameworks" am: 3f89b904a8...vichang2020-07-221-3/+3
|\
| * Remove @CorePlatformApi LocaleData usage in frameworksVictor Chang2020-07-201-3/+3
* | Process numpad enter key along with enter key.Byungsung You2020-04-151-0/+1
* | Set "today" and "selected" for Datepicker when using Calenderyingleiw2019-10-241-0/+9
* | [SimpleMonthView] days should be set clickable even when disabledyingleiw2019-09-231-0/+1
|/
* Fix incorrect leap year logicNeil Fuller2019-04-171-1/+1
* Fix monkey bug when focus change before layoutGeorge Mount2017-08-041-0/+4
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-6/+6
* Custom pointer icon for DatePicker and TimePickerVladislav Kaznacheev2016-09-231-0/+16
* 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
* | Merge "Use standalone capitalization for month labels" into nyc-dev am: 89524...Alan Viverette2016-05-161-0/+2
|\|
| * Use standalone capitalization for month labelsAlan Viverette2016-05-161-0/+2
* | Merge "Remove extra logging in DatePicker" into nyc-dev am: c952b035b2 am: a6...Alan Viverette2016-05-121-38/+0
|\|
| * Remove extra logging in DatePickerAlan Viverette2016-05-111-38/+0
* | Merge "Update day of week labels when setting month params in SimpleMonthView...Alan Viverette2016-04-141-2/+4
|\|
| * Update day of week labels when setting month params in SimpleMonthViewAlan Viverette2016-04-141-2/+4
* | Add @TestApi-guarded way to get bounds of specific day in CalendarViewKirill Grouchnikov2016-04-141-1/+1
|/
* Pull weekday names directly from ICUAlan Viverette2016-03-291-14/+26
* Add temporary logging to SimpleMonthViewAlan Viverette2016-03-091-0/+22
* Clean up SimpleMonthView formattersAlan Viverette2016-03-041-28/+43
* Improve DatePicker focus for keyboards.George Mount2015-11-061-6/+247
* Switch SimpleDateFormat to icu versionDeepanshu Gupta2015-08-061-1/+1
* Localize SimpleMonthViewChet Haase2015-07-171-2/+5
* Fix DatePicker max date, disabled day color, and arrow visibilityAlan Viverette2015-04-281-17/+32
* Implement RTL support in framework ViewPager, DatePickerAlan Viverette2015-04-221-9/+47
* Move date picker arrows out of SimpleMonthViewAlan Viverette2015-04-171-179/+35
* Fix date picker dialog sizeAlan Viverette2015-04-101-15/+3
* Scale month view for small screens, use verbatim span for AM/PM labelAlan Viverette2015-04-011-28/+66
* Clean up date picker attributes, add caretsAlan Viverette2015-03-301-85/+270
* Update DatePicker and CalendarView to latest Material specAlan Viverette2015-03-231-313/+382
* Use text ascent / descent to center SimpleMonthView labelsAlan Viverette2015-01-081-16/+27
* Fix date picker color handling, expose StateSet utils in more placesAlan Viverette2015-01-071-119/+105
* Fix min/max date range in DatePicker calendar modeAlan Viverette2014-10-241-11/+9
* Add support for Explore by Touch to RadialTimePickerViewAlan Viverette2014-10-241-1/+2
* Use Calendar day of week rather than Time in SimpleMonthViewAlan Viverette2014-09-101-4/+9
* Use correct single-letter date format in SimpleMonthViewAlan Viverette2014-08-191-7/+19
* Fix date and time picker stylingAlan Viverette2014-08-151-21/+17
* Fix bug #16245852 Clean SimpleMonthView.setMonthParams() in the new DatePickerFabrice Di Meglio2014-07-251-68/+32
* Update DatePicker widget and its related dialogFabrice Di Meglio2014-07-151-0/+720