summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/playback/PlaybackServiceMediaPlayer.java
AgeCommit message (Collapse)Author
2014-06-07Bugfix: Playback could not be restarted in some cases. fixes #387daniel oeh
2014-04-27Fixed visibility issue with playback speed buttondaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Support going back 30 seconds if less than 30 seconds have been played. ↵daniel oeh
closes #285
2014-03-19Playback was not completed correctly. Might fix issue #366 and #374daniel oeh
2014-02-23played_duration was updated incorrectlydaniel oeh
2014-02-15Added RejectedExecutionHandler to Runnabledaniel oeh
2014-02-11Bugfixesdaniel oeh
- Skipping an episode did not work - pauseOnHeadsetDisconnect preference was not updated correctly
2014-02-10Resolved problems with ending playback.daniel oeh
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually
2013-12-30Avoid seeking to position 0 (#208).daniel oeh
2013-12-30Applied bugfix from pull-request #313daniel oeh
2013-12-30Use AspectRatioVideoView instead of standard video viewdaniel oeh
2013-12-29Updated video player UIdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-25Made PlaybackService use the PSMP and PSTMdaniel oeh
2013-12-22Added basic tests for PlaybackServiceMediaPlayerdaniel oeh
2013-12-20Added first version of PlaybackServiceMediaPlayerdaniel oeh