]> nv-tegra.nvidia Code Review - android/platform/packages/providers/DownloadProvider.git/log
android/platform/packages/providers/DownloadProvider.git
13 years agoImport revised translations froyo froyo-tegra tegra-10.7.1 tegra-10.7.1-ER tegra-10.7.1-ER-baseline tegra-10.7.2 tegra-10.7.2-baseline tegra-10.8.1 tegra-10.8.2 tegra-10.8.2-test tegra-10.8.2-test-baseline tegra-10.8.3 tegra-10.9.1 tegra-10.9.2 tegra-10.9.3 tegra-10.9.3-baseline tegra-10.9.4 tegra-10.9.4-baseline tegra-10.9.5 tegra-10.9.5-baseline tegra-10.9.5-baseline-debug tegra-10.9.6 tegra-10.9.6-baseline tegra-10.9.7 tegra-10.9.7-baseline tegra-10.9.8 tegra-10.9.8-baseline tegra-10.9.9 tegra-10.9.9-baseline
Kenny Root [Mon, 21 Jun 2010 02:01:54 +0000 (19:01 -0700)]
Import revised translations

Change-Id: I012450adc3ff91ce5cfbd28e21eed1aa6833c56f

13 years agoImport revised translations tegra-10.8.1-baseline tegra-10.8.2-baseline tegra-10.8.3-baseline tegra-10.9.1-baseline tegra-10.9.2-baseline
Kenny Root [Tue, 27 Apr 2010 21:32:02 +0000 (14:32 -0700)]
Import revised translations

Change-Id: I800cdf6e7d34180e13d7af74abfe0887e1f20316

14 years agoAdjust DownloadProvider's makefile so its tests get built.
Brett Chabot [Mon, 5 Apr 2010 23:16:08 +0000 (16:16 -0700)]
Adjust DownloadProvider's makefile so its tests get built.

Bug 2562721

Change-Id: I7dfd73d4e30fcc5dc80c9ed024432c0b833a011a

14 years agoImport revised translations
Kenny Root [Thu, 18 Mar 2010 05:17:11 +0000 (22:17 -0700)]
Import revised translations

Change-Id: Iac9bc801179d35cf266b6398c2c6557f5abc524e

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:05:14 +0000 (18:05 -0800)]
Add an empty CleanSpec.mk

Change-Id: Idbb6ff1607b2885ed2da0749fc99b39f815fac15

14 years agoImport new translations
Eric Fischer [Thu, 4 Mar 2010 22:07:31 +0000 (14:07 -0800)]
Import new translations

14 years agoImport new translations.
Eric Fischer [Sat, 27 Feb 2010 01:34:58 +0000 (17:34 -0800)]
Import new translations.

14 years agoUpdate to reflect android-common no longer in framework.
Dianne Hackborn [Thu, 25 Feb 2010 03:59:19 +0000 (19:59 -0800)]
Update to reflect android-common no longer in framework.

14 years agoSupply a Context to AndroidHttpClient.newInstance(), to enable
Dan Egnor [Wed, 10 Feb 2010 20:51:47 +0000 (12:51 -0800)]
Supply a Context to AndroidHttpClient.newInstance(), to enable
persistent SSL session caching.

14 years agoam 29ca9e3a: am 7f75be7e: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 22:25:27 +0000 (14:25 -0800)]
am 29ca9e3a: am 7f75be7e: reconcile main tree with open-source eclair

Merge commit '29ca9e3a63b63f71b0c4ab9544d0bd5361386751'

* commit '29ca9e3a63b63f71b0c4ab9544d0bd5361386751':
  android-2.1_r1 snapshot

14 years agoam 7f75be7e: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:49:39 +0000 (08:49 -0800)]
am 7f75be7e: reconcile main tree with open-source eclair

Merge commit '7f75be7ea7027a2ad6e7564195333fd075c0b1a0' into eclair-plus-aosp

* commit '7f75be7ea7027a2ad6e7564195333fd075c0b1a0':
  android-2.1_r1 snapshot

14 years agoCreate a new permission that allows apps to see downloads from other
Leon Scroggins [Thu, 28 Jan 2010 22:53:26 +0000 (17:53 -0500)]
Create a new permission that allows apps to see downloads from other
applications to the SD card.

Necessary for http://b/issue?id=2384554

Also create names for files by default, so they do not display as
<Untitled>.  Remove calls to createTitleFromFilename, which are
no longer necessary.

