summaryrefslogtreecommitdiff
path: root/core/java/android/app/SearchDialog.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-19Removing usage of unsupportedApi AutoCompleteTextView.ensureImeVisible from S...Ralston Da Silva
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-14Remove unnecessary casts on calls to findViewByIdAlan Viverette
2015-11-26Use Context.getSystemService(Class<T>) for InputMethodManager.Yohei Yukawa
2015-05-01Allow Floating ActionModes in SearchDialog.Clara Bayarri
2015-04-14Enable Text Selection Action Mode for seach boxes and action bar components.Clara Bayarri
2015-03-13Add a type parameter to startActionMode() calls.Clara Bayarri
2014-02-03Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette
2012-01-24Removed intent logging from SearchDialog.javaGeremy Condra
2011-07-27Don't submit a query if it's whitespace only.Amith Yamasani
2011-07-18SearchView behavioral and visual changesAmith Yamasani
2011-07-01Restore some lost space in the SearchView text field in Search Dialog.Amith Yamasani
2011-06-23SearchView improvements per design.Amith Yamasani
2011-05-19New opaque cab assets; search dialog tweaks.Adam Powell
2011-03-02Pass AppData to the app from SearchDialog queries.Amith Yamasani
2011-01-20SearchView API Review - bug 3370353 and bug 3370338Adam Powell
2010-12-03Use SearchView in SearchDialog for legacy apps using the old model.Amith Yamasani
2010-11-22am c8454a85: am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException w...Jean-Baptiste Queru
2010-11-22am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException while using Su...Jean-Baptiste Queru
2010-11-22SearchDialog: Fix for NullpointerException while using Suggestions inDeepika Sai Amuri
2010-09-16Query refinement feature in SearchView.Amith Yamasani
2010-09-14am 901b7b9b: am ca8f3d04: Merge "Add an option to hide the Voice Search icon....Leon Scroggins III
2010-09-14Add an option to hide the Voice Search icon.Leon Scroggins III
2010-06-15merge from open-source masterThe Android Open Source Project
2010-06-14Replaced deprecated Inten.toURI methodChristian Mehlmauer
2010-04-07Show the microphone when the search box is opened from browserLeon Scroggins
2010-04-01Use flattenToShortString instead of toShortString on ComponentNames toMike LeBeau
2010-04-01Also send EXTRA_CALLING_PACKAGE for voice search intents that do webMike LeBeau
2010-03-17Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390Amith Yamasani
2010-03-17Make browser search consistent with QSB.Leon Scroggins
2010-03-11Fix for 2175289 : Can't get keyboard in search dialog after switching to land...Amith Yamasani
2010-03-10When context is voice, show the microphone.Leon Scroggins
2010-03-05Hide Go button in browser when no text is enteredBjorn Bringert
2010-03-04Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixe...Amith Yamasani
2010-03-03Use "play" icon for search dialog button in BrowserBjorn Bringert
2010-02-25Re-arrange android-common so framework no longer links with it.Dianne Hackborn
2010-02-25Fix for voice search crash in maps and youtube. Bug 2453182Amith Yamasani
2010-02-23Clean up global search and web search activity findingBjorn Bringert
2010-02-17Cleanup of global search references in SearchDialog and SearchManager.Amith Yamasani
2010-02-12Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE,Mike LeBeau
2010-02-12Really fix the build - one more change to SearchDialog which shouldn't haveMike LeBeau
2010-02-12Make the corresponding frameworks change to add VoiceRecognitionService toMike LeBeau
2010-02-11Remove in-app to global search toggle. Bug: 2436539Amith Yamasani
2010-02-04Remove source selector from SearchDialogBjorn Bringert
2010-02-01Fix an NPE in SearchDialog when clicking on Mic button. Bug: 2410605Amith Yamasani
2010-01-27Move Search dialog out of system process into current activity.Amith Yamasani
2010-01-09Copy SearchSourceSelector from QuickSearchBoxBjorn Bringert
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
2009-12-04Move android.server.search.SearchableInfo to android.appBjorn Bringert