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