summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/SearchManager.java
Commit message (Expand)AuthorAgeFilesLines
* Move Search dialog out of system process into current activity.Amith Yamasani2010-01-271-68/+24
* Make SearchManager.getGlobalSearchActivity() public but hiddenBjorn Bringert2010-01-141-1/+3
* Expose SearchManager constants for global searchBjorn Bringert2010-01-141-18/+11
* Remove Intent.ACTION_GLOBAL_SEARCHBjorn Bringert2010-01-131-4/+4
* Add and expose SearchManager.getSearchableInfo()Bjorn Bringert2010-01-121-2/+17
* Copy SearchSourceSelector from QuickSearchBoxBjorn Bringert2010-01-091-0/+10
* Use unbundled QSB for global searchBjorn Bringert2009-12-091-1/+87
* Expose SearchableInfo and getSearchablesInGlobalSearch()Bjorn Bringert2009-12-081-4/+2
* Move android.server.search.SearchableInfo to android.appBjorn Bringert2009-12-041-1/+0
* docs: document the 'showSearchIconAsBadge" flag andScott Main2009-11-111-16/+11
* doc change: misc doc fixes.Dirk Dougherty2009-10-301-3/+3
* Remove globalSearch argument from triggerSearch()Bjorn Bringert2009-10-011-7/+2
* Unhide SearchManager.SUGGEST_PARAMETER_LIMITBjorn Bringert2009-09-291-2/+1
* Pass limit=50 to all suggestion sources.Bjorn Bringert2009-09-281-7/+32
* Add search_mode flag to intents launched by QSB suggestionsBjorn Bringert2009-09-211-0/+19
* Send action key and msg with GlobalSearch clicksBjorn Bringert2009-09-211-0/+4
* Tell GlobalSearch about searches without a suggestionBjorn Bringert2009-09-111-0/+8
* am d27b1083: docs only. add Searchable resource information to the Available ...Scott Main2009-09-101-12/+12
|\
| * docs only.Scott Main2009-09-101-12/+12
* | am af0b780a: Merge change 23198 into donutMike LeBeau2009-08-281-24/+38
|\ \ | |/
| * Update SearchManager documentation to reflect latest behavior.Mike LeBeau2009-08-281-24/+38
* | resolved conflicts for merge of 1e348378 to eclairMike LeBeau2009-08-271-20/+131
|\ \ | |/
| * Revert "Remove third party support for Quick Search Box (aka global search)."Karl Rosaen2009-08-271-20/+131
* | I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-241-0/+2
* | resolved conflicts for merge of 081a136d to eclairJean-Baptiste Queru2009-08-211-131/+20
|\ \ | |/
| * Remove third party support for Quick Search Box (aka global search).Anonymous Coward2009-08-211-131/+20
* | am cfa419b7: Correct comments for startSearch in Activity and SearchManager t...Mike LeBeau2009-08-181-1/+1
|\ \ | |/
| * Correct comments for startSearch in Activity and SearchManager to explainMike LeBeau2009-08-171-1/+1
* | NEW API for SearchManager and Activity to 'triggerSearch'.krosaen2009-08-181-2/+60
|/
* Docs only change: finish documentation of Android Quick Search Box related in...Karl Rosaen2009-08-111-8/+145
* First update of SearchManager docs to reflect the new Donut Quick Search Box ...Mike LeBeau2009-08-101-87/+56
* Remove search dialog PRE_CLOSE eventBjorn Bringert2009-07-271-7/+0
* Send max displayed position in search dialog click eventBjorn Bringert2009-07-271-0/+2
* Don't start search from a dialog if there is no activity associated withKarl Rosaen2009-07-211-0/+4
* Define a broadcast intent for the web search provider changing. UnhideMike LeBeau2009-07-201-2/+8
* Unhide new SearchManager APIs for Donut.Mike LeBeau2009-07-201-17/+1
* Fix back key handling for search dialog.Karl Rosaen2009-07-201-14/+8
* Add reporting of activity movement for search manager.Dianne Hackborn2009-07-141-1/+12
* Deprecate DialogInterface methods in SearchManagerBjorn Bringert2009-07-101-2/+7
* Run search UI on its own thread.Bjorn Bringert2009-07-081-54/+0
* Include user query in search intentsBjorn Bringert2009-06-241-0/+14
* Make all static methods in SearchManager non-static.Bjorn Bringert2009-06-221-39/+22
* Add non-static version of SearchManager.getSuggestions().Bjorn Bringert2009-06-221-0/+13
* Prepare SearchManager framework for adding Genie logging.Satish Sampath2009-06-171-2/+20
* Run search dialog in the system process.Bjorn Bringert2009-06-151-72/+127
* Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManagerMike LeBeau2009-06-111-0/+10
* Track clicks that occur after pivoting into an app from global search.Karl Rosaen2009-06-091-0/+35
* Adds UI support for custom search widget item backgrounds.Satish Sampath2009-06-091-0/+9
* Include web search providers in Searchables.Satish Sampath2009-06-051-0/+54
* Detect impressions, and cleanup the SearchDialog / SuggestionCursor communica...Karl Rosaen2009-06-041-27/+39