1. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  2. c1d07a4 Launch ASSIST intent on the current user by Amith Yamasani · 12 years ago
  3. 45308b1 Fix 6667238: allow market apps to support ACTION_ASSIST by Jim Miller · 12 years ago
  4. de7a8ea Add new ASSIST key and map it to the global assist intent. by Jeff Brown · 12 years ago
  5. 3f5cfcf Make APIs to get global search provider public by Michael Jurka · 12 years ago
  6. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  7. 050453e Allow setting of source bounds on global search intents. by Mathew Inwood · 13 years ago
  8. de2ba4c Fix typo in SearchManager javadoc. by Mark Brophy · 13 years ago
  9. 4519ff6 Add PendingIntent extra for WEB_SEARCH intents by Bjorn Bringert · 13 years ago
  10. 5093d3ee Merge "Add a global-search column for last access." by Dan Morrill · 13 years ago
  11. ee69ff4 Make the system global search provider a user setting. by Narayan Kamath · 13 years ago
  12. a31c7aa Add a global-search column for last access. by Mark Brophy · 13 years ago
  13. af5b406 New flag to open intent in a new tab. by Leon Scroggins · 13 years ago
  14. e678f46 Query refinement feature in SearchView. by Amith Yamasani · 14 years ago
  15. 4a02800 Add an option to hide the Voice Search icon. by Leon Scroggins III · 14 years ago
  16. 8ad6465 docs: remove documenation about the search dialog from SearchManager by Scott Main · 14 years ago
  17. 3c24cb7 Set SOURCE to app package name when starting QSB (if not set) by Bjorn Bringert · 14 years ago
  18. 4f22a54 When context is voice, show the microphone. by Leon Scroggins · 14 years ago
  19. c37cb24 Feature to return an extra in the cursor that keeps the spinny going. by Amith Yamasani · 14 years ago
  20. 0b49ab5 Add SearchManager.SUGGEST_COLUMN_TEXT_2_URL by Bjorn Bringert · 14 years ago
  21. 6cf7a32 Clean up global search and web search activity finding by Bjorn Bringert · 14 years ago
  22. b8144a9 Don't start global search from system dialogs by Bjorn Bringert · 14 years ago
  23. ea125f4 Add SearchManager.getWebSearchActivity() by Bjorn Bringert · 14 years ago
  24. 479ae0a Cleanup of global search references in SearchDialog and SearchManager. by Amith Yamasani · 14 years ago
  25. e4e82f2 Unhide SearchManager.INTENT_ACTION_SEARCH_SETTINGS by Bjorn Bringert · 14 years ago
  26. ced72c8 Remove SearchManager.SOURCE by Bjorn Bringert · 14 years ago
  27. da5c1bd Remove source selector from SearchDialog by Bjorn Bringert · 14 years ago
  28. e9ce3f0 Move Search dialog out of system process into current activity. by Amith Yamasani · 15 years ago
  29. 38015f3 Make SearchManager.getGlobalSearchActivity() public but hidden by Bjorn Bringert · 15 years ago
  30. 55f3ac5 Expose SearchManager constants for global search by Bjorn Bringert · 15 years ago
  31. a94e7af Remove Intent.ACTION_GLOBAL_SEARCH by Bjorn Bringert · 15 years ago
  32. 0408675 Add and expose SearchManager.getSearchableInfo() by Bjorn Bringert · 15 years ago
  33. 32d580c Copy SearchSourceSelector from QuickSearchBox by Bjorn Bringert · 15 years ago
  34. 3c50ef6 Use unbundled QSB for global search by Bjorn Bringert · 15 years ago
  35. 13107bb Expose SearchableInfo and getSearchablesInGlobalSearch() by Bjorn Bringert · 15 years ago
  36. 2126aac Move android.server.search.SearchableInfo to android.app by Bjorn Bringert · 15 years ago
  37. dbc7e27 docs: document the 'showSearchIconAsBadge" flag and by Scott Main · 15 years ago
  38. 6b13bc0 doc change: misc doc fixes. by Dirk Dougherty · 15 years ago
  39. b782a2f Remove globalSearch argument from triggerSearch() by Bjorn Bringert · 15 years ago
  40. 86917db Unhide SearchManager.SUGGEST_PARAMETER_LIMIT by Bjorn Bringert · 15 years ago
  41. 3fc7c67 Pass limit=50 to all suggestion sources. by Bjorn Bringert · 15 years ago
  42. be5b73c Add search_mode flag to intents launched by QSB suggestions by Bjorn Bringert · 15 years ago
  43. 5417f09 Send action key and msg with GlobalSearch clicks by Bjorn Bringert · 15 years ago
  44. 2fcaf79 Tell GlobalSearch about searches without a suggestion by Bjorn Bringert · 15 years ago
  45. f65bc18 am d27b1083: docs only. add Searchable resource information to the Available Resources doc and update some some of the attribute documentation to indicate that the icon label is not recommended. and fixing merge issue... by Scott Main · 15 years ago
  46. d27b108 docs only. by Scott Main · 15 years ago
  47. cc92737 am af0b780a: Merge change 23198 into donut by Mike LeBeau · 15 years ago
  48. 05b775e Update SearchManager documentation to reflect latest behavior. by Mike LeBeau · 15 years ago
  49. e9df3cf resolved conflicts for merge of 1e348378 to eclair by Mike LeBeau · 15 years ago
  50. 590f634 Revert "Remove third party support for Quick Search Box (aka global search)." by Karl Rosaen · 15 years ago
  51. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  52. dd03c61 resolved conflicts for merge of 081a136d to eclair by Jean-Baptiste Queru · 15 years ago
  53. 081a136 Remove third party support for Quick Search Box (aka global search). by Anonymous Coward · 15 years ago
  54. 93df578 am cfa419b7: Correct comments for startSearch in Activity and SearchManager to explain Donut behavior correctly. by Mike LeBeau · 15 years ago
  55. d2d6014 NEW API for SearchManager and Activity to 'triggerSearch'. by krosaen · 15 years ago
  56. cfa419b Correct comments for startSearch in Activity and SearchManager to explain by Mike LeBeau · 15 years ago
  57. b504136 Docs only change: finish documentation of Android Quick Search Box related information in SearchManager. by Karl Rosaen · 15 years ago
  58. 8c91dd7 First update of SearchManager docs to reflect the new Donut Quick Search Box feature. by Mike LeBeau · 15 years ago
  59. 9377738 Remove search dialog PRE_CLOSE event by Bjorn Bringert · 15 years ago
  60. 6ddaa34 Send max displayed position in search dialog click event by Bjorn Bringert · 15 years ago
  61. ec0a12c Don't start search from a dialog if there is no activity associated with by Karl Rosaen · 15 years ago
  62. d4fb7a0 Define a broadcast intent for the web search provider changing. Unhide by Mike LeBeau · 15 years ago
  63. 131234c Unhide new SearchManager APIs for Donut. by Mike LeBeau · 15 years ago
  64. ea52d29 Fix back key handling for search dialog. by Karl Rosaen · 15 years ago
  65. b06ea70 Add reporting of activity movement for search manager. by Dianne Hackborn · 15 years ago
  66. 0e01ea4 Deprecate DialogInterface methods in SearchManager by Bjorn Bringert · 15 years ago
  67. 444c727 Run search UI on its own thread. by Bjorn Bringert · 15 years ago
  68. 5f80605 Include user query in search intents by Bjorn Bringert · 15 years ago
  69. 8d15382 Make all static methods in SearchManager non-static. by Bjorn Bringert · 15 years ago
  70. 97325db Add non-static version of SearchManager.getSuggestions(). by Bjorn Bringert · 15 years ago
  71. bf23fe0 Prepare SearchManager framework for adding Genie logging. by Satish Sampath · 15 years ago
  72. 8d17f3f Run search dialog in the system process. by Bjorn Bringert · 15 years ago
  73. ce0959d Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManager by Mike LeBeau · 15 years ago
  74. d4c98c4 Track clicks that occur after pivoting into an app from global search. by Karl Rosaen · 15 years ago
  75. 1c5fa0f Adds UI support for custom search widget item backgrounds. by Satish Sampath · 15 years ago
  76. f9acde2 Include web search providers in Searchables. by Satish Sampath · 15 years ago
  77. 1c54cf0 Detect impressions, and cleanup the SearchDialog / SuggestionCursor communication. by Karl Rosaen · 15 years ago
  78. 3250fa7 Remove support for bitmap icons in search suggestions. by Bjorn Bringert · 15 years ago
  79. 3a27803 Add INTENT_ACTION_WEB_SEARCH_SETTINGS (thereby fixing the build too :)). by Mike LeBeau · 15 years ago
  80. a058f02 progress towards impression and click stats on all sources, plus some internal cleanup by Karl Rosaen · 15 years ago
  81. 21fd5f1 Change comment for SUGGEST_COLUMN_INTENT_EXTRA_DATA to clarify that by Mike LeBeau · 15 years ago
  82. b619c91 Define mime type for shortcut validation path. by Karl Rosaen · 15 years ago
  83. b2a5011 Define the URI path, columns and constants for shortcut validation. by Karl Rosaen · 15 years ago
  84. a920413 Refactor SearchableInfo. by Bjorn Bringert · 15 years ago
  85. 6d72e02 Add 'includeInGlobalSearch' attribute to searchable meta-data. by Bjorn Bringert · 15 years ago
  86. 74708bb Add GLOBAL_SEARCH intent for finding global search provider. by Bjorn Bringert · 15 years ago
  87. 875d50a AI 147564: Merge back from search branch to donut. Notes: by Karl Rosaen · 15 years ago
  88. 4c156ec AI 147168: am: CL 147163 Copy documentation for the various search-by-voice flags that by Andy Stadler · 15 years ago
  89. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  90. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  91. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  92. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  93. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  94. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  95. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  96. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago