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
/
CompoundButton.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable use of of CompoundButtons in RemoteViews
Steven Kideckel
2021-02-03
1
-0
/
+28
*
Delay sending accessibility events a little for temporarily detached view
yingleiw
2020-07-14
1
-3
/
+5
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
change CompoundButton button to use the accessibility state API
yingleiw
2019-11-19
1
-2
/
+42
*
Added BlendMode equivalent APIs to replace deprecated PorterDuff
Nader Jawad
2019-04-15
1
-12
/
+41
*
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
/
+5
*
Minor Content Capture-related changes.
Felipe Leme
2018-11-14
1
-3
/
+8
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+4
*
Revert "Move A11y events throttling away from View(RootImpl)"
Eugene Susla
2018-01-26
1
-1
/
+1
*
Move A11y events throttling away from View(RootImpl)
Eugene Susla
2018-01-09
1
-1
/
+1
*
Minor fixes on Autofill Framework:
Felipe Leme
2017-04-24
1
-2
/
+0
*
Simplified autofill() methods by returning void instead of boolean.
Felipe Leme
2017-03-29
1
-6
/
+5
*
TRON log important auto-fill events
Philip P. Moltmann
2017-03-16
1
-2
/
+4
*
Merge "Make it clear which type of AutoFillValue is set"
Philip P. Moltmann
2017-03-14
1
-1
/
+7
|
\
|
*
Make it clear which type of AutoFillValue is set
Philip P. Moltmann
2017-03-14
1
-1
/
+7
*
|
Merge "Renamed ViewStructure.setSanitized() to setDataIsSensitive()."
TreeHugger Robot
2017-03-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Renamed ViewStructure.setSanitized() to setDataIsSensitive().
Felipe Leme
2017-03-14
1
-1
/
+1
*
|
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
*
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
-1
/
+1
*
Added sanitization for CompoundButton and RadioGroup.
Felipe Leme
2017-02-22
1
-0
/
+14
*
Added auto-fill listeners for RadioGroup and CompoundButton.
Felipe Leme
2017-02-21
1
-3
/
+6
*
Refined session management so Save can be automatically called.
Felipe Leme
2017-02-06
1
-8
/
+9
*
Improved AutoFill Save workflow.
Felipe Leme
2017-02-01
1
-0
/
+8
*
YAMAFFR - Yet Another Major AutoFill Framework Refactoring
Felipe Leme
2017-01-10
1
-2
/
+23
*
Add @Nullable to CompoundButton#setOnCheckedChangeListener().
Jason Long
2016-12-01
1
-1
/
+1
*
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-6
/
+6
*
Remove @Nullable from primitive/void types.
Ian Rogers
2016-05-10
1
-1
/
+0
*
Add consistent @NonNull annotations for drawable callbacks
Alan Viverette
2016-03-11
1
-1
/
+1
*
Invalidate when Drawable.setState() returns true
Alan Viverette
2015-09-04
1
-8
/
+5
*
Resolve CompoundButton's foreground drawable for layout direction change
Doris Liu
2015-06-30
1
-0
/
+11
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-1
/
+10
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-0
/
+1
*
Add missing accessor to CompoundDrawable, clean up javadoc
Alan Viverette
2015-02-12
1
-27
/
+35
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-2
/
+5
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-4
/
+6
*
Update drawable state after updating tint list
Alan Viverette
2014-10-29
1
-0
/
+6
*
Play CLICK sound effect when compound buttons are clicked
Alan Viverette
2014-10-27
1
-8
/
+10
*
Translate compound button drawable by scroll position
Alan Viverette
2014-10-17
1
-1
/
+9
*
Clean up view drawable tinting methods, fix default modes
Alan Viverette
2014-09-14
1
-10
/
+21
*
Separate tint and tintMode properties
Alan Viverette
2014-08-06
1
-13
/
+14
*
Clean up view tinting APIs, tileModeX/Y attribute docs
Alan Viverette
2014-07-22
1
-33
/
+16
*
Fix switch & slider anim, make View drawable hotspot API public
Alan Viverette
2014-06-18
1
-4
/
+2
*
Add attributes and accessors for tinting View drawables
Alan Viverette
2014-06-17
1
-12
/
+123
*
Support hotspots in View drawables
Alan Viverette
2014-06-13
1
-0
/
+10
*
TouchFeedbackDrawable is now RippleDrawable
Alan Viverette
2014-05-19
1
-1
/
+1
[next]