summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TimePicker.java
AgeCommit message (Expand)Author
2020-07-20Use DateFormatSymbols directly instead of using LocaleDataVictor Chang
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-31Moar pre-partitioning refactoring.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
2017-02-06Adding text input mode to TimePicker.Aurimas Liutikas
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-08-25resolve merge conflicts of 1095b21 to masterColin Cross
2016-08-04Constrain input hour and minute to valid rangeAlan Viverette
2016-07-07TimePicker - introduce hidden methods for CTS testingAndrei Stingaceanu
2016-06-03Add setOnDateChangedListener to DatePickerClara Bayarri
2016-03-01Use Holo date/time picker layouts on very small screensAlan Viverette
2015-11-16Clean up TimePickerAlan Viverette
2015-10-22Implement new keyboard interaction model in TimePickerAlan Viverette
2015-03-18Deprecate AnalogClock widget, Integer methods on TimePickerViewAlan 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-10-23Swap names for clock delegates so they are correctAlan Viverette
2014-08-15Fix date and time picker stylingAlan Viverette
2014-08-07Allow TimePicker/DatePicker to use legacy layout styleChet Haase
2014-07-17Fix timepicker double done buttons.Craig Stout
2014-07-17Add public attributes for TimePicker stylingAlan Viverette
2014-07-11Fix TimePicker behaviorFabrice Di Meglio
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-09-27Update TimePicker widget and its related dialogFabrice Di Meglio
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-27resolved conflicts for merge of 71de1312 to masterFabrice Di Meglio
2013-08-23Fix bug #10462461 CTS TimePickerTest are broken for testSetOnTimeChangedListe...Fabrice Di Meglio
2013-08-21Decouple TimePicker codeFabrice Di Meglio
2013-08-16Fix old remaining i18n bugs on TimePicker:Fabrice Di Meglio
2013-03-21change "next" to "done" in minute IME option under 24-hour formatHyejin Kim
2012-09-21Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio