summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TimePicker.java
Commit message (Expand)AuthorAgeFilesLines
* Use DateFormatSymbols directly instead of using LocaleDataVictor Chang2020-07-201-5/+7
* 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/+8
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+2
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+4
* Improved autofill support on DatePicker and TimePicker:Felipe Leme2017-08-151-17/+42
* 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
* Moar pre-partitioning refactoring.Felipe Leme2017-03-311-0/+1
* Simplified autofill() methods by returning void instead of boolean.Felipe Leme2017-03-291-6/+4
* 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/+64
* Adding text input mode to TimePicker.Aurimas Liutikas2017-02-061-0/+12
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-4/+4
* resolve merge conflicts of 6e37f8a to masterAndreas Gampe2016-09-251-4/+53
|\
| * Allow developer to override Material-style modes in picker dialogsAlan Viverette2016-09-221-4/+54
* | resolve merge conflicts of 1095b21 to masterColin Cross2016-08-251-18/+20
|\|
| * Constrain input hour and minute to valid rangeAlan Viverette2016-08-041-18/+20
* | TimePicker - introduce hidden methods for CTS testingAndrei Stingaceanu2016-07-071-0/+37
* | Add setOnDateChangedListener to DatePickerClara Bayarri2016-06-031-0/+5
|/
* Use Holo date/time picker layouts on very small screensAlan Viverette2016-03-011-0/+67
* Clean up TimePickerAlan Viverette2015-11-161-76/+20
* Implement new keyboard interaction model in TimePickerAlan Viverette2015-10-221-0/+12
* Deprecate AnalogClock widget, Integer methods on TimePickerViewAlan Viverette2015-03-181-26/+83
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-22/+4
* Fix accessibility delegationAlan Viverette2015-01-071-7/+11
* Swap names for clock delegates so they are correctAlan Viverette2014-10-231-2/+2
* Fix date and time picker stylingAlan Viverette2014-08-151-30/+30
* Allow TimePicker/DatePicker to use legacy layout styleChet Haase2014-08-071-7/+14
* Fix timepicker double done buttons.Craig Stout2014-07-171-0/+8
* Add public attributes for TimePicker stylingAlan Viverette2014-07-171-55/+11
* Fix TimePicker behaviorFabrice Di Meglio2014-07-111-10/+17
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Update TimePicker widget and its related dialogFabrice Di Meglio2013-09-271-597/+88
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-6/+10
* resolved conflicts for merge of 71de1312 to masterFabrice Di Meglio2013-08-271-4/+12
|\
| * Fix bug #10462461 CTS TimePickerTest are broken for testSetOnTimeChangedListe...Fabrice Di Meglio2013-08-231-3/+11
* | Decouple TimePicker codeFabrice Di Meglio2013-08-211-511/+648
|/
* Fix old remaining i18n bugs on TimePicker:Fabrice Di Meglio2013-08-161-9/+106
* change "next" to "done" in minute IME option under 24-hour formatHyejin Kim2013-03-211-0/+10
* Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio2012-09-211-2/+2