summaryrefslogtreecommitdiff
path: root/core/java/android/widget/CheckedTextView.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-04-15Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad
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
2018-01-26Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla
2018-01-09Move A11y events throttling away from View(RootImpl)Eugene Susla
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-04-25Apply tint when setting check mark drawableAlan Viverette
2016-03-11Add consistent @NonNull annotations for drawable callbacksAlan Viverette
2015-11-17Start saving CheckedTextView checked state.Aurimas Liutikas
2015-09-04Invalidate when Drawable.setState() returns trueAlan Viverette
2015-08-12Clear check mark resource ID when set from Drawable objectAlan Viverette
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-02-23Clean up AlertDialog javadocs, add overlay theme for dialogsAlan Viverette
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-10-29Update drawable state after updating tint listAlan Viverette
2014-09-14Clean up view drawable tinting methods, fix default modesAlan Viverette
2014-08-14Show checkmarks at the start of material AlertDialog list itemsAdam Powell
2014-08-06Separate tint and tintMode propertiesAlan Viverette
2014-07-22Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette
2014-06-18Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette
2014-06-13Support hotspots in View drawablesAlan Viverette
2014-05-22Update switch, checkbox, radio button, button, and toggle buttonAlan Viverette
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2013-09-12resolved conflicts for merge of aca95ca0 to masterKenny Root
2013-09-12Add live region politeness to View, AccessibilityNodeInfoAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-07-16am 42658ed5: am 30ad7203: Merge "Consider mScrollX when drawing the checkMark...Adam Powell
2013-06-05Optimizing AccessibilityNodeInfo caching.Svetoslav
2013-05-06Consider mScrollX when drawing the checkMarkDrawableJorn Jacobsson
2012-10-12Fix bug #7334966 Padding is still broken in RTL languagesFabrice Di Meglio
2012-09-30Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play s...Fabrice Di Meglio
2012-09-30Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play s...Fabrice Di Meglio
2012-09-28Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio
2012-09-28Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play s...Fabrice Di Meglio
2012-08-24Fix again bug #6887370 ListPreference shows misaligned radio drawables (in Ch...Fabrice Di Meglio
2012-08-16Improve resolution of RTL related propertiesFabrice Di Meglio
2012-07-26Make CheckedTextView RTL aware - DO NOT MERGEFabrice Di Meglio
2012-05-11Fix inconsitency in aAccessibilityNodeInfo cache.Svetoslav Ganov
2012-05-01API fix in CheckedTextViewGilles Debunne
2012-04-30CheckedTextView should be reported to accessibility as checkable.Svetoslav Ganov
2012-03-09Merge "Removing checked state description text for accessibility from some wi...Svetoslav Ganov
2012-03-09Removing checked state description text for accessibility from some widgets.Svetoslav Ganov
2012-03-08More fixes about paddingFabrice Di Meglio
2012-03-01Improve RTL APIsFabrice Di Meglio
2012-02-15Add View.onResolvePadding() as a public APIFabrice Di Meglio