Requires a change to frameworks/base.

14 years agoreconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:09:41 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair

14 years agoreconcile android-2.1_r1 snapshot eclair eclair-9.12.13 eclair-tegra tegra-9.12.10 tegra-9.12.10-baseline tegra-9.12.11 tegra-9.12.11-baseline tegra-9.12.12 tegra-9.12.12-baseline tegra-9.12.13 tegra-9.12.13-baseline tegra-9.12.13.1 tegra-9.12.7 tegra-9.12.7-baseline tegra-9.12.8 tegra-9.12.8-baseline tegra-9.12.9 tegra-9.12.9-baseline
The Android Open Source Project [Fri, 29 Jan 2010 22:09:29 +0000 (14:09 -0800)]
reconcile android-2.1_r1 snapshot

14 years agoGrant access to downloaded packages to default container.
Suchi Amalapurapu [Mon, 25 Jan 2010 23:50:36 +0000 (15:50 -0800)]
Grant access to downloaded packages to default container.
The package name is hardcoded for now but will eventually move to a separate gid
guarded by a permission.

14 years agob/2383073 Use new fine-grained download status codes.
Attila Bodis [Tue, 26 Jan 2010 22:56:11 +0000 (14:56 -0800)]
b/2383073 Use new fine-grained download status codes.

Takes advantage of two new download status codes (STATUS_DEVICE_NOT_FOUND_ERROR
and STATUS_INSUFFICIENT_SPACE_ERROR) when reporting failed download attempts.

14 years agoRevert "Download files even if there is no activity to launch them."
Leon Scroggins [Fri, 22 Jan 2010 14:35:34 +0000 (09:35 -0500)]
Revert "Download files even if there is no activity to launch them."

This reverts commit 0f1aae327a9e4c68044d767e9bafbac747b6d985.

I misunderstood the bug.  We do not want to be able to download
files for which there is currently no Activity to launch them.

14 years agoUpdate the title of the download based on the filename.
Leon Scroggins [Thu, 21 Jan 2010 21:21:46 +0000 (16:21 -0500)]
Update the title of the download based on the filename.

Now that the downloads page is not necessarily opened when a download
starts, we need to provide a name even if the downloads page isn't
shown.  So when we create a notification, provide the title.

Depends on a change to frameworks/base

14 years agoDownload files even if there is no activity to launch them.
Leon Scroggins [Thu, 21 Jan 2010 18:09:54 +0000 (13:09 -0500)]
Download files even if there is no activity to launch them.

Fixes http://b/issue?id=2367247

14 years agoUse the private legacy API
Jean-Baptiste Queru [Fri, 8 Jan 2010 00:33:05 +0000 (16:33 -0800)]
Use the private legacy API

The public API is getting deeply reworked for forward compatibility,
but since the Download Manager and the Browser need to continue using
the old API, a separate copy is being kept on the side.

Bug: 2245521

Change-Id: I85eff6ba9efc68600aa80e8dffa6720b0f2ed155

14 years agoandroid-2.1_r1 snapshot
The Android Open Source Project [Tue, 12 Jan 2010 23:19:21 +0000 (15:19 -0800)]
android-2.1_r1 snapshot

14 years agoDeprecate fill_parent and introduce match_parent.
Romain Guy [Fri, 8 Jan 2010 23:07:17 +0000 (15:07 -0800)]
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.

14 years agoUpdate with latest translations.
Eric Fischer [Fri, 8 Jan 2010 00:01:26 +0000 (16:01 -0800)]
Update with latest translations.

14 years agoremove ACCESS_CACHE_FILESYSTEM permission
Doug Zongker [Wed, 6 Jan 2010 23:56:48 +0000 (15:56 -0800)]
remove ACCESS_CACHE_FILESYSTEM permission

Its definition is moving to frameworks/base.

Change-Id: Ieb0409c458939c14e2cc8b5bdbcef14564a59c55

14 years agoexplicit set an "optional" tag
Jean-Baptiste Queru [Tue, 5 Jan 2010 19:09:54 +0000 (11:09 -0800)]
explicit set an "optional" tag

14 years agoMerge commit 'goog/eclair-plus-aosp'
Android Git Automerger [Tue, 15 Dec 2009 08:45:09 +0000 (00:45 -0800)]
Merge commit 'goog/eclair-plus-aosp'

