summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/service/PlaybackService.java
AgeCommit message (Expand)Author
2012-07-02Improved stability of playbackService when handling an Errordaniel oeh
2012-07-02Added buffer update listenersdaniel oeh
2012-07-02Implemented Errorhandler in PlaybackServicedaniel oeh
2012-07-01Improved video playbackdaniel oeh
2012-06-30Implemented MediaButtonEventReceiverdaniel oeh
2012-06-30Fixed crash when losing audio focusdaniel oeh
2012-06-28Changed playback service to not stickydaniel oeh
2012-06-27Implemented landscape layout for videoplayerdaniel oeh
2012-06-27Fixed: application crash when trying to play media that is alreadydaniel oeh
2012-06-27Added support for video playbackdaniel oeh
2012-06-26playbackservice is now only in the foreground while playingdaniel oeh
2012-06-26Fixed bug that caused the application to crash when playing the lastdaniel oeh
2012-06-22Improved seeking mechanism for streamsdaniel oeh
2012-06-22Rewrote most parts of PlaybackService and Mediaplayer Activitydaniel oeh
2012-06-15Implemented audiofocuschange listenerdaniel oeh
2012-06-13Moved Download Handlers into separate Threadsdaniel oeh
2012-06-12Minor improvements to Mediaplayerdaniel oeh
2012-06-06Implemented mechanism to save the current position of a playing mediadaniel
2012-06-06Implemented "FF" and "Rev" Buttonsdaniel
2012-06-06Implemented seeking and pausing/resumingdaniel
2012-06-05Switched from NotificationBuilder to NotificationCompatBuilderdaniel
2012-06-05Added Notificationdaniel
2012-06-05Expanded MediaplayerActivity + Bugfixesdaniel
2012-05-30Created Playback ServiceDaniel Oeh