summaryrefslogtreecommitdiff
path: root/core/java/android/widget/CheckedTextView.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad2019-04-151-6/+40
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+5
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+3
* Revert "Move A11y events throttling away from View(RootImpl)"Eugene Susla2018-01-261-1/+1
* Move A11y events throttling away from View(RootImpl)Eugene Susla2018-01-091-1/+1
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-6/+6
* Apply tint when setting check mark drawableAlan Viverette2016-04-251-2/+5
* Add consistent @NonNull annotations for drawable callbacksAlan Viverette2016-03-111-1/+1
* Start saving CheckedTextView checked state.Aurimas Liutikas2015-11-171-0/+64
* Invalidate when Drawable.setState() returns trueAlan Viverette2015-09-041-8/+5
* Clear check mark resource ID when set from Drawable objectAlan Viverette2015-08-121-8/+11
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+9
* Clean up AlertDialog javadocs, add overlay theme for dialogsAlan Viverette2015-02-231-21/+26
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+2
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-2/+5
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Update drawable state after updating tint listAlan Viverette2014-10-291-0/+6
* Clean up view drawable tinting methods, fix default modesAlan Viverette2014-09-141-13/+30
* Show checkmarks at the start of material AlertDialog list itemsAdam Powell2014-08-141-9/+19
* Separate tint and tintMode propertiesAlan Viverette2014-08-061-14/+15
* Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette2014-07-221-0/+85
* Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-3/+2
* Support hotspots in View drawablesAlan Viverette2014-06-131-0/+10
* Update switch, checkbox, radio button, button, and toggle buttonAlan Viverette2014-05-221-1/+33
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* resolved conflicts for merge of aca95ca0 to masterKenny Root2013-09-121-1/+2
|\
| * Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-121-1/+2
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+8
|/
* am 42658ed5: am 30ad7203: Merge "Consider mScrollX when drawing the checkMark...Adam Powell2013-07-161-1/+1
|\
| * Consider mScrollX when drawing the checkMarkDrawableJorn Jacobsson2013-05-061-1/+1
* | Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-051-1/+1
|/
* Fix bug #7334966 Padding is still broken in RTL languagesFabrice Di Meglio2012-10-121-13/+2
* Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play s...Fabrice Di Meglio2012-09-301-1/+1
* Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play s...Fabrice Di Meglio2012-09-301-5/+1
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-281-9/+4
* Fix bug #7199562 UI mirroring for RTL locales (Arabic, Hebrew, Farsi): Play s...Fabrice Di Meglio2012-09-281-1/+16
* Fix again bug #6887370 ListPreference shows misaligned radio drawables (in Ch...Fabrice Di Meglio2012-08-241-11/+15
* Improve resolution of RTL related propertiesFabrice Di Meglio2012-08-161-3/+23
* Make CheckedTextView RTL aware - DO NOT MERGEFabrice Di Meglio2012-07-261-8/+13
* Fix inconsitency in aAccessibilityNodeInfo cache.Svetoslav Ganov2012-05-111-0/+1
* API fix in CheckedTextViewGilles Debunne2012-05-011-0/+26
* CheckedTextView should be reported to accessibility as checkable.Svetoslav Ganov2012-04-301-0/+1
* Merge "Removing checked state description text for accessibility from some wi...Svetoslav Ganov2012-03-091-10/+0
|\
| * Removing checked state description text for accessibility from some widgets.Svetoslav Ganov2012-03-091-10/+0
* | More fixes about paddingFabrice Di Meglio2012-03-081-0/+6
|/
* Improve RTL APIsFabrice Di Meglio2012-03-011-1/+1
* Add View.onResolvePadding() as a public APIFabrice Di Meglio2012-02-151-5/+1