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