summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/download
AgeCommit message (Expand)Author
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-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
2013-03-11Shutdown connection manager after downloaddaniel oeh
2013-03-11Merge branch 'master' of git://github.com/ortylp/AntennaPod into ortylp-masterdaniel oeh
2013-03-10fix regression (issue #96): fix broken URLs in redirection instead of failingPaul Ortyl
2013-03-09Removed auto-queue preference, auto-queue is now always enableddaniel oeh
2013-03-07Add item to queue once it's downloadeddaniel oeh
2013-02-27Added support for playing local external media filesdaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-25Implemented EventDistributordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-22Delete file if download fails or is cancelleddaniel oeh
2013-02-12newline-character wasn't appended correctlydaniel oeh
2013-02-10Don't show notification entry if title is nulldaniel oeh
2013-02-10Added expandable notifications to download servicedaniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel 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-21Completed downloader-objects were removed too latedaniel 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-11-06Integrated vorbis chapterreader into appdaniel oeh
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