14 years agoam 31342163: am dc0accaa: Changed class paths for classes moved in unbundling effort
Paul Westbrook [Mon, 14 Dec 2009 19:55:48 +0000 (11:55 -0800)]
am 31342163: am dc0accaa: Changed class paths for classes moved in unbundling effort

Merge commit '313421638f1fa01bf269350fd32d4e4df8afbc5e'

* commit '313421638f1fa01bf269350fd32d4e4df8afbc5e':
  Changed class paths for classes moved in unbundling effort

14 years agoam dc0accaa: Changed class paths for classes moved in unbundling effort
Paul Westbrook [Mon, 14 Dec 2009 18:40:55 +0000 (10:40 -0800)]
am dc0accaa: Changed class paths for classes moved in unbundling effort

Merge commit 'dc0accaaa66cdd7321505a8c42504b05a98ae341' into eclair-mr2-plus-aosp

* commit 'dc0accaaa66cdd7321505a8c42504b05a98ae341':
  Changed class paths for classes moved in unbundling effort

14 years agoChanged class paths for classes moved in unbundling effort
Paul Westbrook [Mon, 14 Dec 2009 18:25:46 +0000 (10:25 -0800)]
Changed class paths for classes moved in unbundling effort

14 years agoam e88706b9: (-s ours) am b0033a36: am a61606af: (-s ours) Import revised translation...
Eric Fischer [Wed, 2 Dec 2009 01:39:37 +0000 (17:39 -0800)]
am e88706b9: (-s ours) am b0033a36: am a61606af: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'e88706b900716b2cfaa917efdd320e6bef7b21fa'

* commit 'e88706b900716b2cfaa917efdd320e6bef7b21fa':
  Import revised translations.  DO NOT MERGE

14 years agoam b0033a36: am a61606af: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 2 Dec 2009 01:29:57 +0000 (17:29 -0800)]
am b0033a36: am a61606af: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'b0033a369377c3cfba1121f7ed7941165cc1c415' into eclair-mr2-plus-aosp

* commit 'b0033a369377c3cfba1121f7ed7941165cc1c415':
  Import revised translations.  DO NOT MERGE

14 years agoam a61606af: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 2 Dec 2009 01:12:18 +0000 (17:12 -0800)]
am a61606af: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53' into eclair-mr2

* commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53':
  Import revised translations.  DO NOT MERGE

14 years agoam a61606af: Import revised translations. DO NOT MERGE
Eric Fischer [Mon, 30 Nov 2009 20:06:00 +0000 (12:06 -0800)]
am a61606af: Import revised translations.  DO NOT MERGE

Merge commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53' into eclair-plus-aosp

* commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 30 Nov 2009 19:41:02 +0000 (11:41 -0800)]
Import revised translations.  DO NOT MERGE

14 years agoam 5b9bcf8d: am 18c30402: Fix Download application notification timestamp not correct...
Lixin Yue [Wed, 25 Nov 2009 21:40:30 +0000 (13:40 -0800)]
am 5b9bcf8d: am 18c30402: Fix Download application notification timestamp not correct issue

Merge commit '5b9bcf8d3f74b8827b2a2e1f148d8ccd574083c8'

* commit '5b9bcf8d3f74b8827b2a2e1f148d8ccd574083c8':
  Fix Download application notification timestamp not correct issue

14 years agoam 18c30402: Fix Download application notification timestamp not correct issue
Lixin Yue [Wed, 25 Nov 2009 21:37:57 +0000 (13:37 -0800)]
am 18c30402: Fix Download application notification timestamp not correct issue

Merge commit '18c3040260907472a9e471e5707a5b2f8320d074' into eclair-mr2-plus-aosp

* commit '18c3040260907472a9e471e5707a5b2f8320d074':
  Fix Download application notification timestamp not correct issue

14 years agoFix Download application notification timestamp not correct issue
Lixin Yue [Mon, 2 Nov 2009 07:22:42 +0000 (15:22 +0800)]
Fix Download application notification timestamp not correct issue

Should set the value of Notification.when before calling
setLatestEventInfo(). On downloading an image without
exif information, the received file's timestamp is correct for main database field
but incorrect for temporary display field.

Root cause is that if Notification.when not set before calling setLatestEventInfo(),
the timestamp value in milliseconds unit will be directly set to a field as second
unit. Thus database will record the time as 1000 times forward as 2067, etc.
However from UI the file's time will be just shown like "10/10/67", misleading
people to think time is set backwards before system time 0(1969).

