1. 4423d91 Add a type parameter to startActionMode() calls. by Clara Bayarri · 9 years ago
  2. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 10 years ago
  3. 5bbd1d1 Removed intent logging from SearchDialog.java by Geremy Condra · 13 years ago
  4. 6a7421b Don't submit a query if it's whitespace only. by Amith Yamasani · 13 years ago
  5. b4569fb SearchView behavioral and visual changes by Amith Yamasani · 13 years ago
  6. a40d7ec Restore some lost space in the SearchView text field in Search Dialog. by Amith Yamasani · 13 years ago
  7. 2465298 SearchView improvements per design. by Amith Yamasani · 13 years ago
  8. 8abebcd New opaque cab assets; search dialog tweaks. by Adam Powell · 13 years ago
  9. 940ef38 Pass AppData to the app from SearchDialog queries. by Amith Yamasani · 13 years ago
  10. 01f2135 SearchView API Review - bug 3370353 and bug 3370338 by Adam Powell · 14 years ago
  11. 968ec93 Use SearchView in SearchDialog for legacy apps using the old model. by Amith Yamasani · 14 years ago
  12. 4e256ea am c8454a85: am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException while using Suggestions in Browser" by Jean-Baptiste Queru · 14 years ago
  13. c8454a8 am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException while using Suggestions in Browser" by Jean-Baptiste Queru · 14 years ago
  14. b00d41a SearchDialog: Fix for NullpointerException while using Suggestions in Browser by Deepika Sai Amuri · 14 years ago
  15. e678f46 Query refinement feature in SearchView. by Amith Yamasani · 14 years ago
  16. 720d598 am 901b7b9b: am ca8f3d04: Merge "Add an option to hide the Voice Search icon." into froyo by Leon Scroggins III · 14 years ago
  17. 4a02800 Add an option to hide the Voice Search icon. by Leon Scroggins III · 14 years ago
  18. 4138677 merge from open-source master by The Android Open Source Project · 14 years ago
  19. e6af73e Replaced deprecated Inten.toURI method by Christian Mehlmauer · 14 years ago
  20. e7501c1 Show the microphone when the search box is opened from browser by Leon Scroggins · 14 years ago
  21. d0635d5 Use flattenToShortString instead of toShortString on ComponentNames to by Mike LeBeau · 14 years ago
  22. 6af5ad5 Also send EXTRA_CALLING_PACKAGE for voice search intents that do web by Mike LeBeau · 14 years ago
  23. 4986044 Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390 by Amith Yamasani · 14 years ago
  24. a03d4ce Make browser search consistent with QSB. by Leon Scroggins · 14 years ago
  25. d25eb35 Fix for 2175289 : Can't get keyboard in search dialog after switching to landscape by Amith Yamasani · 14 years ago
  26. 4f22a54 When context is voice, show the microphone. by Leon Scroggins · 14 years ago
  27. 33b167b Hide Go button in browser when no text is entered by Bjorn Bringert · 14 years ago
  28. defb1df Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixes b/2426929 by Amith Yamasani · 14 years ago
  29. 22b23a1 Use "play" icon for search dialog button in Browser by Bjorn Bringert · 14 years ago
  30. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  31. d368572 Fix for voice search crash in maps and youtube. Bug 2453182 by Amith Yamasani · 14 years ago
  32. 6cf7a32 Clean up global search and web search activity finding by Bjorn Bringert · 14 years ago
  33. 479ae0a Cleanup of global search references in SearchDialog and SearchManager. by Amith Yamasani · 14 years ago
  34. c2fd9ad Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE, by Mike LeBeau · 14 years ago
  35. 0ffc570 Really fix the build - one more change to SearchDialog which shouldn't have by Mike LeBeau · 14 years ago
  36. 9c57aca Make the corresponding frameworks change to add VoiceRecognitionService to by Mike LeBeau · 14 years ago
  37. 5e2c81d Remove in-app to global search toggle. Bug: 2436539 by Amith Yamasani · 14 years ago
  38. da5c1bd Remove source selector from SearchDialog by Bjorn Bringert · 14 years ago
  39. 0f55b197 Fix an NPE in SearchDialog when clicking on Mic button. Bug: 2410605 by Amith Yamasani · 14 years ago
  40. e9ce3f0 Move Search dialog out of system process into current activity. by Amith Yamasani · 15 years ago
  41. 32d580c Copy SearchSourceSelector from QuickSearchBox by Bjorn Bringert · 15 years ago
  42. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  43. 2126aac Move android.server.search.SearchableInfo to android.app by Bjorn Bringert · 15 years ago
  44. ded0e64 Create android-common static library which gets included in frameworks.jar, by Dan Egnor · 15 years ago
  45. dc1396c Only use FLAG_ACTIVITY_CLEAR_TOP on the search intent when from global search. by Evan Millar · 15 years ago
  46. 7df8461 Add a privateImeOption to represent that the IME should not show by Mike LeBeau · 15 years ago
  47. 214b6b9 Only dismiss search dialog after launching intent. by Bryan Mawhinney · 15 years ago
  48. 11f09bb Don't reinflate search bar when dialog is already showing by Bjorn Bringert · 15 years ago
  49. a6309c3 On BACK in search, hide just IME if IME is fullscreen by Bjorn Bringert · 15 years ago
  50. f36740b Recreate search dialog view each time it's shown. by Bryan Mawhinney · 15 years ago
  51. 5b6b412 Don't crash search when getKeyDispatcherState() is null by Bjorn Bringert · 15 years ago
  52. 29d52e1 Redraw search autocomplete dropdown after config change. by Bryan Mawhinney · 15 years ago
  53. 42b7af5 Dismiss QSB dialog when doing an in-app global search. by Bryan Mawhinney · 15 years ago
  54. 077357c Back button in search always goes back or closes search by Bjorn Bringert · 15 years ago
  55. 442da48 Use FLAG_ACTIVITY_CLEAR_TOP when launching search suggestions. by Bjorn Bringert · 15 years ago
  56. be5b73c Add search_mode flag to intents launched by QSB suggestions by Bjorn Bringert · 15 years ago
  57. 5417f09 Send action key and msg with GlobalSearch clicks by Bjorn Bringert · 15 years ago
  58. 3c5767d Track search KeyEvents in SearchDialog. by Bryan Mawhinney · 15 years ago
  59. 0e62e2d Set intent_component of in-app shortcuts to app itself by Bjorn Bringert · 15 years ago
  60. dfcbc04 Reserve space for the searchbox spinner, even when stopped. by Bryan Mawhinney · 15 years ago
  61. 87d61f2 Handle BACK key with focus in search ACTV correctly by Bjorn Bringert · 15 years ago
  62. 8d37426 Various fixed for back key handling. by Dianne Hackborn · 15 years ago
  63. 83fe3f5 Last big work on #1991910: Make swipes work with capacitive keys by Dianne Hackborn · 15 years ago
  64. 2fcaf79 Tell GlobalSearch about searches without a suggestion by Bjorn Bringert · 15 years ago
  65. 96836e1 Don't toggle between in app and global search on repeat key events. by Karl Rosaen · 15 years ago
  66. 98d8858 am ba223760: Close suggestion cursors that arrive after adapter is closed by Bjorn Bringert · 15 years ago
  67. ba22376 Close suggestion cursors that arrive after adapter is closed by Bjorn Bringert · 15 years ago
  68. d2d6014 NEW API for SearchManager and Activity to 'triggerSearch'. by krosaen · 15 years ago
  69. abf4427 Fix NPE in SearchDialog (and thereby fix bug 2045398). by Karl Rosaen · 15 years ago
  70. a7a3b6e Dismiss both the soft keyboard and the search dialog on back if there is no text entered and no shortcuts are being obscured by the soft keyboard. by Karl Rosaen · 15 years ago
  71. 6942330 Remove the menu from the search dialog since there are a couple of issues with it we don't have time to fix for donut. by Karl Rosaen · 15 years ago
  72. c5e7fe3 Close the search dialog before starting voice search in all cases, i.e., by Mike LeBeau · 15 years ago
  73. c2e0607 Tell the SearchManager to stopSearch before starting an in-app voice by Mike LeBeau · 15 years ago
  74. 83dba19 Fix in-app search shortcut icons by Bjorn Bringert · 15 years ago
  75. 5a7d752 Special-case search within the browser to not show the app icon by Mike LeBeau · 15 years ago
  76. 725d8ff Log uid and package name when launching intents from search by Bjorn Bringert · 15 years ago
  77. f4acf39 Add menu with search settings to search dialog. by Bjorn Bringert · 15 years ago
  78. 003ad48 Cancel search on BACK if IME is obscured. by Bjorn Bringert · 15 years ago
  79. da1f4b6 Only dismiss search on suggestion click in in-app search by Bjorn Bringert · 15 years ago
  80. 5b11a0f DPAD_DOWN moves from search/voice search key to drop-down by Bjorn Bringert · 15 years ago
  81. d4760d7 Add new hidden API setForceIgnoreOutsideTouch to AutoCompleteTextView for by Mike LeBeau · 15 years ago
  82. 4899e38 Move global search intent launching to search dialog by Bjorn Bringert · 15 years ago
  83. 5d22f9b add comment to illuminate why we only dismiss the dialog when launching an intent for in app search by Karl Rosaen · 15 years ago
  84. 876627d whoops, still need to dismiss when launching an intent for in-app search by Karl Rosaen · 15 years ago
  85. ea52d29 Fix back key handling for search dialog. by Karl Rosaen · 15 years ago
  86. dfefa3e Copy cached drawables in search dialog. by Bjorn Bringert · 15 years ago
  87. ffe3ecf Make the SearchDialog's AutoCompleteTextView dropdown respect the by Mike LeBeau · 15 years ago
  88. ee716fa Make sure SearchDialog.mSearchable != null in key handlers by Bjorn Bringert · 15 years ago
  89. 260dfb5 Include 'calling_package' extra for uses of in-app voice search so that by Mike LeBeau · 15 years ago
  90. 1fffbd9 Fix keyboard not showing for global search on Dream. Rather than trying to by Mike LeBeau · 15 years ago
  91. b06ea70 Add reporting of activity movement for search manager. by Dianne Hackborn · 15 years ago
  92. b1665f2 Fix regression in handling the 'Go' button by Satish Sampath · 15 years ago
  93. ec8ee34 Hide soft keyboard in SearchDialog.dismiss() by Bjorn Bringert · 15 years ago
  94. 444c727 Run search UI on its own thread. by Bjorn Bringert · 15 years ago
  95. d21572c NEW_API: Expose autoUrlDetect searchable attribute. by Satish Sampath · 15 years ago
  96. 617202a Fix a bug where clicking the "more results" suggestion with the trackball by Mike LeBeau · 15 years ago
  97. fef8d3e Make search UI open up quicker to the user. by Satish Sampath · 15 years ago
  98. b5537c4 Replace indeterminate progress animated asset with new ones by Romain Guy · 15 years ago
  99. f4f7046 Update spinner's drawables. Clean up resources, pave the way for new animation. by Romain Guy · 15 years ago
  100. 35df87c Fix the weird anchoring of the search dropdown when pivoting into an by Mike LeBeau · 15 years ago