summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/SearchView.java
Commit message (Expand)AuthorAgeFilesLines
* 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