summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/Switch.java
Commit message (Expand)AuthorAgeFilesLines
* Fix regression, don't NPE if Switch doesn't have a thumb setAlan Viverette2014-12-081-0/+4
* Play CLICK sound effect when compound buttons are clickedAlan Viverette2014-10-271-2/+8
* Add callback to track and thumb drawables, propagate state in ASLDAlan Viverette2014-09-261-0/+18
* Use correct checked value when animating SwitchAlan Viverette2014-08-121-0/+4
* Update switch assets, fix SearchView asset 9-patch areasAlan Viverette2014-07-301-40/+129
* Revert "Update switch assets, fix SearchView asset 9-patch areas"Alan Viverette2014-07-301-129/+40
* Update switch assets, fix SearchView asset 9-patch areasAlan Viverette2014-07-301-40/+129
* Fix switch text position when thumb is nullAlan Viverette2014-07-121-1/+1
* Remove old listener when rebinding SwitchPreferenceAlan Viverette2014-07-111-60/+96
* If we're not showing switch text, don't include in measure.John Spurlock2014-06-201-2/+2
* Don't show text in Material-styled switchAlan Viverette2014-06-191-8/+34
* Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-3/+2
* Support hotspots in View drawablesAlan Viverette2014-06-131-0/+14
* Update switch, checkbox, radio button, button, and toggle buttonAlan Viverette2014-05-221-3/+12
* TouchFeedbackDrawable is now RippleDrawableAlan Viverette2014-05-191-1/+1
* Update ripple behavior, use render thread animationAlan Viverette2014-05-161-5/+23
* 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