summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/search
Commit message (Collapse)AuthorAgeFilesLines
* Possibility to disable the search engine and DuckDuckGo for all!replicant-4.2-0002Paul Kocialkowski2014-07-021-3/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Remove voice search handlingMichael Kolb2012-05-033-13/+0
| | | | | | Bug: 6439925 Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
* Revert "fix hl parameter for incognito search"Victoria Lease2012-03-291-20/+5
| | | This reverts commit 043e72f70ae61f1a62aefef6d137c4916206d3c9
* fix hl parameter for incognito searchVictoria Lease2012-03-141-5/+20
| | | | | | Bug: 5777487 Change-Id: I34ea2e3aac0659cb5fe29732b30a117a289a4b72
* Remove the psychic labs feature.Narayan Kamath2011-11-181-6/+0
| | | | | | | | Reverts the UrlInputView to a standard autocomplete that causes less trouble for IMEs. bug:5598837 Change-Id: If469d76f4feda88e4a122264a39d317737404578
* Fix Resources.getIdentifier usageJohn Reck2011-09-221-1/+4
| | | | | | Bug: 5352337 Change-Id: If639cf6dec892f2952f8eb3fedbb267e4cc7c0ae
* Use EXTRA_WEB_SEARCH_PENDINGINTENTBjorn Bringert2011-08-102-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
* Browser settings refactorJohn Reck2011-04-261-1/+1
| | | | Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
* Implement the psychic search engine.Narayan Kamath2011-03-024-4/+21
| | | | | | | | | | (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
* Add autocomplete to the browser UrlInputView.Narayan Kamath2011-03-021-1/+5
| | | | | | | | | | | | | | | | Code and tests based on the google search app. A lot less code would be duplicated if we could somehow override AutoCompleteTextView but that is made impossible by it calling a bunch of stuff in its constructor. To do so would require changes to the existing API. I've verified that the unit test passes, but other browser tests appear to fail - even on a clean branch with none of my changes. Also fixes a minor bug in SearchEngines.getSearchableInfo( ). Change-Id: Ic61bc6b8fa27cd210a45dc181ebf15accf503244
* Special case searching in incognito modeJohn Reck2011-01-241-1/+1
| | | | | | | | | | | | | Bug: 3336558 The default flow when the user hits enter in UrlInputView is handled by IntentHandler. If the input isn't a URL, it is treated as a search request, which is causes an intent to be fired off from the search engine. This is logged, which we can't have in incognito mode. For now, handle this by having the UrlInputView detect search requests, lookup the search engine info, and use that to build the search request URL directly, previnting logging. Change-Id: I4b98240f4b2aff265638b53cb65677bc1bd507c0
* am fd82abf2: am 26b9ad1c: am 785ad9a5: Send WEB_SEARCH intent straight to ↵Bjorn Bringert2010-09-161-0/+1
|\ | | | | | | | | | | | | | | | | default search provider if selected Merge commit 'fd82abf2520a04517f79e08aad0449183b1b031b' * commit 'fd82abf2520a04517f79e08aad0449183b1b031b': Send WEB_SEARCH intent straight to default search provider if selected
| * Send WEB_SEARCH intent straight to default search provider if selectedBjorn Bringert2010-09-161-0/+1
| | | | | | | | | | Bug: 3002103 Change-Id: I51d7bd932e4ee5359da8d1361379b4413963eeb6
* | am c3169def: am 6002de42: am 6248bff9: Merge "Remove an incorrect javadoc ↵Leon Scroggins III2010-09-151-1/+0
|\ \ | |/ | | | | | | | | | | | | | | comment." into froyo Merge commit 'c3169defa19a824f69b455b5e672931680a194b9' * commit 'c3169defa19a824f69b455b5e672931680a194b9': Remove an incorrect javadoc comment.
| * 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
* | am 6ac51e2b: am 867c0465: am 430057da: Fixes for changing the search engine.Leon Scroggins III2010-09-153-2/+17
|\ \ | |/ | | | | | | | | | | Merge commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e' * commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e': Fixes for changing the search engine.
| * Fixes for changing the search engine.Leon Scroggins III2010-09-143-2/+17
| | | | | | | | | | | | | | | | | | | | | | 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-136-0/+774
| | | | | | The lists of search providers are taken from Chrome. Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
* Add user-selected search providers to browserBjorn Bringert2010-09-157-0/+774
The lists of search providers are taken from Chrome. Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5