summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service
AgeCommit message (Collapse)Author
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-12FeedMedia wasn't saved if episode contained chapters (fixes #76)daniel oeh
2013-03-11Shutdown connection manager after downloaddaniel oeh
2013-03-11Merge branch 'master' of git://github.com/ortylp/AntennaPod into ortylp-masterdaniel oeh
2013-03-10fix regression (issue #96): fix broken URLs in redirection instead of failingPaul Ortyl
2013-03-10Close media player if no more episodes are available for playbackdaniel oeh
2013-03-09Removed auto-queue preference, auto-queue is now always enableddaniel 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
state
2013-03-07Add item to queue once it's downloadeddaniel 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-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-22Delete file if download fails or is cancelleddaniel oeh
2013-02-21abandon audio focus when pausing if possibledaniel oeh
2013-02-12newline-character wasn't appended correctlydaniel oeh
2013-02-10Don't show notification entry if title is nulldaniel oeh
2013-02-10Added expandable notifications to download servicedaniel oeh
2013-02-10Added expandable notifications to PlaybackServicedaniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2013-01-13Increased socket and connection timeout of HTTP downloaderdaniel oeh
2013-01-13Added support for gzip-encoded downloads. Closes #89.daniel oeh
2013-01-04Simplified codedaniel oeh
2013-01-04Merge branch 'master' into developdaniel oeh
2013-01-04Merge pull request #73 from toggles/bluetooth_pausedanieloeh
Pause on bluetooth disconnect
2012-12-31removed unused codedaniel oeh
2012-12-31Use AndroidHttpClient instead of HttpURLConnectiondaniel oeh
2012-12-30Updated storage availability checkdaniel oeh
2012-12-21Completed downloader-objects were removed too latedaniel oeh
2012-12-16Created unit test for testing the HttpDownloaderdaniel oeh
2012-12-16Use DownloaderCallback instead of DownloadService referencedaniel oeh
2012-12-16Follow 307 redirectsdaniel oeh
2012-12-11Added pause on "audio becoming noisy" event, this happens when you ↵tommy watson
disconnect bluetooth headphones and the output switches to the "noisy" speaker.
2012-11-28Merge branch 'master' of git://github.com/chrissicool/AntennaPod into ↵daniel oeh
chrissicool-master
2012-11-25Obey redirects in HTTP downloadsChristian Ludwig
If an HTTP request returns an error code 301 or 302, follow redirects to the new location.
2012-11-25Fixed playbackService crash when trying to seek in INITIALIZED statedaniel oeh
2012-11-23Changed playerWidget theme to darkdaniel oeh
2012-11-16Mark item as read when playback starts.daniel oeh
This ensures that no 'in progress' items are also unread
2012-11-16Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod ↵daniel oeh
into patheticpat-feed-item-labels Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java