- 18 Oct, 2011 2 commits
-
-
Eric Fischer authored
* commit 'adbfa3ee': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: Id9c8c3d750ed1eed3251a867ef3e3c4b24409899
-
- 17 Oct, 2011 2 commits
-
-
Claudia de Veaux authored
Bugs: 5165745, 5163232, 5162668, 5162667, 5162328 Change-Id: I1d7ae9b5a95d2a16a1f3d1b74076c052d2748e8d
-
Jeff Sharkey authored
* commit 'c5c30ba1': NPE check before finalizeDestinationFile().
-
- 14 Oct, 2011 1 commit
-
-
Jeff Sharkey authored
Bug: 5461417 Change-Id: I16f1e8594162b006b80bf7f2cdc6630d0dedfa38
-
- 13 Oct, 2011 1 commit
-
-
Jeff Sharkey authored
Change-Id: Idfd4da891a6709504ea4f0cc72701400f63e0c2d
-
- 12 Oct, 2011 2 commits
-
-
Jeff Sharkey authored
-
Jeff Sharkey authored
Bug: 5449870 Change-Id: I3219273be9b796b123545c811e5f39fa83b5768e
-
- 11 Oct, 2011 1 commit
-
-
Doug Zongker authored
Change-Id: Id4800401c16811df9c4ee78ee9636c77b4c95756
-
- 10 Oct, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: Icdad7d9cfcdcc87085094f96fffb77dee63d85ab
-
- 30 Sep, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: I32de5a902b7ed375484896fcfc3f98b51b786796
-
- 25 Sep, 2011 2 commits
-
-
Justin Ho authored
Change-Id: I77289d1c116105fcb0aaab8d88acb2e7c7d3c506
- 23 Sep, 2011 2 commits
-
-
Eric Fischer authored
* commit '15139db3': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I7f7f697ed9f6b69580ab8322257fc71de019f271
-
- 20 Sep, 2011 3 commits
-
-
Eric Fischer authored
* commit '09157020': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I4f636200a1ad8be0af727b49f5a77f927d087fa9
-
Eric Fischer authored
Change-Id: Ifb158e11407065cdca553239636b8cc0829c8a2a
-
- 16 Sep, 2011 2 commits
-
-
Eric Fischer authored
* commit '8c72a589': Import revised translations. DO NOT MERGE
-
Eric Fischer authored
Change-Id: I0581904e6a520f854c3252ba8b2650ee97c468e5
-
- 12 Sep, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: Ia3028b91ac7e9cfb5ce86983bf033871bb48d0b1
-
- 30 Aug, 2011 1 commit
-
-
Jeff Davidson authored
This regression from GB was introduced by 38f17119, which was intended to allow duplicate downloads of the same file, adding -<n> to the end of file names. As a side effect, this also activated extension validation logic, which adds/changes an extension to match the Mimetype. This change keeps the unique filename logic but prevents extension changes when an explicit filename is set. Thus, it is still possible for the actual download location to differ from the requested one, but only if the file already exists. Bug: 5196436 Change-Id: I198dc2a819c5d839a05b72c25e0830d889a9c5a3
-
- 29 Aug, 2011 1 commit
-
-
Doug Zongker authored
DownloadThread was only maintaining ETag and the file size for the duration of one HTTP request, rather than over all the requests needed to fetch a file, which kind of defeats the point of having them. Fix this by moving several state variables from InnerState to State, and initializing the total bytes and current bytes values from the download database. Skip actually making the HTTP request if we've already downloaded all the bytes of the file. This works around bug 5217390 by making the second DownloadThread do nothing instead of trying to fetch past the end of the file. (A real fix would eliminate the race condition that causes the second thread to get created in the first place.) Bug: 5217390 Change-Id: Ib5b8f87398b4ed2cb3d7f09569e245b55a89da5a
-
- 26 Aug, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: I877e87e32d7c452ce7a9d1a6482c27305f777db4
-
- 22 Aug, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: I3532b37fcc54a9bd3c2bb219a769aa898ff5023b
-
- 13 Aug, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: Idddc194f3c39f757cea33543c4a124538921ec52
-
- 09 Aug, 2011 1 commit
-
-
Jeff Sharkey authored
Instead of using custom layout to surface progress information, use new Builder API. Also use resources to build percent string. Bug: 4022082 Change-Id: I556a666771e9103ce5d7ddb60faa879b8777b284
-
- 26 Jul, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: Icaf9c69178300f06326b98db197bdc5bd448c549
-
- 21 Jul, 2011 1 commit
-
-
Dongwon Kang authored
- Checking download data dir instread of /cache. - Trying to remove stale files regardless of the low space thereshold. (Note: This bug happens when download dir size is 100mb and there is a file > 100mb in /cache.) Change-Id: Iacded74eaadb2aa7f0af8d1b7e0f922e81c7e07c
-
- 15 Jul, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: I99a9bde045a6c327c0bf35af23a5f941e2af6853
-
- 12 Jul, 2011 1 commit
-
-
Jeff Sharkey authored
Change-Id: I2ddf1d43b8793f03d20d6c4de2f6e3b01a302ba2
-
- 09 Jul, 2011 1 commit
-
-
Jeff Brown authored
Bug: 5010576 Change-Id: I2f9bcad41cf50ed0b17dd487d0389f7b38500fd7
-
- 07 Jul, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: Ifd1ca328c4294579c8d49bef2fc7409ff0164219
-
- 25 Jun, 2011 1 commit
-
-
Jeff Sharkey authored
Bug: 4948913 Change-Id: I831b9149208f0cc007cf3ebede3ef433b2636600
-
- 22 Jun, 2011 1 commit
-
-
Gloria Wang authored
Merge "To remove the old DRM support totally because we added the new Forward Lock support in Download Provider."
-
- 21 Jun, 2011 1 commit
-
-
Gloria Wang authored
new Forward Lock support in Download Provider. Change-Id: I71faf19527104455b666cba73a052cd0d4b7d70e
-
- 20 Jun, 2011 1 commit
-
-
Eric Fischer authored
Change-Id: I17396116e009181cd2039be4142c6fb41199e88c
-
- 17 Jun, 2011 1 commit
-
-
Jeff Sharkey authored
Now network access is determined by using getActiveNetworkInfoForUid() which uses BLOCKED to indicate that network should be rejected for the requesting UID. While download in progress, watch for any policy changes that should trigger pause. Also check NetworkInfo.isConnected() for correctness. Change-Id: I1efa79823f15ecc3fa088a6719da1b770c64b255
-
- 16 Jun, 2011 1 commit
-
-
Eric Fischer authored
* commit 'e021954e': Import revised translations. DO NOT MERGE
-
- 15 Jun, 2011 1 commit
-
-
Eric Fischer authored
* commit '76126492': Import revised translations. DO NOT MERGE
-