index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
TimePickerSpinnerDelegate.java
Age
Commit message (
Expand
)
Author
2020-07-20
Use DateFormatSymbols directly instead of using LocaleData
Victor Chang
2018-09-17
Always use Context.getSystemService() to get IMM
Yohei Yukawa
2017-08-15
Improved autofill support on DatePicker and TimePicker:
Felipe Leme
2017-05-23
Disable state save/restore for inflated date/time picker views
Adam Powell
2017-03-01
Added auto-fill support for DatePicker and TimePicker.
Felipe Leme
2017-02-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-02-06
Adding text input mode to TimePicker.
Aurimas Liutikas
2017-02-03
Revert "Implicitly cast views obtained via View.findView methods"
Alan Viverette
2017-01-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-07-07
TimePicker - introduce hidden methods for CTS testing
Andrei Stingaceanu
2016-06-03
Add setOnDateChangedListener to DatePicker
Clara Bayarri
2016-03-01
Use Holo date/time picker layouts on very small screens
Alan Viverette
2015-11-19
Set mTempCalendar in TimePickerSpinnerDelegate
Alan Viverette
2015-11-16
Clean up TimePicker
Alan Viverette
2015-07-09
Reduce overly aggressive use of narrowAm / narrowPm.
Narayan Kamath
2015-03-18
Deprecate AnalogClock widget, Integer methods on TimePickerView
Alan Viverette
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2014-10-23
Swap names for clock delegates so they are correct
Alan Viverette
2014-10-17
Prevent excessive accessibility announcements in TimePicker
Alan Viverette
2014-10-15
Update AM/PM selectors for clock face TimePicker
Alan Viverette
2014-09-03
Fix AM/PM text i18n and clean up keyboard support in time picker
Alan Viverette
2014-08-25
Update date and time picker styling
Alan Viverette
2014-08-21
Use CLDR narrow am/pm markers.
Elliott Hughes
2014-08-15
Fix date and time picker styling
Alan Viverette
2014-08-07
Use translatable strings for time picker AM/PM labels
Alan Viverette
2014-08-07
Allow TimePicker/DatePicker to use legacy layout style
Chet Haase