summaryrefslogtreecommitdiff
path: root/core/java/android/widget/CompoundButton.java
Commit message (Expand)AuthorAgeFilesLines
* Enable use of of CompoundButtons in RemoteViewsSteven Kideckel2021-02-031-0/+28
* Delay sending accessibility events a little for temporarily detached viewyingleiw2020-07-141-3/+5
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* change CompoundButton button to use the accessibility state APIyingleiw2019-11-191-2/+42
* Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad2019-04-151-12/+41
* 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
* Minor Content Capture-related changes.Felipe Leme2018-11-141-3/+8
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+4
* 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
* Minor fixes on Autofill Framework:Felipe Leme2017-04-241-2/+0
* Simplified autofill() methods by returning void instead of boolean.Felipe Leme2017-03-291-6/+5
* TRON log important auto-fill eventsPhilip P. Moltmann2017-03-161-2/+4
* Merge "Make it clear which type of AutoFillValue is set"Philip P. Moltmann2017-03-141-1/+7
|\
| * Make it clear which type of AutoFillValue is setPhilip P. Moltmann2017-03-141-1/+7
* | Merge "Renamed ViewStructure.setSanitized() to setDataIsSensitive()."TreeHugger Robot2017-03-141-1/+1
|\ \ | |/ |/|
| * Renamed ViewStructure.setSanitized() to setDataIsSensitive().Felipe Leme2017-03-141-1/+1
* | Fix a few auto fill ussuesSvet Ganov2017-03-131-1/+1
|/
* Replaced auto-fill by autofill to keep it consistent with API style.Felipe Leme2017-03-091-10/+10
* Replace AutoFillType by view constants.Felipe Leme2017-03-071-3/+2
* Added auto-fill support for DatePicker and TimePicker.Felipe Leme2017-03-011-1/+1
* Added sanitization for CompoundButton and RadioGroup.Felipe Leme2017-02-221-0/+14
* Added auto-fill listeners for RadioGroup and CompoundButton.Felipe Leme2017-02-211-3/+6
* Refined session management so Save can be automatically called.Felipe Leme2017-02-061-8/+9
* Improved AutoFill Save workflow.Felipe Leme2017-02-011-0/+8
* YAMAFFR - Yet Another Major AutoFill Framework RefactoringFelipe Leme2017-01-101-2/+23
* Add @Nullable to CompoundButton#setOnCheckedChangeListener().Jason Long2016-12-011-1/+1
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-6/+6
* Remove @Nullable from primitive/void types.Ian Rogers2016-05-101-1/+0
* Add consistent @NonNull annotations for drawable callbacksAlan Viverette2016-03-111-1/+1
* Invalidate when Drawable.setState() returns trueAlan Viverette2015-09-041-8/+5
* Resolve CompoundButton's foreground drawable for layout direction changeDoris Liu2015-06-301-0/+11
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-1/+10
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-0/+1
* Add missing accessor to CompoundDrawable, clean up javadocAlan Viverette2015-02-121-27/+35
* 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
* Play CLICK sound effect when compound buttons are clickedAlan Viverette2014-10-271-8/+10
* Translate compound button drawable by scroll positionAlan Viverette2014-10-171-1/+9
* Clean up view drawable tinting methods, fix default modesAlan Viverette2014-09-141-10/+21
* Separate tint and tintMode propertiesAlan Viverette2014-08-061-13/+14
* Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette2014-07-221-33/+16
* Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-4/+2
* Add attributes and accessors for tinting View drawablesAlan Viverette2014-06-171-12/+123
* Support hotspots in View drawablesAlan Viverette2014-06-131-0/+10
* TouchFeedbackDrawable is now RippleDrawableAlan Viverette2014-05-191-1/+1