summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/download/DownloadService.java
AgeCommit message (Collapse)Author
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
Conflicts: proguard.cfg src/de/danoeh/antennapod/storage/DBTasks.java
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-15Several bugfixesdaniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/feed/FeedManager.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/service/download/DownloadService.java src/de/danoeh/antennapod/service/download/DownloadStatus.java src/de/danoeh/antennapod/service/download/HttpDownloader.java src/de/danoeh/antennapod/storage/DownloadRequester.java src/de/danoeh/antennapod/storage/PodDBAdapter.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-03Improved DownloadService, several bugfixesdaniel oeh
- DownloadService should now terminate properly as soon as all downloads have been completed. - Notification bug ("0 downloads left" notification) should be fixed
2013-08-02Organizing the queue now works, several bugfixes etc.daniel oeh
2013-06-29Promote DownloadError to enum for type-safetyAndrew Gaul
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-03-16Added support for episode imagesdaniel oeh
2013-03-12FeedMedia wasn't saved if episode contained chapters (fixes #76)daniel oeh
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-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
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-11-06Integrated vorbis chapterreader into appdaniel 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-24FeedSyncThread will now check if feeditems are valid before savingdaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel 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
download log
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-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-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