summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DatePickerController.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up encapsulation in date picker classesAlan Viverette2014-11-061-7/+0
| | | | | | | | | First step to replacing CalendarView with DayPickerView. Removes dependencies on the DatePickerController class and adds setters and listeners needed to hook up to DatePicker or CalendarView. BUG: 18266649 Change-Id: Ic215f96eaddc0048040ec6bca0d85b776216fd26
* Fix min/max date range in DatePicker calendar modeAlan Viverette2014-10-241-15/+0
| | | | | | | Also cleans abstraction of various day/year pickers and adapters. BUG: 18104457 Change-Id: Ifde664788d8123a3123303940bac63c1350c2cd7
* Add first day of week API to date pickerAlan Viverette2014-09-031-0/+1
| | | | | BUG: 17377360 Change-Id: Id4c109ac68e083d488a4281655bf9411fea92163
* Update DatePicker widget and its related dialogFabrice Di Meglio2014-07-151-0/+56
- the old DatePicker widget is still there for obvious layout compatibility reasons - add a new delegate implementation for having a new UI - use the new delegate only for the DatePickerDialog (which does not need to be the same) - added support for Theming and light/dark Themes - added support for RTL - added support for Accessibility - verified support for Keyboard - verified that CTS tests for DatePicker are passing (for both the legacy and the new widgets) Also added a new HapticFeedbackConstants.CALENDAR_DATE and its related code for enabling day selection vibration Change-Id: I256bd7c21edd8f3b910413ca15ce26d3a5ef7d9c