summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/asynctask/DownloadStatus.java
AgeCommit message (Collapse)Author
2013-05-19Split DownloadStatus into two separate classesdaniel oeh
DownloadStatus is now used only for finished downloads, whereas DownloadRequest is used for running/unfinished downloads
2013-05-01Added DBReader-methodsdaniel oeh
2012-12-16Created unit test for testing the HttpDownloaderdaniel oeh
2012-09-23set feedfiletype in DownloadStatus contructordaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21Excluded cancelled downloads from the download service report and thedaniel oeh
download log
2012-09-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
null
2012-09-20ReasonDetailed wasn't loaded on startupdaniel oeh
2012-09-20Added title attribute to every DownloadStatus constructordaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-09-14Hide download progress in percent if download size is unknowndaniel oeh
2012-08-16Implemented HttpDownloaderdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh