summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util/PlaybackController.java
AgeCommit message (Expand)Author
2013-01-13PlaybackController now checks if episode exists when the restoring lastdaniel oeh
2012-11-25Fixed playbackService crash when trying to seek in INITIALIZED statedaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-11Move player into INITIALIZED state in some cases to save bandwidthdaniel oeh
2012-09-26Release PlaybackController in onDestroy() method in MediaplayerActivitydaniel oeh
2012-09-26Made sure getDuration() and getCurrentPosition() are not called in andaniel oeh
2012-09-25Feeds weren't always deleted properlydaniel oeh
2012-09-22Moved 'last played media' preference into default shared preferencedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-22Merge branch 'develop' into chaptersdaniel oeh
2012-09-22Reload media info later if playbackservice has no media object when it'sdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-10Fixed NullPointerException in bindToServicedaniel oeh
2012-09-10Removed 'paused'-status messagedaniel oeh
2012-09-10Bug that caused PlaybackService to load without a media object shoulddaniel oeh
2012-09-07Replaced AsyncTask in PlaybackController withdaniel oeh
2012-09-06Reset VideoSurface of Videoplayer after it has been destroyeddaniel oeh
2012-09-06Hide play button of external player when last played media is videodaniel oeh
2012-09-06Seeking should now work againdaniel oeh
2012-09-06Implemented PlaybackController in the MediaPlayerActivitiesdaniel oeh