summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Switch.java
Commit message (Expand)AuthorAgeFilesLines
* 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