summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-21Merge branch 'donut' into donut-releaseHEADandroid-sdk-1.6_r2android-1.6_r2mastermaindonut-releasedonutThe Android Open Source Project
2009-10-13Import revised translations. DO NOT MERGEEric Fischer
Change-Id: Ic48d752fd6e8f5632d7be0a027c47e9e7da299bb
2009-10-08DO NOT MERGE merge from donut-gmsJean-Baptiste Queru
2009-09-29Import revised translations. DO NOT MERGEEric Fischer
2009-09-21cherry pick 2645c0e7eecf30f323a3c8290458475cbefd7f84 from donutandroid-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1donut-release2Bjorn Bringert
2009-09-19Add coarse location permission to GoogleSearchBjorn Bringert
FOR DONUT! Without this, partner builds that run GoogleSearch in a process that does not have android.permission.ACCESS_COARSE_LOCATION will crash when trying to use Google search from the search dialog or the browser address bar. Fixes http://b/issue?id=2132064 Change-Id: I5782978f71f38b76f3439246cb254175b33c7530
2009-09-11Fix MCC-specific strings which were breaking Google search for theMike LeBeau
Netherlands, the Czech Republic, Austria, Poland, and Germany. This was due to a Donut change to have web search provider handle the dispatching of searches, and these values were accidentally overlooked as being suggestion base urls (not search base urls) despite the (previously-okay) label of 'google_search_base'.
2009-08-26Translations for bug 2067035. DO NOT MERGEandroid-sdk-tools_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r1Eric Fischer
Change-Id: I7a418284943b610f63ba7851b895220062dadebb
2009-08-20Import revised translations. DO NOT MERGEEric Fischer
2009-08-03Import revised translations. DO NOT MERGEEric Fischer
2009-07-28Pass along our package name as the app id if one is not passed in forMike LeBeau
web search intents. Fixes http://b/2020191
2009-07-28Pass through the browser's application id extra if one is provided, so that ↵Mike LeBeau
the browser can figure out which window to put a new search into.
2009-07-27Handle ACTION_SEARCH in GoogleSearchBjorn Bringert
Fixes http://b/issue?id=2014515 for GoogleSearch
2009-07-24Added settings to GoogleSearchBjorn Bringert
GoogleSearch now has its own settings UI, with a "Show web suggestions" preference. This is the GoogleSearch part of http://b/issue?id=1996992
2009-07-23Remove label as badge for GoogleSearch.Mike LeBeau
Fixes http://b/1998678.
2009-07-20Use 'g' icon for Google.Mike LeBeau
2009-07-15Add app and suggestion icons to GoogleSearchBjorn Bringert
I took the Google favicon and magnifying glass from EnhancedGoogleSearchProvider. Also: refactors cursor column handling to use named constant. Also: switch to non-deprecated GoogleHttpClient constructor. Also: move intent_action to searchables.xml Fixes http://b/issue?id=1982033 "GoogleSearch has no icon, and sets no suggestion icons"
2009-07-15Set GoogleSearch activity label to "Google"Bjorn Bringert
This will fix the name of the provider shown under "More results..." See http://b/issue?id=1981565
2009-07-14Merge change 7054 into donutAndroid (Google) Code Review
* changes: Change the GoogleSearch strings so that "Google" shows up for the label in global search, but "Google Search" shows up as the name in 'manage applications'.
2009-07-13Change the GoogleSearch strings so that "Google" shows up for the labelMike LeBeau
in global search, but "Google Search" shows up as the name in 'manage applications'.
2009-07-13Import new translationsEric Fischer
2009-06-30Change GoogleSearch to use the new system-wide location opt-in settingMike LeBeau
as was done with EnhancedGoogleSearchProvider. One difference is that if a system does not have GoogleSettingsProvider, we will simply omit the location request for GoogleSearch.
2009-06-25Added ACCESS_NETWORK_STATE perm to GoogleSearch.Bjorn Bringert
2009-06-24Fail fast if there is no network connection.Bjorn Bringert
Fixes http://b/issue?id=1920886 for GoogleSearch.
2009-06-23Include caller given 'source' as a url param. in web searchSatish Sampath
2009-06-16Revert to ACTION_VIEW and use intent extra to add location.Satish Sampath
2009-06-11Use ACTION_SEARCH to launch search URLs.Satish Sampath
This was done so that the browser can identify them as search requests and add location information to the request if enabled. Also adding internet permission to the manifest as without that it was throwing errors in the debug log infrequently (we need it anyway since this provider accesses the internet for google searches, but in the past it was running inside the acore process so perhaps was not required and this design may have changed now).
2009-06-10am ea1e4706: AI 149721: Import Portuguese translations.Eric Fischer
Merge commit 'ea1e47063f8d44d5ceeeca5cdc96643781250f69' into donut * commit 'ea1e47063f8d44d5ceeeca5cdc96643781250f69': AI 149721: Import Portuguese translations.
2009-06-10AI 149721: Import Portuguese translations.Eric Fischer
Automated import of CL 149721
2009-06-05Get web search to work with GoogleSearch provider.Satish Sampath
- make the suggestion provider specify the intent action web-search - handle web search intent by launching the browser with the google search url Without these changes, GoogleSearch was passing intent web-search to the browser which was forwarding it back to GoogleSearch and nothing happened in the end.
2009-06-02Make the GoogleSearch provider understand action.WEB_SEARCHSatish Sampath
The search dialog & browser are going to use the system default handler for action.WEB_SEARCH and use that for suggestions & launching web searches. This change makes GoogleSearch provider compatible with that model so it can be used for google searches and suggestions. With this change, Google Search also appears as an item in the Web Search providers list in system search settings.
2009-06-01Merge change 1007 into donutAndroid (Google) Code Review
* changes: Update google_search_base for chinese language.
2009-05-15Reduces priority of GoogleSearch to prevent clashes.Satish Sampath
This was done per suggestion from Bjorn as we ran into http://b/1826540, so that GoogleSearch would really act as a fallback and would not clash with other installed global search providers.
2009-05-11Update google_search_base for chinese language.Bill Napier
Changed default search base for china to be www.google.cn and changed the language param.
2009-04-28Use GLOBAL_SEARCH to make GoogleSearch the default searchableBjorn Bringert
2009-04-22merge cupcake into donutJean-Baptiste Queru
2009-04-02AI 144355: Automated g4 rollback of changelist 144335.android-sdk-1.5_r1android-sdk-1.5-preandroid-1.5r4android-1.5r3android-1.5r2android-1.5cupcake-releaseEric Fischer
*** Reason for rollback *** Roll back US Spanish import because it made the build too big. *** Original change description *** Import US Spanish translations, and a few Japanese changes. Automated import of CL 144355
2009-04-02AI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese ↵Eric Fischer
changes. Original author: enf Merged from: //branches/cupcake/... Automated import of CL 144336
2009-04-02AI 144335: Import US Spanish translations, and a few Japanese changes.Eric Fischer
Automated import of CL 144335
2009-03-27AI 143225: am: CL 143041 Fixes #1740742. The SuggestionsProvider was causing ↵Romain Guy
a memory leak by keeping a static reference to an EMPTY_CURSOR which, by being hqnded over to adapters, would cause Activities to be kept across configuration changes. This change simply creates a new empty cursor every time instead of using a singleton. Original author: romainguy Merged from: //branches/cupcake/... Automated import of CL 143225
2009-03-26Automated import from //branches/cupcake/...@143041,143041Romain Guy
2009-03-18auto import from //branches/cupcake_rel/...@140373The Android Open Source Project
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-22auto import from //branches/cupcake/...@127436The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project