summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/download/HttpDownloader.java
AgeCommit message (Expand)Author
2014-04-27Resume failed downloads. closes #168daniel oeh
2014-04-27Prevent media files from being deleted after a failed downloaddaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-19Added support for images in itunes:image tags.daniel oeh
2014-03-19Don't encode already encoded URLs. fixes #376daniel oeh
2014-03-17Implemented DownloadAuthenticationActivitydaniel oeh
2014-03-17Added authentication support to DownloadRequester and HttpDownloaderdaniel oeh
2014-02-14Support HTTP Basic Authentication for FeedsChristopher Szucko
2014-02-11Create only one HttpClient instance instead of one per downloaddaniel oeh
2013-12-31Escape URLs in HttpDownloader. fixes #329, #332daniel oeh
2013-08-28Updated unit testsdaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-17Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into andrew...daniel oeh
2013-08-17Merge branch 'http-downloader-check-size' of git://github.com/andrewgaul/Ante...daniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
2013-08-03Improved DownloadService, several bugfixesdaniel oeh
2013-07-14Check file size after downloadAndrew Gaul
2013-07-14Address FindBugs warningsAndrew Gaul
2013-07-07Merge branch 'buffered-output-stream-flush' of git://github.com/andrewgaul/An...daniel oeh
2013-07-07Set 'reason' attribute when download was successful.daniel oeh
2013-06-30Flush BufferedOutputStream correctlyAndrew Gaul
2013-06-29Promote DownloadError to enum for type-safetyAndrew Gaul
2013-05-19Split DownloadStatus into two separate classesdaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-11Shutdown connection manager after downloaddaniel oeh
2013-03-10fix regression (issue #96): fix broken URLs in redirection instead of failingPaul Ortyl
2013-02-22Delete file if download fails or is cancelleddaniel oeh
2013-01-13Increased socket and connection timeout of HTTP downloaderdaniel oeh
2013-01-13Added support for gzip-encoded downloads. Closes #89.daniel oeh
2012-12-31removed unused codedaniel oeh
2012-12-31Use AndroidHttpClient instead of HttpURLConnectiondaniel oeh
2012-12-30Updated storage availability checkdaniel oeh
2012-12-16Created unit test for testing the HttpDownloaderdaniel oeh
2012-12-16Use DownloaderCallback instead of DownloadService referencedaniel oeh
2012-12-16Follow 307 redirectsdaniel oeh
2012-11-25Obey redirects in HTTP downloadsChristian Ludwig
2012-10-23Set download status message to 'pending' while it's not beingdaniel oeh
2012-09-26Check if response code is HTTP_OK before downloadingdaniel oeh
2012-09-24Download failure wasn't reported on some devicesdaniel oeh
2012-09-22Added support for 'Unknown Host' error messagedaniel oeh
2012-09-21Excluded cancelled downloads from the download service report and thedaniel 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-25Fixed bug in calculation of free spacedaniel oeh
2012-08-21Downloads weren't cancelled properlydaniel oeh
2012-08-17HttpDownloader now checks if enough storage is availabledaniel oeh
2012-08-17Set connection timeout to 5 secondsdaniel oeh
2012-08-17Download should now workdaniel oeh
2012-08-16Implemented HttpDownloaderdaniel oeh