summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/search/OpenSearchSearchEngine.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray unused import.Narayan Kamath2015-01-071-1/+0
| | | | Change-Id: I52e2c41bec5131ecfb34fc9129888ca6678c3c2b
* Move browser over to java.net.URLConnection.Narayan Kamath2014-12-161-20/+29
| | | | | | bug: 18027885 Change-Id: Ie1db66432f0bd2b2eaaf2a7998828f69145645d9
* Remove voice search handlingMichael Kolb2012-05-031-4/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* 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
* Remove an incorrect javadoc comment.Leon Scroggins III2010-09-141-1/+0
| | | | | | | The comment references a parameter that is not part of the method. Change-Id: Ia2b5c81e4d09bb7e1614a84f2532520730244cae
* Fixes for changing the search engine.Leon Scroggins III2010-09-141-0/+4
| | | | | | | | | | | 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/+295
The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a