summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/playback
AgeCommit message (Expand)Author
2014-08-05Acquire wifi lock if media file is being streameddaniel oeh
2014-08-05Acquire wake lock when playing mediadaniel oeh
2014-08-01Abandon audio focus when a phone call comes indaniel 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-07Fixed NullPointerException in FeedMediadaniel 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-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. close...daniel 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-15Added RejectedExecutionHandler to Runnabledaniel oeh
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2014-02-14Resolved intent redelivery issuedaniel oeh
2014-02-11Fixed race condition when sleep timer expiresdaniel 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-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 tests for PlaybackServiceTaskManagerdaniel oeh
2013-12-20Added first version of PlaybackServiceMediaPlayerdaniel oeh
2013-12-15Moved background tasks of PlaybackService into PlaybackServiceTaskManagerdaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh