summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/PlaybackService.java
AgeCommit message (Expand)Author
2013-12-15Created playback package inside service packagedaniel oeh
2013-11-16Made sure not to use multiple unreleased instances of MediaPlayerdaniel oeh
2013-10-03Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod in...daniel oeh
2013-09-06Start playback immediately when skipping an episode and if continuous playbac...daniel oeh
2013-09-02Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into move-t...Tom Hennen
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
2013-08-21Playback position wasn't reset to 0 when playback has endeddaniel oeh
2013-08-17PlaybackService crashed when media file was incorrect/not founddaniel oeh
2013-08-16Merge branch 'playback-speed' of git://github.com/TheRealFalcon/AntennaPod in...daniel oeh
2013-08-16Merge branch 'develop' into playback-speeddaniel oeh
2013-08-14updated name of the preference to use 'FocusLoss' rather than 'Notifications'...Tom Hennen
2013-08-14Adds an option to pause audio while audio focus is lost. This is helpful whe...Tom Hennen
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-07-02Enable Fast Forward and Rewind keys on Google TV remotes.David Carver
2013-05-09Variable speed playback as user preferences and customization of playback speed.James Falcon
2013-05-06Merge branch 'playback-speed' into speedJames Falcon
2013-05-04Bug fix for trying to set pitch when media is null.James Falcon
2013-05-03Added variable speed playback control as a global option.James Falcon
2013-05-03Added buttons to control playback speeddaniel oeh
2013-05-02Added methods for controlling playback speed to playback controllerdaniel oeh
2013-05-01Merge branch 'speed' into developJames Falcon
2013-05-01Updating formatting to match remoteJames Falcon
2013-05-01Adding audio variable speed playback support at the service levelJames Falcon
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-10Close media player if no more episodes are available for playbackdaniel 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-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
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-21abandon audio focus when pausing if possibledaniel oeh
2013-02-10Added expandable notifications to PlaybackServicedaniel oeh