summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SearchView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't change keyboard state in setIconifiedByDefault.Amith Yamasani2011-02-151-1/+0
|/
* docs: SearchView is iconified by defaultScott Main2011-02-061-3/+3
* Heed the focusability flag in SearchView and set the default to true.Amith Yamasani2011-01-251-7/+21
* SearchView API Review - bug 3370353 and bug 3370338Adam Powell2011-01-201-14/+14
* Fix position and size of searchfield and buttons.Amith Yamasani2011-01-141-24/+57
* Fix bug 3242262 - Add queryHint attribute for SearchViewAdam Powell2011-01-131-0/+4
* Add initial support for TAB navigation.Jeff Brown2010-12-171-11/+13
* Fix SearchView collapse on text input.Amith Yamasani2010-12-161-1/+1
* New SearchView assets and close-button behavior change.Amith Yamasani2010-12-151-6/+29
* Prevent SearchView dropdown from showing up when SearchView is hidden.Amith Yamasani2010-12-061-1/+1
* Added to SearchView : getQuery() and setOnSearchClickListener()Amith Yamasani2010-12-031-0/+26
* Use SearchView in SearchDialog for legacy apps using the old model.Amith Yamasani2010-12-031-20/+268
* Moving cursor to the end of the search query when set explicitly.Dmitri Plotnikov2010-10-211-0/+4
* Update dropdown colors and list readability for SearchView.Amith Yamasani2010-10-201-0/+1
* Fix layout issues, add a maxWidth attribute to SearchView.Amith Yamasani2010-10-191-0/+43
* Add voice button and a bunch of minor fixes for focus and visibility of ime, ...Amith Yamasani2010-10-131-9/+167
* SearchView: Add some more listeners, IME dismiss improvements and focus control.Amith Yamasani2010-10-081-29/+110
* focus issuesrepo sync2010-09-281-10/+24
* Query refinement feature in SearchView.Amith Yamasani2010-09-161-15/+46
* Add a missing setOnCloseListener and a new setIconfied method.Amith Yamasani2010-09-141-8/+52
* SearchView APIAmith Yamasani2010-09-101-0/+645