summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Switch.java
Commit message (Expand)AuthorAgeFilesLines
* Fix text transformations in Switches.Daniel Sandler2012-04-191-2/+18
* Switch does not append its state text to accessibility node infos.Svetoslav Ganov2012-04-121-0/+11
* Merge "Removing checked state description text for accessibility from some wi...Svetoslav Ganov2012-03-091-11/+2
|\
| * Removing checked state description text for accessibility from some widgets.Svetoslav Ganov2012-03-091-11/+2
* | Fix docsAdam Powell2012-03-081-2/+2
* | Public API for android.widget.Spinner propertiesAdam Powell2012-03-081-0/+23
* | Public API for android.widget.Switch propertiesAdam Powell2012-03-081-0/+129
|/
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+13
* Fix for NPE in SwitchGilles Debunne2011-09-011-2/+4
* Made the Switch class public.Chet Haase2011-08-291-22/+26
* Flingable switchesAdam Powell2011-08-091-1/+1
* Fix bug 5112702 - switches should have "ON" on the rightAdam Powell2011-08-071-3/+3
* Improving accessibility feedback for two state widgets.Svetoslav Ganov2011-07-291-2/+13
* Switch state text not added to accessibility events.Svetoslav Ganov2011-07-231-0/+8
* Switch is not affected by touch when disabledGilles Debunne2011-06-131-2/+3
* Add SwitchPreferenceAdam Powell2011-06-081-2/+3
* The switch widget didn't work properly until after onMeasure had run.Joe Onorato2011-01-071-2/+5
* Remove line height attribute from TextView.Gilles Debunne2010-12-141-6/+0
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+1
* Add the Switch widgetAdam Powell2010-11-291-0/+631