summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/PlaybackService.java
AgeCommit message (Expand)Author
2013-04-21Fixes #174daniel oeh
2013-04-20Don't autodownload episodes when item is removed from queue viadaniel oeh
2013-04-08Issue #109 (feature request) - Display metadata on bluetooth devices that sup...William Seemann
2013-03-26Load playback service notification bitmap in another threaddaniel oeh
2013-03-25Chapter marks of streams are now loaded after playback has starteddaniel oeh
2013-03-20PlaybackController didn't always connect with PlaybackServicedaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-10Close media player if no more episodes are available for playbackdaniel oeh
2013-03-08Removed last played media preferencedaniel oeh
2013-03-07Implemented skip functionalitydaniel oeh
2013-03-07PlaybackService will now always load the next episode if it is availabledaniel oeh
2013-03-07Fixed PlaybackService crash when seeking in INITIALIZING or PREPARINGdaniel oeh
2013-02-28Fixed crash when audio focus was lostdaniel oeh
2013-02-28Renamed getFileUrl method of Playable interfacedaniel oeh
2013-02-27Added support for playing local external media filesdaniel oeh
2013-02-27Created de.danoeh.antennapod.util.playback packagedaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-25Implemented PlaybackPreferencesdaniel oeh
2013-02-25Implemented EventDistributordaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-21abandon audio focus when pausing if possibledaniel oeh
2013-02-10Added expandable notifications to PlaybackServicedaniel oeh
2013-01-04Simplified codedaniel oeh
2012-12-11Added pause on "audio becoming noisy" event, this happens when you disconnect...tommy watson
2012-11-25Fixed playbackService crash when trying to seek in INITIALIZED statedaniel oeh
2012-11-16Mark item as read when playback starts.daniel oeh
2012-11-16Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod in...daniel oeh
2012-11-06Integrated vorbis chapterreader into appdaniel oeh
2012-10-30Use separate preference for currently playing media, reset afterdaniel oeh
2012-10-24Extract setting of read/undread state to a FeedItem methodMichael Kaiser
2012-10-22Fixed NullPointerException on some devicesdaniel oeh
2012-10-14Prevented IllegalStateException when calling getDurationSafe()daniel oeh
2012-10-11Move player into INITIALIZED state in some cases to save bandwidthdaniel oeh
2012-10-11Added INITIALIZED statedaniel oeh
2012-10-04Changed behavior of continuous playbackdaniel oeh
2012-10-03PlaybackService now adds completed items to the playbackhistorydaniel oeh
2012-10-02Added support for play/pause key on wired headsetdaniel oeh
2012-09-27Don't hide lockscreen controls after headset has been disconnecteddaniel oeh
2012-09-26Workaround for #17daniel oeh
2012-09-26Made sure getDuration() and getCurrentPosition() are not called in andaniel oeh
2012-09-25cancel chapter loader thread if service receives shutdown notificationdaniel oeh
2012-09-25Feeds weren't always deleted properlydaniel oeh
2012-09-25Added support for application/ogg MIME typedaniel oeh
2012-09-23Abandon audio focus after playback has completeddaniel oeh
2012-09-22Implemented auto-delete featuredaniel oeh
2012-09-22Added PREF_LAST_PLAYBACK_COMPLETEDdaniel oeh
2012-09-22Moved 'last played media' preference into default shared preferencedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-22Added support for reading chapters from streamsdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh