summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadService.java
Commit message (Expand)AuthorAgeFilesLines
* Serialize threading for download manager testing.Steve Howard2010-07-271-1/+1
* Stub out and test system notifications.Steve Howard2010-07-231-5/+5
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-211-1/+2
* Fix bug with deciding when to restart a download.Steve Howard2010-07-201-2/+6
* Support for max download size that may go over mobileSteve Howard2010-07-191-69/+9
* Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-7/+6
* Support for custom HTTP headers on download requestsSteve Howard2010-07-151-35/+1
* Stub out the system clock in the download manager, add testsSteve Howard2010-07-011-8/+16
* Revert "Download files even if there is no activity to launch them."Leon Scroggins2010-01-221-0/+39
* Download files even if there is no activity to launch them.Leon Scroggins2010-01-211-39/+0
* Use the private legacy APIJean-Baptiste Queru2010-01-141-82/+91
* Remove unnecessary loggingJean-Baptiste Queru2009-09-241-37/+3
* Log the service being launchedJean-Baptiste Queru2009-09-221-0/+14
* Add a bit more logging to track down network state issues.Jean-Baptiste Queru2009-09-221-0/+21
* Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-171-2/+2
|\
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+879
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-879/+0
| * auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-2/+2
* | Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-39/+47
* | Match the official code style guide.Jean-Baptiste Queru2009-01-201-118/+118
|/
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-89/+109
* Initial ContributionThe Android Open Source Project2008-10-211-0/+859