summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service
AgeCommit message (Expand)Author
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
2012-08-19PlaybackService will now reload the last episode if no more episodes aredaniel oeh
2012-08-18DownloadService was not always counting queued downloadsdaniel oeh
2012-08-18Failed downloads were not handled correctlydaniel oeh
2012-08-18Implemented RemoteControlClient in PlaybackServicedaniel oeh
2012-08-18Made sure that mediaplayeractivity loads progress information as soon asdaniel oeh
2012-08-18Set number of parallel downloads to 4daniel oeh
2012-08-18Made sure that cancelled/failed downloads are handled correctlydaniel oeh
2012-08-17HttpDownloader now checks if enough storage is availabledaniel oeh
2012-08-17Implemented report in Downloadservicedaniel oeh
2012-08-17Fixed problem with DownloadlistAdapterdaniel oeh
2012-08-17Set connection timeout to 5 secondsdaniel oeh
2012-08-17DownloadActivity should now display the content correctlydaniel oeh
2012-08-17Download should now workdaniel oeh
2012-08-16Content of Downloads list is now refresheddaniel oeh
2012-08-16Downloads can now be cancelleddaniel oeh
2012-08-16Implemented handler for completed downloadsdaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-16Implemented HttpDownloaderdaniel oeh
2012-08-16Created abstract downloader classdaniel oeh
2012-08-15Made sure that completed downloads get the correct destination urldaniel oeh
2012-08-12Added stopForeground() when DownloadSerice has finished waiting fordaniel oeh
2012-08-11notifyDownloadService() in DownloadRequester now uses intents to notifydaniel oeh
2012-08-11Imageviews were not updating correctlydaniel oeh
2012-08-11Simplified AddFeedActivitydaniel oeh
2012-08-11Deleting a feed will now cancel running image and media downloads ofdaniel oeh
2012-08-11Image might not have been saved correctly after downloaddaniel oeh
2012-08-06Implemented auto-enqueue featuredaniel 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