summaryrefslogtreecommitdiff
path: root/core/java/android/widget/CompoundButton.java
AgeCommit message (Expand)Author
2021-02-03Enable use of of CompoundButtons in RemoteViewsSteven Kideckel
2020-07-14Delay sending accessibility events a little for temporarily detached viewyingleiw
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-19change CompoundButton button to use the accessibility state APIyingleiw
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-11-14Minor Content Capture-related changes.Felipe Leme
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
2017-04-24Minor fixes on Autofill Framework:Felipe Leme
2017-03-29Simplified autofill() methods by returning void instead of boolean.Felipe Leme
2017-03-16TRON log important auto-fill eventsPhilip P. Moltmann
2017-03-14Merge "Make it clear which type of AutoFillValue is set"Philip P. Moltmann
2017-03-14Merge "Renamed ViewStructure.setSanitized() to setDataIsSensitive()."TreeHugger Robot
2017-03-14Renamed ViewStructure.setSanitized() to setDataIsSensitive().Felipe Leme
2017-03-14Make it clear which type of AutoFillValue is setPhilip P. Moltmann
2017-03-13Fix a few auto fill ussuesSvet Ganov
2017-03-09Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme
2017-03-07Replace AutoFillType by view constants.Felipe Leme
2017-03-01Added auto-fill support for DatePicker and TimePicker.Felipe Leme
2017-02-22Added sanitization for CompoundButton and RadioGroup.Felipe Leme
2017-02-21Added auto-fill listeners for RadioGroup and CompoundButton.Felipe Leme
2017-02-06Refined session management so Save can be automatically called.Felipe Leme
2017-02-01Improved AutoFill Save workflow.Felipe Leme
2017-01-10YAMAFFR - Yet Another Major AutoFill Framework RefactoringFelipe Leme
2016-12-01Add @Nullable to CompoundButton#setOnCheckedChangeListener().Jason Long
2016-10-11Fix import statements in android.widget package.Aurimas Liutikas
2016-05-10Remove @Nullable from primitive/void types.Ian Rogers
2016-03-11Add consistent @NonNull annotations for drawable callbacksAlan Viverette
2015-09-04Invalidate when Drawable.setState() returns trueAlan Viverette
2015-06-30Resolve CompoundButton's foreground drawable for layout direction changeDoris Liu
2015-05-07Use new hierarchy viewer protocol in all View subclassesSiva Velusamy
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-18Add @ResourceInt annotations on APIsTor Norbye
2015-02-12Add missing accessor to CompoundDrawable, clean up javadocAlan Viverette
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-10-27Play CLICK sound effect when compound buttons are clickedAlan Viverette
2014-10-17Translate compound button drawable by scroll positionAlan Viverette
2014-09-14Clean up view drawable tinting methods, fix default modesAlan Viverette
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-17Add attributes and accessors for tinting View drawablesAlan Viverette
2014-06-13Support hotspots in View drawablesAlan Viverette
2014-05-19TouchFeedbackDrawable is now RippleDrawableAlan Viverette