summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service
AgeCommit message (Expand)Author
2012-10-04Changed behavior of continuous playbackdaniel oeh
2012-10-04Changed behavior of download reportsdaniel 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-26Check if response code is HTTP_OK before downloadingdaniel 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-24FeedSyncThread will now check if feeditems are valid before savingdaniel oeh
2012-09-24Download failure wasn't reported on some devicesdaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-23Abandon audio focus after playback has completeddaniel oeh
2012-09-23Moved WidgetUpdater to background threaddaniel 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-22Added support for 'Unknown Host' error messagedaniel 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-21Auto-enqueue will now enqueue when the user starts the downloaddaniel oeh
2012-09-21Excluded cancelled downloads from the download service report and thedaniel oeh
2012-09-20Added title attribute to every DownloadStatus constructordaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-09-19Cancelling the sleep timer should now work againdaniel oeh
2012-09-16Moved mediaplayer from DownloadService into MediaHandlerThreaddaniel oeh
2012-09-16Made sure that statusBeforeSeeking does not become SEEKINGdaniel oeh
2012-09-14Hide download progress in percent if download size is unknowndaniel 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-11Prevented IllegalArgumentException if service was not registered0.9.4.4daniel 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-09-02Exclude failed image downloads from download reportdaniel oeh
2012-09-02Improved behavior of download reportsdaniel oeh
2012-08-25Fixed bug in calculation of free spacedaniel oeh
2012-08-21Downloads weren't cancelled properlydaniel oeh
2012-08-21Downloadreport is now shown when all downloads have been completeddaniel oeh