14 years agoam caec636f: am 89f9c9b4: change ACCESS_CACHE_FILESYSTEM to signatureOrSystem
Doug Zongker [Wed, 18 Nov 2009 00:14:19 +0000 (16:14 -0800)]
am caec636f: am 89f9c9b4: change ACCESS_CACHE_FILESYSTEM to signatureOrSystem

Merge commit 'caec636f568242f59196fec7487051d535c236e6'

* commit 'caec636f568242f59196fec7487051d535c236e6':
  change ACCESS_CACHE_FILESYSTEM to signatureOrSystem

14 years agoam 89f9c9b4: change ACCESS_CACHE_FILESYSTEM to signatureOrSystem
Doug Zongker [Wed, 18 Nov 2009 00:06:22 +0000 (16:06 -0800)]
am 89f9c9b4: change ACCESS_CACHE_FILESYSTEM to signatureOrSystem

Merge commit '89f9c9b4ccc22bc1f37edf5effa518970d342808' into eclair-mr2-plus-aosp

* commit '89f9c9b4ccc22bc1f37edf5effa518970d342808':
  change ACCESS_CACHE_FILESYSTEM to signatureOrSystem

14 years agochange ACCESS_CACHE_FILESYSTEM to signatureOrSystem
Doug Zongker [Tue, 17 Nov 2009 23:34:15 +0000 (15:34 -0800)]
change ACCESS_CACHE_FILESYSTEM to signatureOrSystem

Needed for unbundling of google OTA.

14 years agoam c2c3d692: merge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 23:09:45 +0000 (15:09 -0800)]
am c2c3d692: merge from open-source master

Merge commit 'c2c3d69268004ebe055dd7dfa63bed1818cc4334'

* commit 'c2c3d69268004ebe055dd7dfa63bed1818cc4334':
  eclair snapshot

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:55:28 +0000 (14:55 -0800)]
merge from open-source master

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:06:49 +0000 (14:06 -0800)]
merge from open-source master

Merge commit 'goog/stage-korg-master' into HEAD

14 years agomerge from eclair master
Jean-Baptiste Queru [Sun, 15 Nov 2009 20:07:00 +0000 (12:07 -0800)]
merge from eclair

14 years agoam 93c36e2c: (-s ours) am 38b7e34a: am 9d6b0fa7: (-s ours) Import revised translation...
Eric Fischer [Sat, 14 Nov 2009 02:06:30 +0000 (18:06 -0800)]
am 93c36e2c: (-s ours) am 38b7e34a: am 9d6b0fa7: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '93c36e2ca5d0f3a5a176060b945d206cf3cf5a67'

* commit '93c36e2ca5d0f3a5a176060b945d206cf3cf5a67':
  Import revised translations.  DO NOT MERGE

14 years agoam 38b7e34a: am 9d6b0fa7: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 02:02:12 +0000 (18:02 -0800)]
am 38b7e34a: am 9d6b0fa7: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '38b7e34aacd4ab7a73c26c099fe07abe6f83a9dc' into eclair-mr2-plus-aosp

* commit '38b7e34aacd4ab7a73c26c099fe07abe6f83a9dc':
  Import revised translations.  DO NOT MERGE

14 years agoam 9d6b0fa7: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 01:58:09 +0000 (17:58 -0800)]
am 9d6b0fa7: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41' into eclair-mr2

* commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41':
  Import revised translations.  DO NOT MERGE

14 years agoam 9d6b0fa7: Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 01:58:04 +0000 (17:58 -0800)]
am 9d6b0fa7: Import revised translations.  DO NOT MERGE

Merge commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41' into eclair-plus-aosp

* commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 01:26:25 +0000 (17:26 -0800)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoeclair snapshot tegra-9.12.5 tegra-9.12.5-baseline tegra-9.12.6 tegra-9.12.6-baseline
Jean-Baptiste Queru [Fri, 13 Nov 2009 02:46:14 +0000 (18:46 -0800)]
eclair snapshot

14 years agoam d438ebb0: (-s ours) am 54d20c42: Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 7 Nov 2009 00:27:52 +0000 (16:27 -0800)]
am d438ebb0: (-s ours) am 54d20c42: Import revised translations.  DO NOT MERGE

Merge commit 'd438ebb0de6fc5df12b462d7bea070c36ce39034'

* commit 'd438ebb0de6fc5df12b462d7bea070c36ce39034':
  Import revised translations.  DO NOT MERGE

