index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
SearchView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix focus transition when the direction is backward.
Saho Kobayashi
2021-10-28
1
-0
/
+7
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+1
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-1
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+1
*
Add a mutability flag to the PendingIntent in SearchView.java
Ashwini Oruganti
2020-10-14
1
-1
/
+1
*
Update language to comply with Android's inclusive language guidance
Nader Jawad
2020-07-29
1
-1
/
+1
*
Process numpad enter key along with enter key.
Byungsung You
2020-04-15
1
-1
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Override checkInputConnectionProxy in SearchView.
Tarandeep Singh
2019-02-14
1
-0
/
+5
*
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-07
1
-0
/
+2
*
@InspectableProperty coverage for android.widget
Ashley Rose
2019-02-04
1
-0
/
+17
*
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-2
/
+3
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+26
*
Don't consume all BACK keys in SearchView
Evan Rosky
2018-03-07
1
-21
/
+8
*
Deprecate IMM#showSoftInputUnchecked() part 1
Yohei Yukawa
2017-03-07
1
-38
/
+63
*
Add support for automatic focusability determination
Evan Rosky
2017-01-19
1
-3
/
+3
*
Fix SearchView measure for UNSPECIFIED height.
Aurimas Liutikas
2016-09-09
1
-1
/
+3
*
Increase SearchView touch targets to meet GAR3.
Aurimas Liutikas
2016-04-15
1
-1
/
+151
*
Fix crash when restoring SearchView.
Aurimas Liutikas
2016-02-26
1
-0
/
+11
*
Start saving iconified state of SearchView.
Aurimas Liutikas
2016-02-11
1
-0
/
+44
*
Remove some sized based resource (match support lib removal).
Filip Gruszczynski
2015-12-03
1
-0
/
+26
*
Use Context.getSystemService(Class<T>) for InputMethodManager.
Yohei Yukawa
2015-11-26
1
-6
/
+4
*
Hide SearchView icon when no drawable set
Alan Viverette
2015-08-25
1
-1
/
+9
*
ActionBar SearchView's default hint shouldn't override SearchableInfo
Alan Viverette
2015-04-29
1
-34
/
+35
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-2
/
+0
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-11
/
+2
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-4
/
+6
*
Remove underline and search icon from ActionBar search view
Alan Viverette
2014-11-18
1
-96
/
+117
*
Make SearchView styles public, remove public Holo styles added in L
Alan Viverette
2014-09-10
1
-2
/
+3
*
Fix a regression in SearchView focusability
Adam Powell
2014-09-03
1
-0
/
+4
*
Add style for SearchView
Alan Viverette
2014-07-02
1
-52
/
+69
*
SearchView improvement for IME
Fabrice Di Meglio
2014-03-28
1
-1
/
+1
*
Add APIs for obtaining themed Drawable from Theme, Context
Alan Viverette
2014-02-03
1
-1
/
+1
*
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-5
/
+20
*
Clear SearchView query field when collapsed as an action view
Adam Powell
2012-12-10
1
-0
/
+1
*
Fix bug #6427629 Clean up layout direction APIs
Fabrice Di Meglio
2012-09-28
1
-2
/
+2
*
Fix bug #6427629 Clean up layout direction APIs
Fabrice Di Meglio
2012-09-23
1
-1
/
+1
*
Fix bug #6427629 Clean up layout direction APIs
Fabrice Di Meglio
2012-09-23
1
-1
/
+1
*
am ad17717e: am d3b74b91: am b307ceb4: Merge "SearchWidget: passing APP_DATA ...
Jean-Baptiste Queru
2012-09-04
1
-0
/
+3
|
\
|
*
SearchWidget: passing APP_DATA to voice intent
Jorge Ruesga
2012-09-03
1
-0
/
+3
*
|
Make SearchView RTL aware
Fabrice Di Meglio
2012-07-27
1
-5
/
+16
|
/
*
am dc99555d: Merge "Pass SearchView suggestion cursor exception to Log."
Romain Guy
2012-07-06
1
-2
/
+2
|
\
|
*
Pass SearchView suggestion cursor exception to Log.
Jake Wharton
2012-07-06
1
-2
/
+2
*
|
Do not run the spell checker in SearchView
Satoshi Kataoka
2012-06-05
1
-0
/
+7
*
|
Fix for IOOB in SearchView
Gilles Debunne
2012-05-25
1
-1
/
+1
*
|
Javadoc improvements in SearchView per API review.
Amith Yamasani
2012-05-04
1
-0
/
+4
*
|
Add some missing getters for XML/Java API consistency.
Amith Yamasani
2012-04-25
1
-0
/
+50
*
|
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
[next]