summaryrefslogtreecommitdiff
path: root/core/java/android/widget/SearchView.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-14Add a mutability flag to the PendingIntent in SearchView.javaAshwini Oruganti
2020-07-29Update language to comply with Android's inclusive language guidanceNader Jawad
2020-04-15Process numpad enter key along with enter key.Byungsung You
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-14Override checkInputConnectionProxy in SearchView.Tarandeep Singh
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-07Don't consume all BACK keys in SearchViewEvan Rosky
2017-03-07Deprecate IMM#showSoftInputUnchecked() part 1Yohei Yukawa
2017-01-19Add support for automatic focusability determinationEvan Rosky
2016-09-09Fix SearchView measure for UNSPECIFIED height.Aurimas Liutikas
2016-04-15Increase SearchView touch targets to meet GAR3.Aurimas Liutikas
2016-02-26Fix crash when restoring SearchView.Aurimas Liutikas
2016-02-11Start saving iconified state of SearchView.Aurimas Liutikas
2015-12-03Remove some sized based resource (match support lib removal).Filip Gruszczynski
2015-11-26Use Context.getSystemService(Class<T>) for InputMethodManager.Yohei Yukawa
2015-08-25Hide SearchView icon when no drawable setAlan Viverette
2015-04-29ActionBar SearchView's default hint shouldn't override SearchableInfoAlan Viverette
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-06First quick implementation of auto assist data.Dianne Hackborn
2015-01-07Fix accessibility delegationAlan Viverette
2014-11-18Remove underline and search icon from ActionBar search viewAlan Viverette
2014-09-10Make SearchView styles public, remove public Holo styles added in LAlan Viverette
2014-09-03Fix a regression in SearchView focusabilityAdam Powell
2014-07-02Add style for SearchViewAlan Viverette
2014-03-28SearchView improvement for IMEFabrice Di Meglio
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2012-12-10Clear SearchView query field when collapsed as an action viewAdam Powell
2012-09-28Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio
2012-09-23Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio
2012-09-23Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio
2012-09-04am ad17717e: am d3b74b91: am b307ceb4: Merge "SearchWidget: passing APP_DATA ...Jean-Baptiste Queru
2012-09-03SearchWidget: passing APP_DATA to voice intentJorge Ruesga
2012-07-27Make SearchView RTL awareFabrice Di Meglio
2012-07-06am dc99555d: Merge "Pass SearchView suggestion cursor exception to Log."Romain Guy
2012-07-06Pass SearchView suggestion cursor exception to Log.Jake Wharton
2012-06-05Do not run the spell checker in SearchViewSatoshi Kataoka
2012-05-25Fix for IOOB in SearchViewGilles Debunne
2012-05-04Javadoc improvements in SearchView per API review.Amith Yamasani
2012-04-25Add some missing getters for XML/Java API consistency.Amith Yamasani
2012-01-17AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
2011-11-04Don't show the submit button when it isn't enabled.Amith Yamasani
2011-11-04Merge "Close suggestions cursor when SearchView is detached." into ics-mr1Amith Yamasani
2011-11-03Close suggestions cursor when SearchView is detached.Amith Yamasani