summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/playback/PlaybackServiceMediaPlayer.java
AgeCommit message (Collapse)Author
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