| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I6fc1b21f7ea692fbe37a17bf900e9b7408a9c077
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
default search provider if selected
Merge commit 'fd82abf2520a04517f79e08aad0449183b1b031b'
* commit 'fd82abf2520a04517f79e08aad0449183b1b031b':
Send WEB_SEARCH intent straight to default search provider if selected
|
| |
| |
| |
| |
| | |
Bug: 3002103
Change-Id: I51d7bd932e4ee5359da8d1361379b4413963eeb6
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
comment." into froyo
Merge commit 'c3169defa19a824f69b455b5e672931680a194b9'
* commit 'c3169defa19a824f69b455b5e672931680a194b9':
Remove an incorrect javadoc comment.
|
| |
| |
| |
| |
| |
| |
| | |
The comment references a parameter that is not part of the
method.
Change-Id: Ia2b5c81e4d09bb7e1614a84f2532520730244cae
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e'
* commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e':
Fixes for changing the search engine.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|
|
|
|
|
| |
The lists of search providers are taken from Chrome.
Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
|
|
The lists of search providers are taken from Chrome.
Change-Id: I320f43f06d3a79a3b7a065c73859853dedf0a6b5
|