summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadService.java
Commit message (Expand)AuthorAgeFilesLines
* DownloadManager : Only remove stale id if download is not deletedDanesh Mondegarian2015-06-161-1/+1
* Transition the Download Service's cleanup work to a scheduled JobChristopher Tate2014-06-161-0/+34
* Many improvements to download storage management.Jeff Sharkey2014-02-061-8/+31
* Revert "change download provider to use system log"Doug Zongker2014-01-271-15/+15
* change download provider to use system logDoug Zongker2014-01-271-15/+15
* Unregister observer when tearing down service.Jeff Sharkey2013-03-261-0/+2
* Revert "Avoid sending messages after HandlerThread.quit()."Fabrice Di Meglio2013-03-261-12/+6
* Avoid sending messages after HandlerThread.quit().Jeff Sharkey2013-03-251-6/+12
* Reduce logging, dump stacks before wtf().Jeff Sharkey2013-03-251-1/+13
* Increase timeout for domains with many DNS entries.Jeff Sharkey2013-03-201-2/+2
* Adjust timeouts to reduce false-positive bugs.Jeff Sharkey2013-02-261-2/+2
* Ack, we actually need to UpdateThread.quit().Jeff Sharkey2013-02-201-8/+6
* Only use single UpdateThread.Jeff Sharkey2013-02-201-4/+5
* Only report speeds from full samples windows.Jeff Sharkey2013-02-191-0/+1
* Redesign of DownloadManager update loop.Jeff Sharkey2013-02-121-352/+187
* Cleaner thread management, less global state.Jeff Sharkey2013-01-281-5/+25
* Clean up DownloadManager threading tests.Jeff Sharkey2013-01-081-1/+1
* Remove singleton StorageManager.Jeff Sharkey2013-01-051-2/+2
* Cancel stale notifications when starting.Jeff Sharkey2012-12-131-0/+1
* Show remaining time in download notifications.Jeff Sharkey2012-11-141-0/+2
* Rewrite of download notifications.Jeff Sharkey2012-11-091-20/+3
* Skip scanning a file which will be deleted.Jeff Sharkey2012-10-051-3/+0
* Move notification tests to LittleMock.Jeff Sharkey2012-07-241-3/+7
* Reduce deletion logging.Jeff Sharkey2012-07-201-3/+6
* More slogging around download deletion.Jeff Sharkey2012-04-191-1/+5
* Locking around downloads, and more dump info.Jeff Sharkey2012-04-131-91/+102
* 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