summaryrefslogtreecommitdiff
path: root/core/java/android/preference/SwitchPreference.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Deprecates framework Preference classesLouis Pullen-Freilich2018-11-191-0/+7
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-171-0/+2
* Let support preferences use DeviceDefault themesJason Monk2015-11-121-1/+1
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Fix accessibility events emitted from TwoStatePreferenceAlan Viverette2014-09-021-2/+0
* Remove old listener when rebinding SwitchPreferenceAlan Viverette2014-07-111-1/+7
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+23
* Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide backAdam Powell2011-08-231-12/+8
* Improving accessibility feedback for two state widgets.Svetoslav Ganov2011-07-291-2/+2
* TwoStatePreference does not fire click events.Svetoslav Ganov2011-07-221-2/+2
* Add SwitchPreferenceAdam Powell2011-06-081-0/+180