]> nv-tegra.nvidia Code Review - android/platform/packages/providers/DownloadProvider.git/log
android/platform/packages/providers/DownloadProvider.git
13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 14 Mar 2011 21:08:09 +0000 (14:08 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: I72d388815b71003cb520476592cc71b8ea8ae124

13 years agoam d76fd737: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Mon, 14 Mar 2011 21:28:32 +0000 (14:28 -0700)]
am d76fd737: (-s ours) Import revised translations.  DO NOT MERGE

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

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 14 Mar 2011 21:08:09 +0000 (14:08 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: I72d388815b71003cb520476592cc71b8ea8ae124

13 years agoMerge "bug:3510826 longpress, then shortpress behave differenctly in ExpandedListView...
Vasu Nori [Thu, 10 Mar 2011 00:24:19 +0000 (16:24 -0800)]
Merge "bug:3510826 longpress, then shortpress behave differenctly in ExpandedListView" into honeycomb-mr1

13 years agoMerge "bug:4081088 NPE in DownloadProvider" into honeycomb-mr1
Vasu Nori [Thu, 10 Mar 2011 00:24:12 +0000 (16:24 -0800)]
Merge "bug:4081088 NPE in DownloadProvider" into honeycomb-mr1

13 years agomultiple bug fixes when handling ExpandableListView
Vasu Nori [Wed, 9 Mar 2011 18:43:28 +0000 (10:43 -0800)]
multiple bug fixes when handling ExpandableListView

bug:3511180  can't select items from non-adjacent groups
bug:3510769  Long-pressing on section headers causes strange behavior
bug:4065226 Downloads list switch sorting button has wrong width
Change-Id: If7dd36078224766555f1d2cf18ec364812dcdeb9

13 years agobug:4081088 NPE in DownloadProvider
Vasu Nori [Wed, 9 Mar 2011 21:46:57 +0000 (13:46 -0800)]
bug:4081088 NPE in DownloadProvider

Change-Id: I033ba6abeed55c5ac76142c7a2e4849b8e044680

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Mar 2011 23:49:46 +0000 (15:49 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I19c7c431b7797d76195fd4373d02a114ceb455b3

13 years agoMerge "Import revised translations. DO NOT MERGE" into honeycomb-mr1
Eric Fischer [Mon, 7 Mar 2011 21:07:08 +0000 (13:07 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb-mr1

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 7 Mar 2011 20:58:33 +0000 (12:58 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: Ifb6d92b6774036acb38f6a16fae4b5ff63284eb5

13 years agoMerge "bug:3513950 fix the comments" into honeycomb-mr1
Vasu Nori [Mon, 7 Mar 2011 20:43:16 +0000 (12:43 -0800)]
Merge "bug:3513950 fix the comments" into honeycomb-mr1

13 years agobug:3513950 fix the comments
Vasu Nori [Mon, 7 Mar 2011 19:22:11 +0000 (11:22 -0800)]
bug:3513950 fix the comments

Change-Id: I6192a829c7cac86c55a0f67364ebd722504d5dc7

13 years agobug:3514045 fix formatted strings
Vasu Nori [Mon, 7 Mar 2011 19:08:55 +0000 (11:08 -0800)]
bug:3514045 fix formatted strings

Change-Id: I41e5cdb43f596466cd51e737858c2196ca8f9aab

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 4 Mar 2011 21:49:11 +0000 (13:49 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: Iba9f04bf181ecd3f18ef10bec0d2f7904f2850d7

13 years agobug:3510826 longpress, then shortpress behave differenctly in ExpandedListView
Vasu Nori [Fri, 4 Mar 2011 04:01:31 +0000 (20:01 -0800)]
bug:3510826 longpress, then shortpress behave differenctly in ExpandedListView

in ListView, the following is the behavior
  assume setOnItemClickListener() is set on the ListView object.
  longpress starts selection
  shortpress thereafter selects the item and DOES NOT
    call the callback set by setOnItemClickListener()

  without preceding longpress, shortpress calls
    the callback set by setOnItemClickListener()

in ExpandedListView,
  assume setOnChildClickListener() is set
  longpress starts selection, as in ListView
  shortpress thereafter calls the callback set by setOnChildClickListener()

  without preceding longpress, shortpress calls
    the callback set by setOnChildClickListener()
   as expected.

is this expected behavior in ExpandedListView. sounds like some sort
of bug in ExpandedListView handling.

if this is application bug, is this CL a valid fix?

Change-Id: I4e290b5dcaa263c9ea76ba7926a0131d296c86c2

13 years agobug:3510579 clicking on Done should dismiss the CAB menu and deselect all
Vasu Nori [Fri, 4 Mar 2011 02:58:24 +0000 (18:58 -0800)]
bug:3510579 clicking on Done should dismiss the CAB menu and deselect all

Change-Id: I24e54f61e7041dd806acd810de29d05301d256e4

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 3 Mar 2011 22:11:51 +0000 (14:11 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I8ad3943e817c36f2c1e278cd9c00be4019635f99

13 years agowhen moving from landscape to portrait, selections are getting lost
Vasu Nori [Thu, 3 Mar 2011 01:34:04 +0000 (17:34 -0800)]
when moving from landscape to portrait, selections are getting lost

when moving from landscape/portait to portrait/landscape mode,
losing all the selections (and checkboxes too)

Change-Id: Iefb1e0db00229fca68fc1080accb57b0ae3ca26e

13 years agobug:3404934 implement share as one of the menu options
Vasu Nori [Sat, 26 Feb 2011 01:22:51 +0000 (17:22 -0800)]
bug:3404934 implement share as one of the menu options

Change-Id: I51fec5314722d2ec046f8d2acd60c77efd120f74

13 years agoremove log spew from downloadmanager
Vasu Nori [Wed, 2 Mar 2011 21:37:58 +0000 (13:37 -0800)]
remove log spew from downloadmanager

Change-Id: Iad8cfe0da389a70ff679cf6d3378f50e945d03a6

13 years agoImport revised translations.
Eric Fischer [Tue, 1 Mar 2011 19:03:52 +0000 (11:03 -0800)]
Import revised translations.

Change-Id: I1c19c47bc0162fc58988492c0fbb5638bb23a742

13 years agobug:3308769 add CAB options to downloads app
Vasu Nori [Thu, 24 Feb 2011 00:49:09 +0000 (16:49 -0800)]
bug:3308769 add CAB options to downloads app

Change-Id: I9bb1374b7ca0053210274e5d6981b2f2dcf6bfca

13 years agoMerge "Import revised translations."
Eric Fischer [Thu, 24 Feb 2011 22:04:56 +0000 (14:04 -0800)]
Merge "Import revised translations."

13 years agoImport revised translations.
Eric Fischer [Thu, 24 Feb 2011 19:58:52 +0000 (11:58 -0800)]
Import revised translations.

Change-Id: Iaaf4d22879458065d09f804ba9ffadd8eebb9eb1

13 years agoam 57ef9b07: (-s ours) am 0bb9eb5e: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 24 Feb 2011 19:27:13 +0000 (11:27 -0800)]
am 57ef9b07: (-s ours) am 0bb9eb5e: Import revised translations.  DO NOT MERGE

* commit '57ef9b0703d4e8e774c0305afde2f715d5b4415c':
  Import revised translations.  DO NOT MERGE

13 years agoam 0bb9eb5e: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 24 Feb 2011 19:23:34 +0000 (11:23 -0800)]
am 0bb9eb5e: Import revised translations.  DO NOT MERGE

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

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 24 Feb 2011 19:04:06 +0000 (11:04 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I9ad8b6b3a420f3b0a76cc778a9c0a1bb5303f285

13 years agoam 516610af: (-s ours) am edd41ee8: (-s ours) am 95af5303: Import revised translation...
Eric Fischer [Wed, 23 Feb 2011 05:36:16 +0000 (21:36 -0800)]
am 516610af: (-s ours) am edd41ee8: (-s ours) am 95af5303: Import revised translations.  DO NOT MERGE

* commit '516610af436b7c1fcc5ae3fc58d76fe27fb527ac':
  Import revised translations.  DO NOT MERGE

13 years agoam edd41ee8: (-s ours) am 95af5303: Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 22 Feb 2011 22:48:15 +0000 (14:48 -0800)]
am edd41ee8: (-s ours) am 95af5303: Import revised translations.  DO NOT MERGE

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

13 years agoam 95af5303: Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 18 Feb 2011 04:11:45 +0000 (20:11 -0800)]
am 95af5303: Import revised translations.  DO NOT MERGE

* commit '95af530349d1bac65e6ad3090eccd453733dd931':
  Import revised translations.  DO NOT MERGE

13 years agoImport revised translations.
Eric Fischer [Thu, 17 Feb 2011 18:22:02 +0000 (10:22 -0800)]
Import revised translations.

Change-Id: I5368c084503c1ade001ba3d3ff4b71bdab6f3c0c

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 15 Feb 2011 01:26:06 +0000 (17:26 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: Idafb34373db2691d1a21fead3d0decbb7e10f735

13 years agobug:3425749 if adding completed download to db, send completion notif
Vasu Nori [Thu, 10 Feb 2011 23:01:29 +0000 (15:01 -0800)]
bug:3425749 if adding completed download to db, send completion notif

Change-Id: I9f9f6f2e0b2bd18f3767574fc51301b75bb1b76d

13 years agoam a3a34731: (-s ours) am 93f2d340: (-s ours) am 897f9fb4: Import revised translation...
Eric Fischer [Thu, 10 Feb 2011 21:56:21 +0000 (13:56 -0800)]
am a3a34731: (-s ours) am 93f2d340: (-s ours) am 897f9fb4: Import revised translations.  DO NOT MERGE

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

13 years agoam 93f2d340: (-s ours) am 897f9fb4: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 10 Feb 2011 21:51:29 +0000 (13:51 -0800)]
am 93f2d340: (-s ours) am 897f9fb4: Import revised translations.  DO NOT MERGE

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

13 years agoMerge "bug:3422868 collect additional info to debug this problem"
Vasu Nori [Thu, 10 Feb 2011 19:14:25 +0000 (11:14 -0800)]
Merge "bug:3422868 collect additional info to debug this problem"

13 years agobug:3422868 collect additional info to debug this problem
Vasu Nori [Thu, 10 Feb 2011 19:13:09 +0000 (11:13 -0800)]
bug:3422868 collect additional info to debug this problem

this bug is not so easy to reproduce.
so, this CL will produce some additional logging info for better insight

Change-Id: I0d53c647f1b98a49eb93b937c8e7203723c33dbe

13 years agoam 450deae0: (-s ours) am e9dd5d03: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Feb 2011 18:50:00 +0000 (10:50 -0800)]
am 450deae0: (-s ours) am e9dd5d03: Import revised translations.  DO NOT MERGE

* commit '450deae0902d40cb058708ecbe698fa164b8eb31':
  Import revised translations.  DO NOT MERGE

13 years agoam e9dd5d03: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Feb 2011 18:45:23 +0000 (10:45 -0800)]
am e9dd5d03: Import revised translations.  DO NOT MERGE

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

13 years agoMerge "bug:3435895 listen to media_mounted broadcast intent"
Vasu Nori [Wed, 9 Feb 2011 06:01:52 +0000 (22:01 -0800)]
Merge "bug:3435895 listen to media_mounted broadcast intent"

13 years agobug:3435895 listen to media_mounted broadcast intent
Vasu Nori [Wed, 9 Feb 2011 01:16:41 +0000 (17:16 -0800)]
bug:3435895 listen to media_mounted broadcast intent

and retry downloads that failed due to the error "sdcard media not mounted"

Change-Id: Id181b8167d331214f72679c85f18cc8b9b969e40

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Feb 2011 02:04:21 +0000 (18:04 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I068348ed0679cfff2373bda684f3708942b87b57

13 years agoam 897f9fb4: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Feb 2011 01:33:07 +0000 (17:33 -0800)]
am 897f9fb4: Import revised translations.  DO NOT MERGE

* commit '897f9fb4c9ecb93a5557a53976dec3e87ee1603f':
  Import revised translations.  DO NOT MERGE

13 years agoam b5e1fd59: (-s ours) am d9352428: Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Feb 2011 18:49:58 +0000 (10:49 -0800)]
am b5e1fd59: (-s ours) am d9352428: Import revised translations.  DO NOT MERGE

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

13 years agoam d9352428: Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Feb 2011 18:45:13 +0000 (10:45 -0800)]
am d9352428: Import revised translations.  DO NOT MERGE

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

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Feb 2011 01:33:45 +0000 (17:33 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I00f2145335d722d3bed5c7650fe334e0447f5989

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 7 Feb 2011 21:39:19 +0000 (13:39 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I974bf33097aaaad0a7e79ce36b45de2f22252f15

13 years agoam 6e9abd8e: am d119d3cb: Revert "bug:3414192 if otaupdate column is set, don\'t...
Vasu Nori [Fri, 4 Feb 2011 02:08:52 +0000 (18:08 -0800)]
am 6e9abd8e: am d119d3cb: Revert "bug:3414192 if otaupdate column is set, don\'t check mobile download limits"

* commit '6e9abd8e04c4aaafb8493a25efc34f4dd4fa6013':
  Revert "bug:3414192 if otaupdate column is set, don't check mobile download limits"

13 years agoam 49663f1f: am f20af912: Revert "Merge "bug:3341145 if ignore_size_limits flag set...
Vasu Nori [Fri, 4 Feb 2011 02:08:35 +0000 (18:08 -0800)]
am 49663f1f: am f20af912: Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller\'s perms" into honeycomb"

* commit '49663f1ffe58a546fb0d2ab84898843ef5e89eb5':
  Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller's perms" into honeycomb"

13 years agoam afefa43d: am cac5bbb5: Revert "bug:3420722"
Vasu Nori [Fri, 4 Feb 2011 02:08:32 +0000 (18:08 -0800)]
am afefa43d: am cac5bbb5: Revert "bug:3420722"

* commit 'afefa43d9919f9284885f7080111c54a50c4fc90':
  Revert "bug:3420722"

13 years agoresolved conflicts for merge of 73642748 to master
Vasu Nori [Fri, 4 Feb 2011 02:00:35 +0000 (18:00 -0800)]
resolved conflicts for merge of 73642748 to master

Change-Id: I477599f16db5ea64e4fbc4d2be68dcedf2c80269

13 years agoam d119d3cb: Revert "bug:3414192 if otaupdate column is set, don\'t check mobile...
Vasu Nori [Thu, 3 Feb 2011 20:38:31 +0000 (12:38 -0800)]
am d119d3cb: Revert "bug:3414192 if otaupdate column is set, don\'t check mobile download limits"

* commit 'd119d3cbae976e791c9093cc5bea91ab9145a993':
  Revert "bug:3414192 if otaupdate column is set, don't check mobile download limits"

13 years agoRevert "bug:3414192 if otaupdate column is set, don't check mobile download limits"
Vasu Nori [Thu, 3 Feb 2011 20:33:28 +0000 (12:33 -0800)]
Revert "bug:3414192 if otaupdate column is set, don't check mobile download limits"

This reverts commit ea245800c69d6bc10dc2680e6a242f59e9cb49b6.

13 years agoam f20af912: Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate...
Vasu Nori [Thu, 3 Feb 2011 20:11:45 +0000 (12:11 -0800)]
am f20af912: Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller\'s perms" into honeycomb"

* commit 'f20af91262fecce05928167123c8d335b4cfd33d':
  Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller's perms" into honeycomb"

13 years agoam cac5bbb5: Revert "bug:3420722"
Vasu Nori [Thu, 3 Feb 2011 20:07:44 +0000 (12:07 -0800)]
am cac5bbb5: Revert "bug:3420722"

* commit 'cac5bbb5f0c0d16fb8f3dd0a811c162ef7ba743b':
  Revert "bug:3420722"

13 years agoRevert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller's perms...
Vasu Nori [Thu, 3 Feb 2011 20:07:29 +0000 (12:07 -0800)]
Revert "Merge "bug:3341145 if ignore_size_limits flag set, validate caller's perms" into honeycomb"

This reverts commit 3e7bb1c5d7e7d1a013df959c1a6947b33df0a0fd, reversing
changes made to b2085f61b37ad4a70c799012f25ff62a38173f68.

13 years agoRevert "bug:3420722"
Vasu Nori [Thu, 3 Feb 2011 20:04:14 +0000 (12:04 -0800)]
Revert "bug:3420722"

This reverts commit 1cccc19b596f168ed34126db38b046ab164e063b.

13 years agoam 1cccc19b: bug:3420722
Vasu Nori [Thu, 3 Feb 2011 18:40:14 +0000 (10:40 -0800)]
am 1cccc19b: bug:3420722

* commit '1cccc19b596f168ed34126db38b046ab164e063b':
  bug:3420722

13 years agobug:3420722
Vasu Nori [Thu, 3 Feb 2011 18:34:23 +0000 (10:34 -0800)]
bug:3420722

Change-Id: Id40d2dbbefe5fa2546f8c5231be5f7fe9a7b43d6

13 years agoresolved conflicts for merge of 43d649e9 to master
Vasu Nori [Thu, 3 Feb 2011 01:05:07 +0000 (17:05 -0800)]
resolved conflicts for merge of 43d649e9 to master

Change-Id: I27a615509269f256cf66de2dd217d8c4667caab4

13 years agoam 3e7bb1c5: Merge "bug:3341145 if ignore_size_limits flag set, validate caller\...
Vasu Nori [Thu, 3 Feb 2011 00:47:11 +0000 (16:47 -0800)]
am 3e7bb1c5: Merge "bug:3341145 if ignore_size_limits flag set, validate caller\'s perms" into honeycomb

* commit '3e7bb1c5d7e7d1a013df959c1a6947b33df0a0fd':
  bug:3341145 if ignore_size_limits flag set, validate caller's perms

13 years agoMerge "bug:3341145 if ignore_size_limits flag set, validate caller's perms" into...
Vasu Nori [Thu, 3 Feb 2011 00:44:46 +0000 (16:44 -0800)]
Merge "bug:3341145 if ignore_size_limits flag set, validate caller's perms" into honeycomb

13 years agobug:3341145 if ignore_size_limits flag set, validate caller's perms
Vasu Nori [Wed, 2 Feb 2011 23:01:41 +0000 (15:01 -0800)]
bug:3341145 if ignore_size_limits flag set, validate caller's perms

and then of course ignore the mobile network size limits

Change-Id: I6765be9255187f93bd51acecc19a15db4f324204

13 years agoam 6a601663: am b2085f61: Bug 3341145 - Holo styling for download dialog
Adam Powell [Wed, 2 Feb 2011 21:25:02 +0000 (13:25 -0800)]
am 6a601663: am b2085f61: Bug 3341145 - Holo styling for download dialog

* commit '6a60166341f38841e9fc2c97da40423528f16d7d':
  Bug 3341145 - Holo styling for download dialog

13 years agoam b2085f61: Bug 3341145 - Holo styling for download dialog
Adam Powell [Wed, 2 Feb 2011 21:20:15 +0000 (13:20 -0800)]
am b2085f61: Bug 3341145 - Holo styling for download dialog

* commit 'b2085f61b37ad4a70c799012f25ff62a38173f68':
  Bug 3341145 - Holo styling for download dialog

13 years agoBug 3341145 - Holo styling for download dialog
Adam Powell [Wed, 2 Feb 2011 20:00:30 +0000 (12:00 -0800)]
Bug 3341145 - Holo styling for download dialog

Change-Id: I20049f8affe7e2ff919ecf8f6b1b7dd220143111

13 years agoCheck for null before accessing pckg.
Leon Scroggins [Wed, 2 Feb 2011 18:51:53 +0000 (13:51 -0500)]
Check for null before accessing pckg.

Prevents null pointer exception when using
DownloadManager.completedDownload

Change-Id: I53859705c5e925f2320491451e41a631e4fed715

13 years agoam 8db8fba2: am ea245800: bug:3414192 if otaupdate column is set, don\'t check mobile...
Vasu Nori [Wed, 2 Feb 2011 07:00:40 +0000 (23:00 -0800)]
am 8db8fba2: am ea245800: bug:3414192 if otaupdate column is set, don\'t check mobile download limits

* commit '8db8fba215a981edd24ad1f7118d3397be0114d2':
  bug:3414192 if otaupdate column is set, don't check mobile download limits

13 years agoam ea245800: bug:3414192 if otaupdate column is set, don\'t check mobile download...
Vasu Nori [Wed, 2 Feb 2011 06:58:36 +0000 (22:58 -0800)]
am ea245800: bug:3414192 if otaupdate column is set, don\'t check mobile download limits

* commit 'ea245800c69d6bc10dc2680e6a242f59e9cb49b6':
  bug:3414192 if otaupdate column is set, don't check mobile download limits

13 years agobug:3414192 if otaupdate column is set, don't check mobile download limits
Vasu Nori [Wed, 2 Feb 2011 03:06:13 +0000 (19:06 -0800)]
bug:3414192 if otaupdate column is set, don't check mobile download limits

this allows OTA update to work without being subject to download limits
on mobile networks.

Change-Id: I92c60ba3ecbde615bd93778b391a5fe067dbd2fe

13 years agoam 933d6e2b: (-s ours) am 24aaafe3: DO NOT MERGE Fix bug 3409046 - Accelerate Downloa...
Adam Powell [Mon, 31 Jan 2011 23:46:17 +0000 (15:46 -0800)]
am 933d6e2b: (-s ours) am 24aaafe3: DO NOT MERGE Fix bug 3409046 - Accelerate DownloadList

* commit '933d6e2b6e98d143b9b786d67fee47436b75bd14':
  DO NOT MERGE Fix bug 3409046 - Accelerate DownloadList

13 years agoam 24aaafe3: DO NOT MERGE Fix bug 3409046 - Accelerate DownloadList
Adam Powell [Mon, 31 Jan 2011 22:55:25 +0000 (14:55 -0800)]
am 24aaafe3: DO NOT MERGE Fix bug 3409046 - Accelerate DownloadList

* commit '24aaafe358706db6a83c9b9e6f0d98314ffbac30':
  DO NOT MERGE Fix bug 3409046 - Accelerate DownloadList

13 years agoDO NOT MERGE Fix bug 3409046 - Accelerate DownloadList
Adam Powell [Mon, 31 Jan 2011 22:03:31 +0000 (14:03 -0800)]
DO NOT MERGE Fix bug 3409046 - Accelerate DownloadList

Change-Id: Iba6a0ee49ac3854bf9a4a369863bb9c81c13496e

13 years agoam f9b3f654: Reconcile gingerbread-plus-aosp and honeycomb
The Android Open Source Project [Sun, 30 Jan 2011 20:55:18 +0000 (12:55 -0800)]
am f9b3f654: Reconcile gingerbread-plus-aosp and honeycomb

* commit 'f9b3f654d5453185c493934dc3a3db5c44edddc1':

13 years agoReconcile gingerbread-plus-aosp and honeycomb
The Android Open Source Project [Sun, 30 Jan 2011 20:42:56 +0000 (12:42 -0800)]
Reconcile gingerbread-plus-aosp and honeycomb

Change-Id: Id289e65f6bbc8907b0dacfc1b612bb6fff59c79d

13 years agoMass merge from gingerbread - do not merge
The Android Open Source Project [Sun, 30 Jan 2011 20:42:56 +0000 (12:42 -0800)]
Mass merge from gingerbread - do not merge

Change-Id: I36880eee455132353b3956b52d0de884d49e9b54

13 years agoam 3efa0981: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 29 Jan 2011 19:24:52 +0000 (11:24 -0800)]
am 3efa0981: (-s ours) Import revised translations.  DO NOT MERGE

* commit '3efa09811c9e72c460062a7987493a4763abaafc':
  Import revised translations.  DO NOT MERGE

13 years agoam 51f6eab8: (-s ours) am 611c7fa0: (-s ours) am 3efa0981: Import revised translation...
Eric Fischer [Sat, 29 Jan 2011 17:17:58 +0000 (09:17 -0800)]
am 51f6eab8: (-s ours) am 611c7fa0: (-s ours) am 3efa0981: Import revised translations.  DO NOT MERGE

* commit '51f6eab86587ffdd0e4a56f97c795e1780a0cd7f':
  Import revised translations.  DO NOT MERGE

13 years agoam 611c7fa0: (-s ours) am 3efa0981: Import revised translations. DO NOT MERGE
Eric Fischer [Sat, 29 Jan 2011 17:12:31 +0000 (09:12 -0800)]
am 611c7fa0: (-s ours) am 3efa0981: Import revised translations.  DO NOT MERGE

* commit '611c7fa01f47b0ecff797d607b2e6258862bf4ce':
  Import revised translations.  DO NOT MERGE

13 years agoam b914b3b0: (-s ours) am 292051ac: Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 28 Jan 2011 23:16:10 +0000 (15:16 -0800)]
am b914b3b0: (-s ours) am 292051ac: Import revised translations.  DO NOT MERGE

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

