summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/packages/...cm-7.0.3cm-7.0.2.1cm-7.0.1cm-7.0.0Steve Kondik2011-02-281-16/+18
|\
| * (GB/GBMR) (do not merge) delete file from disk when deleting from dbVasu Nori2010-12-031-16/+18
* | Don't try to purge the dalvik-cache directory on /cache.Steve Kondik2010-12-191-4/+4
|/
* 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