summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DatePicker.java
Commit message (Expand)AuthorAgeFilesLines
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* Rename @EnumEntry and @FlagEntryAshley Rose2019-03-181-2/+2
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+13
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+3
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+4
* Improved autofill support on DatePicker and TimePicker:Felipe Leme2017-08-151-14/+38
* Provide a way to set AutofillId on ViewStructure.Felipe Leme2017-04-251-0/+1
* Minor fixes on Autofill Framework:Felipe Leme2017-04-241-2/+0
* Simplified autofill() methods by returning void instead of boolean.Felipe Leme2017-03-291-6/+5
* TRON log important auto-fill eventsPhilip P. Moltmann2017-03-161-2/+4
* Make it clear which type of AutoFillValue is setPhilip P. Moltmann2017-03-141-1/+8
* Fix a few auto fill ussuesSvet Ganov2017-03-131-1/+1
* Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme2017-03-091-10/+10
* Optimize ViewStructure for autofill by removing irrelevant nodes.Felipe Leme2017-03-081-0/+5
* Replace AutoFillType by view constants.Felipe Leme2017-03-071-3/+2
* Added auto-fill support for DatePicker and TimePicker.Felipe Leme2017-03-011-0/+60
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-2/+2
* resolve merge conflicts of 6e37f8a to masterAndreas Gampe2016-09-251-4/+54
|\
| * Allow developer to override Material-style modes in picker dialogsAlan Viverette2016-09-221-4/+54
* | DatePicker A11Y fix time announced for date widgetsAndrei Stingaceanu2016-06-161-0/+14
* | Add setOnDateChangedListener to DatePickerClara Bayarri2016-06-031-0/+17
|/
* Use ICU's Calendar class in date picker & related classesAlan Viverette2016-05-251-4/+4
* Deprecate methods not supported by Material-style date pickerAlan Viverette2016-04-061-1/+14
* Refactor DatePickerDialog constructors to avoid early callbackAlan Viverette2016-04-011-2/+0
* Use Holo date/time picker layouts on very small screensAlan Viverette2016-03-011-651/+85
* Fixed calendar fields comparisonPhilipp Hasper2016-01-081-2/+2
* Docs nitAlan Viverette2015-03-231-1/+1
* Clean up date pickerAlan Viverette2015-03-231-10/+24
* Update DatePicker and CalendarView to latest Material specAlan Viverette2015-03-231-5/+8
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-23/+2
* Fix accessibility delegationAlan Viverette2015-01-071-7/+11
* Update documentation for DatePicker to reflect the new modeAlan Viverette2014-11-241-6/+22
* Restore changes that were needed.Craig Mautner2014-09-161-6/+1
* Merge "Revert "Fix various bugs in DatePickerCalendarDelegate"" into lmp-devCraig Mautner2014-09-161-6/+6
|\
| * Revert "Fix various bugs in DatePickerCalendarDelegate"Craig Mautner2014-09-161-6/+6
* | Merge "Fix various bugs in DatePickerCalendarDelegate" into lmp-devCraig Mautner2014-09-161-0/+5
|\|
| * Fix various bugs in DatePickerCalendarDelegateCraig Mautner2014-09-161-6/+6
* | Properly handle dispatchRestoreInstanceState for new-style DatePickerAlan Viverette2014-09-151-9/+2
|/
* Merge "Add first day of week API to date picker" into lmp-devAlan Viverette2014-09-071-1/+60
|\
| * Add first day of week API to date pickerAlan Viverette2014-09-031-1/+60
* | Fix AM/PM text i18n and clean up keyboard support in time pickerAlan Viverette2014-09-031-2/+2
|/
* Fix date and time picker stylingAlan Viverette2014-08-151-31/+30
* Allow TimePicker/DatePicker to use legacy layout styleChet Haase2014-08-071-11/+18
* Clean up TimePicker and DatePicker stylingAlan Viverette2014-07-291-333/+16
* Update DatePicker widget and its related dialogFabrice Di Meglio2014-07-151-15/+402
* resolved conflicts for merge of 04c987a8 to masterElliott Hughes2014-05-301-2/+2
|\