summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service
AgeCommit message (Expand)Author
2013-08-21Playback position wasn't reset to 0 when playback has endeddaniel 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-17PlaybackService crashed when media file was incorrect/not founddaniel oeh
2013-08-17Merge branch 'http-downloader-check-size' of git://github.com/andrewgaul/Ante...daniel oeh
2013-08-15Several bugfixesdaniel oeh
2013-08-14Merge branch 'master' of git://github.com/brettle/AntennaPod into brettle-masterdaniel oeh
2013-08-09Added documentation to DBWriterdaniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
2013-08-04Ported playback service to DB* classesdaniel oeh
2013-08-03Fixes issue #249 (Cannot use Kinivo BTC450 bluetooth car kit to playDean Brettle
2013-08-03Set seek time of media keys to 30 seconds.daniel oeh
2013-08-03Merged #226 into developdaniel 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-07-02Enable Fast Forward and Rewind keys on Google TV remotes.David Carver
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-04-21Fixes #174daniel oeh
2013-04-20Don't autodownload episodes when item is removed from queue viadaniel oeh
2013-04-08Issue #109 (feature request) - Display metadata on bluetooth devices that sup...William Seemann
2013-03-26Load playback service notification bitmap in another threaddaniel oeh
2013-03-25Chapter marks of streams are now loaded after playback has starteddaniel oeh
2013-03-20PlaybackController didn't always connect with PlaybackServicedaniel 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-10Close media player if no more episodes are available for playbackdaniel oeh
2013-03-09Removed auto-queue preference, auto-queue is now always enableddaniel oeh
2013-03-08Removed last played media preferencedaniel oeh
2013-03-07Implemented skip functionalitydaniel oeh
2013-03-07PlaybackService will now always load the next episode if it is availabledaniel oeh
2013-03-07Fixed PlaybackService crash when seeking in INITIALIZING or PREPARINGdaniel oeh
2013-03-07Add item to queue once it's downloadeddaniel oeh
2013-02-28Fixed crash when audio focus was lostdaniel oeh
2013-02-28Renamed getFileUrl method of Playable interfacedaniel oeh
2013-02-27Added support for playing local external media filesdaniel oeh
2013-02-27Created de.danoeh.antennapod.util.playback packagedaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-25Implemented PlaybackPreferencesdaniel oeh
2013-02-25Implemented EventDistributordaniel oeh