summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SearchView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* Fix accessibility delegationAlan Viverette2015-01-071-4/+6
* Remove underline and search icon from ActionBar search viewAlan Viverette2014-11-181-96/+117
* Make SearchView styles public, remove public Holo styles added in LAlan Viverette2014-09-101-2/+3
* Fix a regression in SearchView focusabilityAdam Powell2014-09-031-0/+4
* Add style for SearchViewAlan Viverette2014-07-021-52/+69
* SearchView improvement for IMEFabrice Di Meglio2014-03-281-1/+1
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-1/+1
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-5/+20
* Clear SearchView query field when collapsed as an action viewAdam Powell2012-12-101-0/+1
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-281-2/+2
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* am ad17717e: am d3b74b91: am b307ceb4: Merge "SearchWidget: passing APP_DATA ...Jean-Baptiste Queru2012-09-041-0/+3
|\
| * SearchWidget: passing APP_DATA to voice intentJorge Ruesga2012-09-031-0/+3
* | Make SearchView RTL awareFabrice Di Meglio2012-07-271-5/+16
|/
* am dc99555d: Merge "Pass SearchView suggestion cursor exception to Log."Romain Guy2012-07-061-2/+2
|\
| * Pass SearchView suggestion cursor exception to Log.Jake Wharton2012-07-061-2/+2
* | Do not run the spell checker in SearchViewSatoshi Kataoka2012-06-051-0/+7
* | Fix for IOOB in SearchViewGilles Debunne2012-05-251-1/+1
* | Javadoc improvements in SearchView per API review.Amith Yamasani2012-05-041-0/+4
* | Add some missing getters for XML/Java API consistency.Amith Yamasani2012-04-251-0/+50
* | AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-1/+14
|/
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-4/+5
* Don't show the submit button when it isn't enabled.Amith Yamasani2011-11-041-4/+3
* Merge "Close suggestions cursor when SearchView is detached." into ics-mr1Amith Yamasani2011-11-041-2/+13
|\
| * Close suggestions cursor when SearchView is detached.Amith Yamasani2011-11-031-2/+13
* | Don't expand the SearchView if already expanded.Amith Yamasani2011-11-011-0/+2
|/
* Remove the mic from the keyboard in SearchViewLuca Zanolin2011-10-061-1/+12
* Fix bug 5358705 - Request no full-screen mode of the IME when aAdam Powell2011-09-251-0/+4
* Fix an unintentional change in method signature and avoid an API change.Amith Yamasani2011-08-191-1/+1
* Don't force measurement when SearchView is in iconified mode.Amith Yamasani2011-08-171-4/+33
* Voice search icon replaced by X on typing.Amith Yamasani2011-08-121-7/+28
* Added methods to change text entry mode in SearchView.Amith Yamasani2011-08-091-5/+52
* Don't call onQueryTextChanged more often than necessary.Amith Yamasani2011-08-041-1/+4
* Merge "Don't submit a query if it's whitespace only."Amith Yamasani2011-07-291-1/+1
|\
| * Don't submit a query if it's whitespace only.Amith Yamasani2011-07-271-1/+1
* | Fix bug 5087980 - MenuItem#expandActionView should work from withinAdam Powell2011-07-271-9/+23
* | Merge "Make sure that suggestions are queried on focus or tapping."Amith Yamasani2011-07-271-1/+14
|\ \
| * | Make sure that suggestions are queried on focus or tapping.Amith Yamasani2011-07-261-1/+14
| |/
* | Handle callbacks to CollapsibleActionViews that are in an actionLayout.Amith Yamasani2011-07-261-2/+3
|/
* Implement CollapsibleActionView on SearchView.Amith Yamasani2011-07-221-7/+40
* SearchView behavioral and visual changesAmith Yamasani2011-07-181-13/+104
* SearchView improvements per design.Amith Yamasani2011-06-231-7/+12
* Keep track of USER_QUERY to pass to the intent.Amith Yamasani2011-05-271-1/+4
* am abdf0d53: docs: update search dev guide with SearcView widgetScott Main2011-03-141-7/+9
|\
| * docs: update search dev guide with SearcView widgetScott Main2011-03-141-7/+9
* | Searchview layout cleanup. Some more tweaks required for Market.Amith Yamasani2011-03-081-18/+22
* | Pass AppData to the app from SearchDialog queries.Amith Yamasani2011-03-021-0/+13