summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/playback/PlaybackService.java
AgeCommit message (Expand)Author
2014-09-17Changed project structuredaniel oeh
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
2014-07-26Fixed auto-flattr when playback endsdaniel oeh
2014-07-16Made automatic flattr threshold configurabledaniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-06-15Only report unknown keycode if PlaybackService is playingdaniel oeh
2014-06-07Make seek time configurableDavid Reiss
2014-06-07Show a toast when an unknown media key is pressedDavid Reiss
2014-06-07Support next/previous media keysDavid Reiss
2014-06-07Remove unnecessary braces in PlaybackService case blockDavid Reiss
2014-06-07Bugfix: Playback could not be restarted in some cases. fixes #387daniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-19PlaybackPreferences were not written correctly when a playback error occurred...daniel oeh
2014-03-19Playback was not completed correctly. Might fix issue #366 and #374daniel oeh
2014-02-23played_duration was updated incorrectlydaniel oeh
2014-02-17Merged pull-request #346daniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
2014-02-14Resolved intent redelivery issuedaniel oeh
2014-02-11Bugfixesdaniel oeh
2014-02-10PLAY and PLAY_PAUSE keycode was not handled correctly in prepared statedaniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2014-02-10Resolved problems with ending playback.daniel 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-15Created playback package inside service packagedaniel oeh