summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/download
AgeCommit message (Expand)Author
2014-07-15Fixed possible auto-download loop in DownloadServicedaniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-06-07Bugfix: Parser failures were not reported properly. fixes #450daniel oeh
2014-05-25Added support for podlove alternate feedsdaniel oeh
2014-05-19Removed unused resources, reduced number of lint warningsdaniel oeh
2014-05-19Merge branch 'newgui' into develop. closes #407daniel oeh
2014-05-17Auto-download episodes on DownloadService shutdown. fixes #316 closes #408daniel oeh
2014-05-17Improved syncing speed for large amounts of feeds. fixes #371daniel oeh
2014-05-17Treat feeds with same title and different download URLs as different feeds. f...daniel oeh
2014-05-11Fixed Download screen problems and download report notificationdaniel oeh
2014-04-27Resume failed downloads. closes #168daniel oeh
2014-04-27Prevent media files from being deleted after a failed downloaddaniel oeh
2014-04-21Added navigation drawer to audio player, fixed DownloadService notificationdaniel oeh
2014-04-06Disabled downloading of episode images. closes #390daniel oeh
2014-03-31Disabled downloading of episode images. closes #390daniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Fixed image loading bugsdaniel 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 notificationdaniel oeh
2014-03-17Added authentication support to DownloadRequester and HttpDownloaderdaniel oeh
2014-02-14Support HTTP Basic Authentication for FeedsChristopher Szucko
2014-02-12Acquire Wi-Fi lock before downloading. Should fix issue #110 and #243daniel oeh
2014-02-11Create only one HttpClient instance instead of one per downloaddaniel oeh
2013-12-31Escape URLs in HttpDownloader. fixes #329, #332daniel oeh
2013-11-16Made sure not to use multiple unreleased instances of MediaPlayerdaniel oeh
2013-10-12https download URLs did not work correctlydaniel oeh
2013-10-04Disable download log cleanup, handle media download before saving DownloadStatusdaniel oeh
2013-08-28Updated unit testsdaniel oeh
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
2013-08-23Catch RuntimeException thrown by MediaPlayer constructordaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-19Made sure that downloads list is only modified on the UI threaddaniel oeh
2013-08-19Fixed HttpDownloaderTestdaniel 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-15Several bugfixesdaniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
2013-08-03Improved DownloadService, several bugfixesdaniel oeh
2013-08-02Organizing the queue now works, several bugfixes etc.daniel 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-12FeedMedia wasn't saved if episode contained chapters (fixes #76)daniel oeh