summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadThread.java
Commit message (Collapse)AuthorAgeFilesLines
...
* | Supply a Context to AndroidHttpClient.newInstance(), to enableDan Egnor2010-02-101-1/+1
| | | | | | | | persistent SSL session caching.
* | Use the private legacy APIJean-Baptiste Queru2010-01-141-60/+60
| | | | | | | | | | | | | | | | | | | | 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
* | Changed class paths for classes moved in unbundling effortPaul Westbrook2009-12-141-1/+2
|/
* Remove unnecessary loggingJean-Baptiste Queru2009-09-241-14/+0
| | | | | | | Also tweak some slightly inaccurate logging, and add a note about a potential bug. BUG=2055624
* Add a bit more logging to track down network state issues.Jean-Baptiste Queru2009-09-221-8/+15
| | | | BUG=2055624
* Add logging to track connectivity as seen from the Download Manager.Jean-Baptiste Queru2009-09-211-0/+28
| | | | | | | 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
* Merge commit 'korg/cupcake'The Android Open Source Project2009-03-271-6/+23
|\ | | | | | | | | Conflicts: src/com/android/providers/downloads/DownloadThread.java
| * auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-191-1/+1
| |
| * auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-7/+24
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+710
| |
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-710/+0
| |
* | Force sync the downloaded file to the storage after completion.Dennis Hsieh2009-01-211-0/+15
| | | | | | | | | | | | This will write the downlaoded file to the storage (sdcard in default). It can prevent file corruption if the user removes the sdcard unsafely after a download completes.
* | Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-10/+10
| |
* | Match the official code style guide.Jean-Baptiste Queru2009-01-201-83/+101
|/ | | | | | This fixes a number of style violations that weren't caught by automated tools and brings those files closer to compliance with the official style guide for this language.
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-130/+197
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+643