summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/SearchDialog.java
Commit message (Expand)AuthorAgeFilesLines
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-3/+2
* Removed intent logging from SearchDialog.javaGeremy Condra2012-01-241-1/+0
* Don't submit a query if it's whitespace only.Amith Yamasani2011-07-271-0/+1
* SearchView behavioral and visual changesAmith Yamasani2011-07-181-25/+1
* Restore some lost space in the SearchView text field in Search Dialog.Amith Yamasani2011-07-011-2/+3
* SearchView improvements per design.Amith Yamasani2011-06-231-1/+9
* New opaque cab assets; search dialog tweaks.Adam Powell2011-05-191-5/+18
* Pass AppData to the app from SearchDialog queries.Amith Yamasani2011-03-021-0/+1
* SearchView API Review - bug 3370353 and bug 3370338Adam Powell2011-01-201-10/+10
* Use SearchView in SearchDialog for legacy apps using the old model.Amith Yamasani2010-12-031-920/+98
* am c8454a85: am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException w...Jean-Baptiste Queru2010-11-221-0/+3
|\
| * am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException while using Su...Jean-Baptiste Queru2010-11-221-0/+3
| |\
| | * SearchDialog: Fix for NullpointerException while using Suggestions inDeepika Sai Amuri2010-11-221-0/+3
* | | Query refinement feature in SearchView.Amith Yamasani2010-09-161-13/+3
|/ /
* | am 901b7b9b: am ca8f3d04: Merge "Add an option to hide the Voice Search icon....Leon Scroggins III2010-09-141-1/+3
|\ \ | |/ |/|
| * Add an option to hide the Voice Search icon.Leon Scroggins III2010-09-141-1/+3
* | merge from open-source masterThe Android Open Source Project2010-06-151-1/+1
|\ \ | |/ |/|
| * Replaced deprecated Inten.toURI methodChristian Mehlmauer2010-06-141-2/+2
* | Show the microphone when the search box is opened from browserLeon Scroggins2010-04-071-3/+12
* | Use flattenToShortString instead of toShortString on ComponentNames toMike LeBeau2010-04-011-2/+2
* | Also send EXTRA_CALLING_PACKAGE for voice search intents that do webMike LeBeau2010-04-011-1/+14
* | Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390Amith Yamasani2010-03-171-11/+22
* | Make browser search consistent with QSB.Leon Scroggins2010-03-171-1/+1
* | Fix for 2175289 : Can't get keyboard in search dialog after switching to land...Amith Yamasani2010-03-111-14/+32
* | When context is voice, show the microphone.Leon Scroggins2010-03-101-1/+4
* | Hide Go button in browser when no text is enteredBjorn Bringert2010-03-051-4/+21
* | Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixe...Amith Yamasani2010-03-041-1/+8
* | Use "play" icon for search dialog button in BrowserBjorn Bringert2010-03-031-12/+6
* | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-3/+2
* | Fix for voice search crash in maps and youtube. Bug 2453182Amith Yamasani2010-02-251-7/+8
* | Clean up global search and web search activity findingBjorn Bringert2010-02-231-1/+1
* | Cleanup of global search references in SearchDialog and SearchManager.Amith Yamasani2010-02-171-509/+57
* | Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE,Mike LeBeau2010-02-121-4/+2
* | Really fix the build - one more change to SearchDialog which shouldn't haveMike LeBeau2010-02-121-2/+4
* | Make the corresponding frameworks change to add VoiceRecognitionService toMike LeBeau2010-02-121-4/+2
* | Remove in-app to global search toggle. Bug: 2436539Amith Yamasani2010-02-111-24/+0
* | Remove source selector from SearchDialogBjorn Bringert2010-02-041-12/+7
* | Fix an NPE in SearchDialog when clicking on Mic button. Bug: 2410605Amith Yamasani2010-02-011-7/+6
* | Move Search dialog out of system process into current activity.Amith Yamasani2010-01-271-8/+10
* | Copy SearchSourceSelector from QuickSearchBoxBjorn Bringert2010-01-091-7/+12
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
* | Move android.server.search.SearchableInfo to android.appBjorn Bringert2009-12-041-1/+0
* | Create android-common static library which gets included in frameworks.jar,Dan Egnor2009-11-181-2/+3
|/
* Only use FLAG_ACTIVITY_CLEAR_TOP on the search intent when from global search.Evan Millar2009-11-061-2/+5
* Add a privateImeOption to represent that the IME should not showMike LeBeau2009-10-301-0/+12
* Only dismiss search dialog after launching intent.Bryan Mawhinney2009-10-071-1/+1
* Don't reinflate search bar when dialog is already showingBjorn Bringert2009-10-051-3/+5
* On BACK in search, hide just IME if IME is fullscreenBjorn Bringert2009-10-011-0/+11
* Recreate search dialog view each time it's shown.Bryan Mawhinney2009-09-301-20/+27
* Don't crash search when getKeyDispatcherState() is nullBjorn Bringert2009-09-281-8/+11