summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/download
AgeCommit message (Expand)Author
2012-10-23Set download status message to 'pending' while it's not beingdaniel oeh
2012-10-22Added support for feeds without pubDatesdaniel oeh
2012-10-14Moved drawables from sdk folder into drawables folderdaniel oeh
2012-10-04Changed behavior of download reportsdaniel oeh
2012-09-26Check if response code is HTTP_OK before downloadingdaniel oeh
2012-09-24FeedSyncThread will now check if feeditems are valid before savingdaniel oeh
2012-09-24Download failure wasn't reported on some devicesdaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Added support for 'Unknown Host' error messagedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-22Added support for reading chapters from streamsdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Auto-enqueue will now enqueue when the user starts the downloaddaniel oeh
2012-09-21Excluded cancelled downloads from the download service report and thedaniel oeh
2012-09-20Added title attribute to every DownloadStatus constructordaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-09-16Moved mediaplayer from DownloadService into MediaHandlerThreaddaniel oeh
2012-09-14Hide download progress in percent if download size is unknowndaniel oeh
2012-09-13Added missing strings to resource filedaniel oeh
2012-09-02Exclude failed image downloads from download reportdaniel oeh
2012-09-02Improved behavior of download reportsdaniel oeh
2012-08-25Fixed bug in calculation of free spacedaniel oeh
2012-08-21Downloads weren't cancelled properlydaniel oeh
2012-08-21Downloadreport is now shown when all downloads have been completeddaniel oeh
2012-08-18DownloadService was not always counting queued downloadsdaniel oeh
2012-08-18Failed downloads were not handled correctlydaniel oeh
2012-08-18Set number of parallel downloads to 4daniel oeh
2012-08-18Made sure that cancelled/failed downloads are handled correctlydaniel oeh
2012-08-17HttpDownloader now checks if enough storage is availabledaniel oeh
2012-08-17Implemented report in Downloadservicedaniel oeh
2012-08-17Fixed problem with DownloadlistAdapterdaniel oeh
2012-08-17Set connection timeout to 5 secondsdaniel oeh
2012-08-17DownloadActivity should now display the content correctlydaniel oeh
2012-08-17Download should now workdaniel oeh
2012-08-16Content of Downloads list is now refresheddaniel oeh
2012-08-16Downloads can now be cancelleddaniel oeh
2012-08-16Implemented handler for completed downloadsdaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-16Implemented HttpDownloaderdaniel oeh
2012-08-16Created abstract downloader classdaniel oeh