14 years agoam 54d20c42: Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 7 Nov 2009 00:20:02 +0000 (16:20 -0800)]
am 54d20c42: Import revised translations.  DO NOT MERGE

Merge commit '54d20c42b8fe7ae73e5546a6d5810d4a87f3681e' into eclair-mr2-plus-aosp

* commit '54d20c42b8fe7ae73e5546a6d5810d4a87f3681e':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 6 Nov 2009 23:30:20 +0000 (15:30 -0800)]
Import revised translations.  DO NOT MERGE

14 years agoam 8edb9a38: (-s ours) am a1ed67b2: am 8dcf3cb2: (-s ours) Import revised translation...
Eric Fischer [Fri, 30 Oct 2009 03:20:28 +0000 (20:20 -0700)]
am 8edb9a38: (-s ours) am a1ed67b2: am 8dcf3cb2: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '8edb9a384ef96b4dcd3ce28e93ed1453dc2c5264'

* commit '8edb9a384ef96b4dcd3ce28e93ed1453dc2c5264':
  Import revised translations.  DO NOT MERGE

14 years agoam a1ed67b2: am 8dcf3cb2: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 30 Oct 2009 03:00:17 +0000 (20:00 -0700)]
am a1ed67b2: am 8dcf3cb2: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'a1ed67b275f4fe40c3709beea583dfdff22b17c1' into eclair-mr2-plus-aosp

* commit 'a1ed67b275f4fe40c3709beea583dfdff22b17c1':
  Import revised translations.  DO NOT MERGE

14 years agoam 8dcf3cb2: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 30 Oct 2009 02:25:11 +0000 (19:25 -0700)]
am 8dcf3cb2: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '8dcf3cb2c499612b42e9eeab9164d5be7c539169' into eclair-mr2

* commit '8dcf3cb2c499612b42e9eeab9164d5be7c539169':
  Import revised translations.  DO NOT MERGE

14 years agoam 8dcf3cb2: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 29 Oct 2009 06:35:16 +0000 (23:35 -0700)]
am 8dcf3cb2: Import revised translations.  DO NOT MERGE

Merge commit '8dcf3cb2c499612b42e9eeab9164d5be7c539169' into eclair-plus-aosp

* commit '8dcf3cb2c499612b42e9eeab9164d5be7c539169':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 29 Oct 2009 04:20:27 +0000 (21:20 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam c6a96990: (-s ours) am c7a161b7: am 0ac5c77d: (-s ours) Import revised translation...
Eric Fischer [Thu, 22 Oct 2009 16:47:03 +0000 (09:47 -0700)]
am c6a96990: (-s ours) am c7a161b7: am 0ac5c77d: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'c6a9699075a5ea1aef070a49d59aa5b5d67b4eb1'

* commit 'c6a9699075a5ea1aef070a49d59aa5b5d67b4eb1':
  Import revised translations.  DO NOT MERGE

14 years agoam c7a161b7: am 0ac5c77d: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 22 Oct 2009 16:35:40 +0000 (09:35 -0700)]
am c7a161b7: am 0ac5c77d: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'c7a161b7d241b47cb503c6cbb4344af0ff789b6c' into eclair-mr2-plus-aosp

* commit 'c7a161b7d241b47cb503c6cbb4344af0ff789b6c':
  Import revised translations.  DO NOT MERGE

14 years agoam 0ac5c77d: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 22 Oct 2009 13:45:24 +0000 (06:45 -0700)]
am 0ac5c77d: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '0ac5c77d8fa81cbdd10dac48f927e0886f2c5da4' into eclair-mr2

* commit '0ac5c77d8fa81cbdd10dac48f927e0886f2c5da4':
  Import revised translations.  DO NOT MERGE

14 years agoam 0ac5c77d: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 21 Oct 2009 18:59:07 +0000 (11:59 -0700)]
am 0ac5c77d: Import revised translations.  DO NOT MERGE

Merge commit '0ac5c77d8fa81cbdd10dac48f927e0886f2c5da4' into eclair-plus-aosp

* commit '0ac5c77d8fa81cbdd10dac48f927e0886f2c5da4':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Wed, 21 Oct 2009 17:48:59 +0000 (10:48 -0700)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoam bb32637c: merge from open-source master
Jean-Baptiste Queru [Wed, 14 Oct 2009 23:20:21 +0000 (16:20 -0700)]
am bb32637c: merge from open-source master

Merge commit 'bb32637c024de349eb2b81fbd74d8f416db6548b'

* commit 'bb32637c024de349eb2b81fbd74d8f416db6548b':

