summaryrefslogtreecommitdiff
path: root/core/java/android/widget/DatePicker.java
AgeCommit message (Expand)Author
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-01-09Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-18Rename @EnumEntry and @FlagEntryAshley Rose
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-08-15Improved autofill support on DatePicker and TimePicker:Felipe Leme
2017-04-25Provide a way to set AutofillId on ViewStructure.Felipe Leme
2017-04-24Minor fixes on Autofill Framework:Felipe Leme
2017-03-29Simplified autofill() methods by returning void instead of boolean.Felipe Leme
2017-03-16TRON log important auto-fill eventsPhilip P. Moltmann
2017-03-14Make it clear which type of AutoFillValue is setPhilip P. Moltmann
2017-03-13Fix a few auto fill ussuesSvet Ganov
2017-03-09Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme
2017-03-08Optimize ViewStructure for autofill by removing irrelevant nodes.Felipe Leme
2017-03-07Replace AutoFillType by view constants.Felipe Leme
2017-03-01Added auto-fill support for DatePicker and TimePicker.Felipe Leme
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-09-25resolve merge conflicts of 6e37f8a to masterAndreas Gampe
2016-09-22Allow developer to override Material-style modes in picker dialogsAlan Viverette
2016-06-16DatePicker A11Y fix time announced for date widgetsAndrei Stingaceanu
2016-06-03Add setOnDateChangedListener to DatePickerClara Bayarri
2016-05-25Use ICU's Calendar class in date picker & related classesAlan Viverette
2016-04-06Deprecate methods not supported by Material-style date pickerAlan Viverette
2016-04-01Refactor DatePickerDialog constructors to avoid early callbackAlan Viverette
2016-03-01Use Holo date/time picker layouts on very small screensAlan Viverette
2016-01-08Fixed calendar fields comparisonPhilipp Hasper
2015-03-23Docs nitAlan Viverette
2015-03-23Clean up date pickerAlan Viverette
2015-03-23Update DatePicker and CalendarView to latest Material specAlan Viverette
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-11-24Update documentation for DatePicker to reflect the new modeAlan Viverette
2014-09-16Restore changes that were needed.Craig Mautner
2014-09-16Merge "Revert "Fix various bugs in DatePickerCalendarDelegate"" into lmp-devCraig Mautner
2014-09-16Revert "Fix various bugs in DatePickerCalendarDelegate"Craig Mautner
2014-09-16Merge "Fix various bugs in DatePickerCalendarDelegate" into lmp-devCraig Mautner
2014-09-16Fix various bugs in DatePickerCalendarDelegateCraig Mautner
2014-09-15Properly handle dispatchRestoreInstanceState for new-style DatePickerAlan Viverette
2014-09-07Merge "Add first day of week API to date picker" into lmp-devAlan Viverette
2014-09-03Add first day of week API to date pickerAlan Viverette
2014-09-03Fix AM/PM text i18n and clean up keyboard support in time pickerAlan Viverette
2014-08-15Fix date and time picker stylingAlan Viverette
2014-08-07Allow TimePicker/DatePicker to use legacy layout styleChet Haase
2014-07-29Clean up TimePicker and DatePicker stylingAlan Viverette
2014-07-15Update DatePicker widget and its related dialogFabrice Di Meglio
2014-05-30resolved conflicts for merge of 04c987a8 to masterElliott Hughes