index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
SearchView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2012-01-17
1
-1
/
+14
*
docs: Add developer guide cross-references, Project ACRE, round 4
Joe Fernandez
2011-12-22
1
-4
/
+5
*
Don't show the submit button when it isn't enabled.
Amith Yamasani
2011-11-04
1
-4
/
+3
*
Merge "Close suggestions cursor when SearchView is detached." into ics-mr1
Amith Yamasani
2011-11-04
1
-2
/
+13
|
\
|
*
Close suggestions cursor when SearchView is detached.
Amith Yamasani
2011-11-03
1
-2
/
+13
*
|
Don't expand the SearchView if already expanded.
Amith Yamasani
2011-11-01
1
-0
/
+2
|
/
*
Remove the mic from the keyboard in SearchView
Luca Zanolin
2011-10-06
1
-1
/
+12
*
Fix bug 5358705 - Request no full-screen mode of the IME when a
Adam Powell
2011-09-25
1
-0
/
+4
*
Fix an unintentional change in method signature and avoid an API change.
Amith Yamasani
2011-08-19
1
-1
/
+1
*
Don't force measurement when SearchView is in iconified mode.
Amith Yamasani
2011-08-17
1
-4
/
+33
*
Voice search icon replaced by X on typing.
Amith Yamasani
2011-08-12
1
-7
/
+28
*
Added methods to change text entry mode in SearchView.
Amith Yamasani
2011-08-09
1
-5
/
+52
*
Don't call onQueryTextChanged more often than necessary.
Amith Yamasani
2011-08-04
1
-1
/
+4
*
Merge "Don't submit a query if it's whitespace only."
Amith Yamasani
2011-07-29
1
-1
/
+1
|
\
|
*
Don't submit a query if it's whitespace only.
Amith Yamasani
2011-07-27
1
-1
/
+1
*
|
Fix bug 5087980 - MenuItem#expandActionView should work from within
Adam Powell
2011-07-27
1
-9
/
+23
*
|
Merge "Make sure that suggestions are queried on focus or tapping."
Amith Yamasani
2011-07-27
1
-1
/
+14
|
\
\
|
*
|
Make sure that suggestions are queried on focus or tapping.
Amith Yamasani
2011-07-26
1
-1
/
+14
|
|
/
*
|
Handle callbacks to CollapsibleActionViews that are in an actionLayout.
Amith Yamasani
2011-07-26
1
-2
/
+3
|
/
*
Implement CollapsibleActionView on SearchView.
Amith Yamasani
2011-07-22
1
-7
/
+40
*
SearchView behavioral and visual changes
Amith Yamasani
2011-07-18
1
-13
/
+104
*
SearchView improvements per design.
Amith Yamasani
2011-06-23
1
-7
/
+12
*
Keep track of USER_QUERY to pass to the intent.
Amith Yamasani
2011-05-27
1
-1
/
+4
*
am abdf0d53: docs: update search dev guide with SearcView widget
Scott Main
2011-03-14
1
-7
/
+9
|
\
|
*
docs: update search dev guide with SearcView widget
Scott Main
2011-03-14
1
-7
/
+9
*
|
Searchview layout cleanup. Some more tweaks required for Market.
Amith Yamasani
2011-03-08
1
-18
/
+22
*
|
Pass AppData to the app from SearchDialog queries.
Amith Yamasani
2011-03-02
1
-0
/
+13
*
|
Don't change keyboard state in setIconifiedByDefault.
Amith Yamasani
2011-02-15
1
-1
/
+0
|
/
*
docs: SearchView is iconified by default
Scott Main
2011-02-06
1
-3
/
+3
*
Heed the focusability flag in SearchView and set the default to true.
Amith Yamasani
2011-01-25
1
-7
/
+21
*
SearchView API Review - bug 3370353 and bug 3370338
Adam Powell
2011-01-20
1
-14
/
+14
*
Fix position and size of searchfield and buttons.
Amith Yamasani
2011-01-14
1
-24
/
+57
*
Fix bug 3242262 - Add queryHint attribute for SearchView
Adam Powell
2011-01-13
1
-0
/
+4
*
Add initial support for TAB navigation.
Jeff Brown
2010-12-17
1
-11
/
+13
*
Fix SearchView collapse on text input.
Amith Yamasani
2010-12-16
1
-1
/
+1
*
New SearchView assets and close-button behavior change.
Amith Yamasani
2010-12-15
1
-6
/
+29
*
Prevent SearchView dropdown from showing up when SearchView is hidden.
Amith Yamasani
2010-12-06
1
-1
/
+1
*
Added to SearchView : getQuery() and setOnSearchClickListener()
Amith Yamasani
2010-12-03
1
-0
/
+26
*
Use SearchView in SearchDialog for legacy apps using the old model.
Amith Yamasani
2010-12-03
1
-20
/
+268
*
Moving cursor to the end of the search query when set explicitly.
Dmitri Plotnikov
2010-10-21
1
-0
/
+4
*
Update dropdown colors and list readability for SearchView.
Amith Yamasani
2010-10-20
1
-0
/
+1
*
Fix layout issues, add a maxWidth attribute to SearchView.
Amith Yamasani
2010-10-19
1
-0
/
+43
*
Add voice button and a bunch of minor fixes for focus and visibility of ime, ...
Amith Yamasani
2010-10-13
1
-9
/
+167
*
SearchView: Add some more listeners, IME dismiss improvements and focus control.
Amith Yamasani
2010-10-08
1
-29
/
+110
*
focus issues
repo sync
2010-09-28
1
-10
/
+24
*
Query refinement feature in SearchView.
Amith Yamasani
2010-09-16
1
-15
/
+46
*
Add a missing setOnCloseListener and a new setIconfied method.
Amith Yamasani
2010-09-14
1
-8
/
+52
*
SearchView API
Amith Yamasani
2010-09-10
1
-0
/
+645