summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/search/DefaultSearchEngine.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove voice search handlingMichael Kolb2012-05-031-4/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* Use EXTRA_WEB_SEARCH_PENDINGINTENTBjorn Bringert2011-08-101-0/+7
| | | | | | | | | | This avoids a chooser dialog when web searches are done in the address bar when there are multiple browsers installed. Bug: 4988580 Change-Id: I3afb5f7dc10acf1aa2a0107e76061de0e534d8fe
* Implement the psychic search engine.Narayan Kamath2011-03-021-0/+5
| | | | | | | | | | (a) Add a new subclass of SearchEngine that receives suggestions provided by psychic and displays them in the suggestions dropdown. (b) Add a Labs setting that can turn this feature on or off. Change-Id: Icae05b6b55f489278028e5af560d9b36014a0f59
* Send WEB_SEARCH intent straight to default search provider if selectedBjorn Bringert2010-09-161-0/+1
| | | | | Bug: 3002103 Change-Id: I51d7bd932e4ee5359da8d1361379b4413963eeb6
* Fixes for changing the search engine.Leon Scroggins III2010-09-141-2/+6
| | | | | | | | | | | Provide a default value for the Select search engine preference. Move the Select search engine preference into advanced settings. When opening the SearchDialog with a SearchEngine other than Google, add a flag to hide the voice search icon. Depends on a change to frameworks/base. Change-Id: I6da2e582789253b3c5ffac9fe1ad3732f99f28ea
* Add user-selected search providers to browserBjorn Bringert2010-09-131-0/+118
The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a