14 years agomerge from open-source master
Jean-Baptiste Queru [Wed, 14 Oct 2009 23:02:18 +0000 (16:02 -0700)]
merge from open-source master

14 years agoReimport translations.
Eric Fischer [Tue, 13 Oct 2009 23:45:34 +0000 (16:45 -0700)]
Reimport translations.

Change-Id: I4ba9560db97bfbaa9e40641213eddc9c0be431e1

14 years agoam 59563fb4: (-s ours) am 0a6d0804: (-s ours) am aad2e29e: (-s ours) Import revised...
Eric Fischer [Tue, 13 Oct 2009 19:07:11 +0000 (12:07 -0700)]
am 59563fb4: (-s ours) am 0a6d0804: (-s ours) am aad2e29e: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '59563fb4e1a51f9f15c51e15833943664ae21436'

* commit '59563fb4e1a51f9f15c51e15833943664ae21436':
  Import revised translations.  DO NOT MERGE

14 years agoam 0a6d0804: (-s ours) am aad2e29e: (-s ours) Import revised translations. DO NOT...
Eric Fischer [Fri, 9 Oct 2009 00:35:28 +0000 (17:35 -0700)]
am 0a6d0804: (-s ours) am aad2e29e: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '0a6d08049533bdb769ca229e5205abe9545b46c6' into eclair-mr2

* commit '0a6d08049533bdb769ca229e5205abe9545b46c6':
  Import revised translations.  DO NOT MERGE

14 years agoam 0a6d0804: am aad2e29e: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 22:15:58 +0000 (15:15 -0700)]
am 0a6d0804: am aad2e29e: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '0a6d08049533bdb769ca229e5205abe9545b46c6' into eclair-plus-aosp

* commit '0a6d08049533bdb769ca229e5205abe9545b46c6':
  Import revised translations.  DO NOT MERGE

14 years agoam aad2e29e: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 8 Oct 2009 22:02:39 +0000 (15:02 -0700)]
am aad2e29e: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'aad2e29eb56d6861c4e6672c18f03b6e00f3b9dd' into eclair

* commit 'aad2e29eb56d6861c4e6672c18f03b6e00f3b9dd':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 29 Sep 2009 23:45:25 +0000 (16:45 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam 6625882b: am c04b1a0c: Disable unnecessary logging
Jean-Baptiste Queru [Fri, 25 Sep 2009 18:05:50 +0000 (11:05 -0700)]
am 6625882b: am c04b1a0c: Disable unnecessary logging

Merge commit '6625882baf70bdeb3cfc84ee11e438894b6854b3'

* commit '6625882baf70bdeb3cfc84ee11e438894b6854b3':
  Disable unnecessary logging

14 years agoam c484c076: am 4a977a52: Re-use the same random value to compute a download\'s resta...
Jean-Baptiste Queru [Fri, 25 Sep 2009 18:05:47 +0000 (11:05 -0700)]
am c484c076: am 4a977a52: Re-use the same random value to compute a download\'s restart time.

Merge commit 'c484c076dd60dc42910ff07516d6bcaf36f75520'

* commit 'c484c076dd60dc42910ff07516d6bcaf36f75520':
  Re-use the same random value to compute a download's restart time.

14 years agoam 11cb12fc: am 2061c034: Remove unnecessary logging
Jean-Baptiste Queru [Fri, 25 Sep 2009 18:05:44 +0000 (11:05 -0700)]
am 11cb12fc: am 2061c034: Remove unnecessary logging

Merge commit '11cb12fc45e6cd9e8de0f144faa829bbe634a42d'

* commit '11cb12fc45e6cd9e8de0f144faa829bbe634a42d':
  Remove unnecessary logging

14 years agoam 2f91090a: am 764844eb: Log the service being launched
Jean-Baptiste Queru [Fri, 25 Sep 2009 15:49:31 +0000 (08:49 -0700)]
am 2f91090a: am 764844eb: Log the service being launched

Merge commit '2f91090a489a1c48c7a92b530afbede54a99844a'

* commit '2f91090a489a1c48c7a92b530afbede54a99844a':
  Log the service being launched

14 years agoam c04b1a0c: Disable unnecessary logging
Jean-Baptiste Queru [Thu, 24 Sep 2009 16:53:09 +0000 (09:53 -0700)]
am c04b1a0c: Disable unnecessary logging

Merge commit 'c04b1a0c79631ed8804475a1c4b144686bfaab15' into eclair-plus-aosp

* commit 'c04b1a0c79631ed8804475a1c4b144686bfaab15':
  Disable unnecessary logging

14 years agoam 4a977a52: Re-use the same random value to compute a download\'s restart time.
Jean-Baptiste Queru [Thu, 24 Sep 2009 16:53:06 +0000 (09:53 -0700)]
am 4a977a52: Re-use the same random value to compute a download\'s restart time.

Merge commit '4a977a52c3eb3ac08b94b81aef72fb618be39f81' into eclair-plus-aosp

* commit '4a977a52c3eb3ac08b94b81aef72fb618be39f81':
  Re-use the same random value to compute a download's restart time.

14 years agoam 2061c034: Remove unnecessary logging
Jean-Baptiste Queru [Thu, 24 Sep 2009 16:53:03 +0000 (09:53 -0700)]
am 2061c034: Remove unnecessary logging

Merge commit '2061c03400a8e23cfeee5394b7e71db2440a48ed' into eclair-plus-aosp

* commit '2061c03400a8e23cfeee5394b7e71db2440a48ed':
  Remove unnecessary logging

14 years agoDisable unnecessary logging
Jean-Baptiste Queru [Thu, 24 Sep 2009 14:57:52 +0000 (07:57 -0700)]
Disable unnecessary logging

BUG=2134410

14 years agoRe-use the same random value to compute a download's restart time.
Jean-Baptiste Queru [Thu, 24 Sep 2009 14:59:02 +0000 (07:59 -0700)]
Re-use the same random value to compute a download's restart time.

The restart time is used multiple times during the same pass,
and it needs to be consistent across calls. Otherwise, it's
possible for a download to not be restarted immediately and
to not be scheduled for a future restart.

BUG=2055624

14 years agoRemove unnecessary logging
Jean-Baptiste Queru [Thu, 24 Sep 2009 15:02:04 +0000 (08:02 -0700)]
Remove unnecessary logging

Also tweak some slightly inaccurate logging, and add a note
about a potential bug.

BUG=2055624

14 years agoam 8d1b3d65: am e2607d88: Add a bit more logging to track down network state issues.
Jean-Baptiste Queru [Wed, 23 Sep 2009 18:37:15 +0000 (11:37 -0700)]
am 8d1b3d65: am e2607d88: Add a bit more logging to track down network state issues.

Merge commit '8d1b3d65527005a611e1d4c11061685dcf7f90ac'

* commit '8d1b3d65527005a611e1d4c11061685dcf7f90ac':
  Add a bit more logging to track down network state issues.

14 years agoam 764844eb: Log the service being launched
Jean-Baptiste Queru [Wed, 23 Sep 2009 14:21:15 +0000 (07:21 -0700)]
am 764844eb: Log the service being launched

Merge commit '764844ebbb788cdde731abbacc89b9afcab8b49f' into eclair-plus-aosp

* commit '764844ebbb788cdde731abbacc89b9afcab8b49f':
  Log the service being launched

14 years agoLog the service being launched
Jean-Baptiste Queru [Wed, 23 Sep 2009 01:12:59 +0000 (18:12 -0700)]
Log the service being launched

BUG=2055624

14 years agoam e2607d88: Add a bit more logging to track down network state issues.
Jean-Baptiste Queru [Tue, 22 Sep 2009 22:51:09 +0000 (15:51 -0700)]
am e2607d88: Add a bit more logging to track down network state issues.

Merge commit 'e2607d88081f02a418ff5d5067f5327d513e00a1' into eclair-plus-aosp

* commit 'e2607d88081f02a418ff5d5067f5327d513e00a1':
  Add a bit more logging to track down network state issues.

14 years agoAdd a bit more logging to track down network state issues.
Jean-Baptiste Queru [Tue, 22 Sep 2009 22:28:36 +0000 (15:28 -0700)]
Add a bit more logging to track down network state issues.

BUG=2055624

14 years agoam fe7029b9: am a581a4af: Add logging to track connectivity as seen from the Download...
Jean-Baptiste Queru [Mon, 21 Sep 2009 17:22:49 +0000 (10:22 -0700)]
am fe7029b9: am a581a4af: Add logging to track connectivity as seen from the Download Manager.

Merge commit 'fe7029b9301e867ced0684ae307dfee34ca45761'

* commit 'fe7029b9301e867ced0684ae307dfee34ca45761':
  Add logging to track connectivity as seen from the Download Manager.

14 years agoam a581a4af: Add logging to track connectivity as seen from the Download Manager.
Jean-Baptiste Queru [Mon, 21 Sep 2009 17:14:45 +0000 (10:14 -0700)]
am a581a4af: Add logging to track connectivity as seen from the Download Manager.

Merge commit 'a581a4af046fd82b5854d213519e3f418047c0ba' into eclair-plus-aosp

* commit 'a581a4af046fd82b5854d213519e3f418047c0ba':
  Add logging to track connectivity as seen from the Download Manager.

14 years agoAdd logging to track connectivity as seen from the Download Manager.
Jean-Baptiste Queru [Mon, 21 Sep 2009 01:51:28 +0000 (18:51 -0700)]
Add logging to track connectivity as seen from the Download Manager.

This is enabled by a separate build-time constant, so that it can
be turned on for everyone without having to use a system property.

BUG=2055624

14 years agoam bd7e7b80: (-s ours) am 7dd04503: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 22:23:12 +0000 (15:23 -0700)]
am bd7e7b80: (-s ours) am 7dd04503: Import revised translations.  DO NOT MERGE

