summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SimpleMonthAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Update DatePicker and CalendarView to latest Material specAlan Viverette2015-03-231-220/+0
| | | | | Bug: 19431364 Change-Id: If364a051a5208d170495de4182e46b32c7560e08
* Fix date picker color handling, expose StateSet utils in more placesAlan Viverette2015-01-071-3/+10
| | | | | | | | | | Enabled use of color selectors for the day number text, which lets us use the "activated" text color and push the selection background opacity up to 100%. Also ensures the selector circle stays within the bounds of the selected day. BUG: 18864682 Change-Id: Ia36ea748f83e13683a1de8ac1a259d353578d61a
* Implement Material-style delegate for CalendarViewAlan Viverette2014-11-131-3/+28
| | | | | BUG: 18266649 Change-Id: Ifd749328754b82dc43259ca7dadb472e449bdfff
* Clean up encapsulation in date picker classesAlan Viverette2014-11-061-37/+40
| | | | | | | | | 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-27/+38
| | | | | | | Also cleans abstraction of various day/year pickers and adapters. BUG: 18104457 Change-Id: Ifde664788d8123a3123303940bac63c1350c2cd7
* Fix bug #16245852 Clean SimpleMonthView.setMonthParams() in the new DatePickerFabrice Di Meglio2014-07-251-7/+3
| | | | | | | - simply create a method for passing those parameters - remove non needed constants Change-Id: If6e7d21ff07370edd8c73d1e9b5c5f820f3deb5d
* Update DatePicker widget and its related dialogFabrice Di Meglio2014-07-151-0/+178
- 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