summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Switch.java
Commit message (Expand)AuthorAgeFilesLines
* Support for hollow switch and seek bar thumbsAlan Viverette2014-05-121-22/+68
* Add null bg check to switchAlan Viverette2014-04-231-1/+1
* Add ripple to switches, radio buttons, check boxes, seek barsAlan Viverette2014-04-221-7/+13
* Quantum for seek bars, spinners, switchesAlan Viverette2014-03-031-29/+35
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-2/+2
* Ensure toggle calls setChecked() since apps may have relied on thisAlan Viverette2013-09-261-14/+17
* Animate state change for SwitchAlan Viverette2013-09-171-27/+87
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-6/+28
* Text layout in switch may be null when accessibility events are fired.Svetoslav Ganov2012-09-141-3/+3
* Fix bug #7148393 Switch can crash when hierarchyviewer is connectedFabrice Di Meglio2012-09-111-4/+5
* resolved conflicts for merge of 4ea6a8eb to jb-mr1-devJean-Baptiste Queru2012-08-201-1/+1
|\
| * am f515c6f4: Merge "Switch widget: Fix ON/OFF option update error"Jean-Baptiste Queru2012-08-201-1/+1
| |\
| | * Switch widget: Fix ON/OFF option update errorYu Haonong2012-07-181-1/+1
* | | am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...Scott Main2012-07-251-0/+11
|\ \ \ | |/ /
| * | docs: fix a bunch of links from javadocs to api guidesScott Main2012-07-241-0/+11
| |/
* | am 1b15102f: am 72b8fc7e: Merge "Revert "Fix fake bold for fallback fonts in ...Victoria Lease2012-06-121-3/+1
|\ \ | |/
| * Revert "Fix fake bold for fallback fonts in frameworks."Victoria Lease2012-06-111-3/+1
* | am 2203fab2: am 2e6f9be5: Merge "Fix fake bold for fallback fonts in framewor...Victoria Lease2012-06-081-1/+3
|\ \ | |/
| * Fix fake bold for fallback fonts in frameworks.Victoria Lease2012-06-081-1/+3
* | Remove dead code in SwitchFabrice Di Meglio2012-06-051-34/+0
* | Make Switch widget aware of layout directionFabrice Di Meglio2012-06-011-6/+42
|/
* 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