summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadService.java
Commit message (Expand)AuthorAgeFilesLines
* log when DownloadManager deletes filesDoug Zongker2011-10-111-0/+1
* Output DownloadInfo state in Service.dump()Jeff Sharkey2011-04-281-0/+9
* (master) bug:3204324 allow no more than certain number of concurrent downloadsVasu Nori2011-03-101-1/+0
* remove log spew from downloadmanagerVasu Nori2011-03-021-2/+4
* bug:3435895 listen to media_mounted broadcast intentVasu Nori2011-02-081-2/+7
* bug:3048327 (master) ability to add completed download to dnload mgrVasu Nori2011-01-211-2/+0
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-106/+8
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-5/+15
* if any exceptions encountered while trimming downloads db, ignore 'em.Vasu Nori2010-11-091-20/+33
* make sure filename is non-null before delting it.Vasu Nori2010-10-291-10/+24
* reduce number of times mediascanner is invoked by downloadserviceVasu Nori2010-10-261-13/+15
* remove usage of hidden public constants.Vasu Nori2010-10-201-1/+5
* bug:3099994 NPE in DownloadManager when deleting non-media fileVasu Nori2010-10-151-54/+57
* bug:3069735 in Download UI app, handle deletes correctlyVasu Nori2010-10-131-16/+108
* Improve how the download manager reports paused statuses.Steve Howard2010-09-291-7/+2
* Trim the database & check spurious files off the UI thread.Brad Fitzpatrick2010-09-281-2/+3
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-201-417/+128
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-23/+15
* Add UI message when queued for wifi due to size.Steve Howard2010-08-201-2/+2
* 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