13 years agoam 292051ac: Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 28 Jan 2011 23:14:13 +0000 (15:14 -0800)]
am 292051ac: Import revised translations.  DO NOT MERGE

* commit '292051aca38eb9ce973b1179090cdf6bdd6fd8ff':
  Import revised translations.  DO NOT MERGE

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 28 Jan 2011 23:00:00 +0000 (15:00 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: Idd25ab3a74213b3b061ed7bdc41a2f7da12bbd07

13 years agoam 3efa0981: Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 28 Jan 2011 22:15:58 +0000 (14:15 -0800)]
am 3efa0981: Import revised translations.  DO NOT MERGE

* commit '3efa09811c9e72c460062a7987493a4763abaafc':
  Import revised translations.  DO NOT MERGE

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 28 Jan 2011 21:23:28 +0000 (13:23 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: Ib81647ed5436d4949a0c81c9900baf407215b9f5

13 years agoam dbc5c711: (-s ours) Merge "(GB/GBMR) (do not merge) delete file from disk when...
Vasu Nori [Thu, 27 Jan 2011 16:35:10 +0000 (08:35 -0800)]
am dbc5c711: (-s ours) Merge "(GB/GBMR) (do not merge) delete file from disk when deleting from db" into gingerbread

* commit 'dbc5c7118e00932182b0f5dfef44d388a174d4d5':
  (GB/GBMR) (do not merge) delete file from disk when deleting from db

13 years agoam 089951b2: (-s ours) (GB MR) bug:3351783 don\'t store redirectcount in db
Vasu Nori [Thu, 27 Jan 2011 16:34:50 +0000 (08:34 -0800)]
am 089951b2: (-s ours) (GB MR) bug:3351783 don\'t store redirectcount in db

* commit '089951b2b78398975cf0e984356f9ed3b3ae4aa3':
  (GB MR) bug:3351783 don't store redirectcount in db

13 years agoam d47f3711: am 3ea897d9: Merge "bug:3396889 (HC branch) fix STOPSHIP code" into...
Vasu Nori [Thu, 27 Jan 2011 07:47:17 +0000 (23:47 -0800)]
am d47f3711: am 3ea897d9: Merge "bug:3396889 (HC branch) fix STOPSHIP code" into honeycomb

* commit 'd47f37112d4d0a95cd78e6ec3e14cbbb362b1595':
  bug:3396889 (HC branch) fix STOPSHIP code

13 years agoam 3ea897d9: Merge "bug:3396889 (HC branch) fix STOPSHIP code" into honeycomb
Vasu Nori [Thu, 27 Jan 2011 07:45:22 +0000 (23:45 -0800)]
am 3ea897d9: Merge "bug:3396889 (HC branch) fix STOPSHIP code" into honeycomb

* commit '3ea897d9b83ca12c293a6575eb4decc84f01a4d9':
  bug:3396889 (HC branch) fix STOPSHIP code

13 years agoMerge "bug:3396889 (HC branch) fix STOPSHIP code" into honeycomb
Vasu Nori [Thu, 27 Jan 2011 07:43:08 +0000 (23:43 -0800)]
Merge "bug:3396889 (HC branch) fix STOPSHIP code" into honeycomb

13 years agobug:3396889 (HC branch) fix STOPSHIP code
Vasu Nori [Thu, 27 Jan 2011 07:28:27 +0000 (23:28 -0800)]
bug:3396889 (HC branch) fix STOPSHIP code

Change-Id: I1eeb8c5a9936db08bc5997980dc6c7307691034e

13 years agoam 392e6e20: am ca2cd645: Remove redundant translations.
Eric Fischer [Thu, 27 Jan 2011 03:09:43 +0000 (19:09 -0800)]
am 392e6e20: am ca2cd645: Remove redundant translations.

* commit '392e6e20c71542da2f64a704c1755bdddf5e947f':
  Remove redundant translations.

13 years agoam ca2cd645: Remove redundant translations.
Eric Fischer [Thu, 27 Jan 2011 01:37:06 +0000 (17:37 -0800)]
am ca2cd645: Remove redundant translations.

* commit 'ca2cd645685c33728df1b7bac7b8f51ad08783c8':
  Remove redundant translations.

13 years agoRemove redundant translations.
Eric Fischer [Thu, 27 Jan 2011 00:49:30 +0000 (16:49 -0800)]
Remove redundant translations.

Change-Id: I10c6ead7f2dfda7975ebe5358954369783131d3f

13 years agoam b05fd02f: (-s ours) Import translations for additional languages.
Eric Fischer [Tue, 25 Jan 2011 20:52:10 +0000 (12:52 -0800)]
am b05fd02f: (-s ours) Import translations for additional languages.

* commit 'b05fd02f1c19423acfff6bd2462e4940c0caf9ca':
  Import translations for additional languages.

13 years agoadd extra params to intent to start download app to sort by size
Vasu Nori [Tue, 25 Jan 2011 00:11:24 +0000 (16:11 -0800)]
add extra params to intent to start download app to sort by size

Change-Id: I4eca06d7fe802aacaad06b23c628a8bf1bf8ad97

13 years agobug:3062216 (master) store correct status about network when paused
Vasu Nori [Sun, 23 Jan 2011 20:43:21 +0000 (12:43 -0800)]
bug:3062216 (master) store correct status about network when paused

bug:3062216
Change-Id: I4d510a9fc2095ec86991ae657e90d5f39bc55415

13 years agobug:3048327 (master) ability to add completed download to dnload mgr
Vasu Nori [Fri, 21 Jan 2011 01:59:34 +0000 (17:59 -0800)]
bug:3048327 (master) ability to add completed download to dnload mgr

Change-Id: Ib9d4df107787191a5349365908cbe096b67770dc

13 years agobug:3363006 enable hw acceleration for downloadsUI app
Vasu Nori [Thu, 20 Jan 2011 22:30:24 +0000 (14:30 -0800)]
bug:3363006 enable hw acceleration for downloadsUI app

this is in master branch..not HC

Change-Id: I88740b4d0fb1ca987fff556c520a753b1bcd8ad3

13 years agoam e5c6ba89: am 9b4371da: use DownloadManager\'s new public API instead of localcode
Vasu Nori [Tue, 18 Jan 2011 07:31:00 +0000 (23:31 -0800)]
am e5c6ba89: am 9b4371da: use DownloadManager\'s new public API instead of localcode

* commit 'e5c6ba89a5f42ac8581743557c5ec76dad7f5c6a':
  use DownloadManager's new public API instead of localcode

13 years agoam 9b4371da: use DownloadManager\'s new public API instead of localcode
Vasu Nori [Tue, 18 Jan 2011 01:03:52 +0000 (17:03 -0800)]
am 9b4371da: use DownloadManager\'s new public API instead of localcode

* commit '9b4371da26f27cfa85d78e0bd4728309f9a445c9':
  use DownloadManager's new public API instead of localcode