summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SearchView.java
Commit message (Expand)AuthorAgeFilesLines
* Move some members to the "Q blacklist".Mathew Inwood2018-10-221-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+26
* Don't consume all BACK keys in SearchViewEvan Rosky2018-03-071-21/+8
* Deprecate IMM#showSoftInputUnchecked() part 1Yohei Yukawa2017-03-071-38/+63
* Add support for automatic focusability determinationEvan Rosky2017-01-191-3/+3
* Fix SearchView measure for UNSPECIFIED height.Aurimas Liutikas2016-09-091-1/+3
* Increase SearchView touch targets to meet GAR3.Aurimas Liutikas2016-04-151-1/+151
* Fix crash when restoring SearchView.Aurimas Liutikas2016-02-261-0/+11
* Start saving iconified state of SearchView.Aurimas Liutikas2016-02-111-0/+44
* Remove some sized based resource (match support lib removal).Filip Gruszczynski2015-12-031-0/+26
* Use Context.getSystemService(Class<T>) for InputMethodManager.Yohei Yukawa2015-11-261-6/+4
* Hide SearchView icon when no drawable setAlan Viverette2015-08-251-1/+9
* ActionBar SearchView's default hint shouldn't override SearchableInfoAlan Viverette2015-04-291-34/+35
* 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
|\