Merge commit 'bd7e7b808d5c7a1b385386fd89fab3be60b4b81f'

* commit 'bd7e7b808d5c7a1b385386fd89fab3be60b4b81f':
  Import revised translations.  DO NOT MERGE

14 years agoam 7dd04503: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 22:15:30 +0000 (15:15 -0700)]
am 7dd04503: Import revised translations.  DO NOT MERGE

Merge commit '7dd04503e767637c0e4f1b4517f613c8b0c79024' into eclair-plus-aosp

* commit '7dd04503e767637c0e4f1b4517f613c8b0c79024':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 21:37:26 +0000 (14:37 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam ab05c91f: (-s ours) am 1a397667: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Sep 2009 17:58:10 +0000 (10:58 -0700)]
am ab05c91f: (-s ours) am 1a397667: Import revised translations.  DO NOT MERGE

Merge commit 'ab05c91fb2a0ac2723a8ac38503f1710f32811e5'

* commit 'ab05c91fb2a0ac2723a8ac38503f1710f32811e5':
  Import revised translations.  DO NOT MERGE

14 years agoam 1a397667: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Sep 2009 00:11:02 +0000 (17:11 -0700)]
am 1a397667: Import revised translations.  DO NOT MERGE

Merge commit '1a39766751288d3c8d3bd06c812493315067262f' into eclair-plus-aosp

* commit '1a39766751288d3c8d3bd06c812493315067262f':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Sep 2009 23:32:45 +0000 (16:32 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam d881bb9f: merge from open-source master
Jean-Baptiste Queru [Fri, 4 Sep 2009 18:06:35 +0000 (11:06 -0700)]
am d881bb9f: merge from open-source master

Merge commit 'd881bb9fbb0d8dade49f210b76857bdfff89f9d5'

* commit 'd881bb9fbb0d8dade49f210b76857bdfff89f9d5':

14 years agomerge from open-source master
Jean-Baptiste Queru [Fri, 4 Sep 2009 14:51:28 +0000 (07:51 -0700)]
merge from open-source master

14 years agomerge from donut
Jean-Baptiste Queru [Thu, 3 Sep 2009 21:13:17 +0000 (14:13 -0700)]
merge from donut

14 years agoam b1931a01: (-s ours) DO NOT MERGE: Cherry-picked 5761e46f88aa2f216d8d22288435c49715...
Eric Fischer [Fri, 28 Aug 2009 20:41:26 +0000 (13:41 -0700)]
am b1931a01: (-s ours) DO NOT MERGE: Cherry-picked 5761e46f88aa2f216d8d22288435c497153931c7 from master branch

Merge commit 'b1931a01a8f671c8470a1c70c5e121520e736cf8'

* commit 'b1931a01a8f671c8470a1c70c5e121520e736cf8':
  DO NOT MERGE: Cherry-picked 5761e46f88aa2f216d8d22288435c497153931c7 from master branch

14 years agoDO NOT MERGE: Cherry-picked 5761e46f88aa2f216d8d22288435c497153931c7 from master...
Eric Fischer [Fri, 28 Aug 2009 00:26:16 +0000 (17:26 -0700)]
DO NOT MERGE: Cherry-picked 5761e46f88aa2f216d8d22288435c497153931c7 from master branch

Armor string format tokens with translation placeholders.