index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
TimePicker.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DateFormatSymbols directly instead of using LocaleData
Victor Chang
2020-07-20
1
-5
/
+7
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-09
1
-1
/
+1
*
Rename @EnumEntry and @FlagEntry
Ashley Rose
2019-03-18
1
-2
/
+2
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+2
*
@InspectableProperty coverage for android.widget
Ashley Rose
2019-02-04
1
-0
/
+8
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+2
*
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-12-13
1
-1
/
+4
*
Improved autofill support on DatePicker and TimePicker:
Felipe Leme
2017-08-15
1
-17
/
+42
*
Provide a way to set AutofillId on ViewStructure.
Felipe Leme
2017-04-25
1
-0
/
+1
*
Minor fixes on Autofill Framework:
Felipe Leme
2017-04-24
1
-2
/
+0
*
Moar pre-partitioning refactoring.
Felipe Leme
2017-03-31
1
-0
/
+1
*
Simplified autofill() methods by returning void instead of boolean.
Felipe Leme
2017-03-29
1
-6
/
+4
*
TRON log important auto-fill events
Philip P. Moltmann
2017-03-16
1
-2
/
+4
*
Make it clear which type of AutoFillValue is set
Philip P. Moltmann
2017-03-14
1
-1
/
+8
*
Fix a few auto fill ussues
Svet Ganov
2017-03-13
1
-1
/
+1
*
Replaced auto-fill by autofill to keep it consistent with API style.
Felipe Leme
2017-03-09
1
-10
/
+10
*
Optimize ViewStructure for autofill by removing irrelevant nodes.
Felipe Leme
2017-03-08
1
-0
/
+5
*
Replace AutoFillType by view constants.
Felipe Leme
2017-03-07
1
-3
/
+2
*
Added auto-fill support for DatePicker and TimePicker.
Felipe Leme
2017-03-01
1
-0
/
+64
*
Adding text input mode to TimePicker.
Aurimas Liutikas
2017-02-06
1
-0
/
+12
*
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-4
/
+4
*
resolve merge conflicts of 6e37f8a to master
Andreas Gampe
2016-09-25
1
-4
/
+53
|
\
|
*
Allow developer to override Material-style modes in picker dialogs
Alan Viverette
2016-09-22
1
-4
/
+54
*
|
resolve merge conflicts of 1095b21 to master
Colin Cross
2016-08-25
1
-18
/
+20
|
\
|
|
*
Constrain input hour and minute to valid range
Alan Viverette
2016-08-04
1
-18
/
+20
*
|
TimePicker - introduce hidden methods for CTS testing
Andrei Stingaceanu
2016-07-07
1
-0
/
+37
*
|
Add setOnDateChangedListener to DatePicker
Clara Bayarri
2016-06-03
1
-0
/
+5
|
/
*
Use Holo date/time picker layouts on very small screens
Alan Viverette
2016-03-01
1
-0
/
+67
*
Clean up TimePicker
Alan Viverette
2015-11-16
1
-76
/
+20
*
Implement new keyboard interaction model in TimePicker
Alan Viverette
2015-10-22
1
-0
/
+12
*
Deprecate AnalogClock widget, Integer methods on TimePickerView
Alan Viverette
2015-03-18
1
-26
/
+83
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-22
/
+4
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-7
/
+11
*
Swap names for clock delegates so they are correct
Alan Viverette
2014-10-23
1
-2
/
+2
*
Fix date and time picker styling
Alan Viverette
2014-08-15
1
-30
/
+30
*
Allow TimePicker/DatePicker to use legacy layout style
Chet Haase
2014-08-07
1
-7
/
+14
*
Fix timepicker double done buttons.
Craig Stout
2014-07-17
1
-0
/
+8
*
Add public attributes for TimePicker styling
Alan Viverette
2014-07-17
1
-55
/
+11
*
Fix TimePicker behavior
Fabrice Di Meglio
2014-07-11
1
-10
/
+17
*
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-2
/
+0
*
Update TimePicker widget and its related dialog
Fabrice Di Meglio
2013-09-27
1
-597
/
+88
*
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-6
/
+10
*
resolved conflicts for merge of 71de1312 to master
Fabrice Di Meglio
2013-08-27
1
-4
/
+12
|
\
|
*
Fix bug #10462461 CTS TimePickerTest are broken for testSetOnTimeChangedListe...
Fabrice Di Meglio
2013-08-23
1
-3
/
+11
*
|
Decouple TimePicker code
Fabrice Di Meglio
2013-08-21
1
-511
/
+648
|
/
*
Fix old remaining i18n bugs on TimePicker:
Fabrice Di Meglio
2013-08-16
1
-9
/
+106
*
change "next" to "done" in minute IME option under 24-hour format
Hyejin Kim
2013-03-21
1
-0
/
+10
*
Fix bug #7206086 NumberPicker widget should use locale digits
Fabrice Di Meglio
2012-09-21
1
-2
/
+2
[next]