summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/PlaybackService.java
AgeCommit message (Expand)Author
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
2012-09-19Cancelling the sleep timer should now work againdaniel oeh
2012-09-16Made sure that statusBeforeSeeking does not become SEEKINGdaniel oeh
2012-09-14Made sure PlaybackService only reacts to transient audio focus loss ifdaniel oeh
2012-09-13Added missing strings to resource filedaniel oeh
2012-09-11External player fragment wasn't always reloading when necessarydaniel oeh
2012-09-10Fixed NullPointerException in bindToServicedaniel oeh
2012-09-10Only seek to last position if status is not pauseddaniel oeh
2012-09-10Bug that caused PlaybackService to load without a media object shoulddaniel oeh
2012-09-07Replaced AsyncTasks in PlaybackService with ScheduledThreadPoolExecutordaniel oeh
2012-09-06Reset VideoSurface of Videoplayer after it has been destroyeddaniel oeh
2012-09-05Set widget update interval to 1 seconddaniel oeh
2012-09-05PlaybackService now raises audio volume after it has regained audiodaniel oeh
2012-09-05Made sure that WidgetUpdateService is stopped if necessarydaniel oeh
2012-09-04Play/Pause button now toggles startWhenPrepared when PlaybackService isdaniel oeh
2012-09-04PlaybackService will now stopForeground when playback completes anddaniel oeh
2012-08-19PlaybackService will now reload the last episode if no more episodes aredaniel oeh
2012-08-18Implemented RemoteControlClient in PlaybackServicedaniel oeh
2012-08-18Made sure that mediaplayeractivity loads progress information as soon asdaniel oeh
2012-08-05Added listener for buffering information and progressbar in videoplayerdaniel oeh
2012-08-05Switching between players should now workdaniel oeh
2012-08-05added notification extra to reload notification to switch betweendaniel oeh
2012-08-05Videoplayback is now workingdaniel oeh
2012-08-04Created superclass for mediaplayer, implemented Audioplayerdaniel oeh
2012-07-27Completed sleep timer implementationdaniel oeh
2012-07-27Implemented sleep timer menu item + fixed problems with dialogdaniel oeh
2012-07-27Implemented sleep timer in playaback service and created time dialogdaniel oeh
2012-07-23implemented chapterlist in mediaplayerdaniel oeh
2012-07-22Replaced buildconfig condition with appconfig conditiondaniel oeh
2012-07-22Added DEBUG logging condition0.8_RC3daniel oeh
2012-07-21Fixed a bug that AsyncTasks were not working properly on api 11+daniel oeh
2012-07-20Added notification icon for playback servicedaniel oeh
2012-07-16Reduced warningsdaniel oeh
2012-07-16improved setupPositionSaver methoddaniel oeh
2012-07-16Code rearrangements + bugfixesdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh