summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service
AgeCommit message (Expand)Author
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
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 disconnect...tommy watson
2012-11-28Merge branch 'master' of git://github.com/chrissicool/AntennaPod into chrissi...daniel oeh
2012-11-25Obey redirects in HTTP downloadsChristian Ludwig
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
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-23Set download status message to 'pending' while it's not beingdaniel oeh
2012-10-22Fixed NullPointerException on some devicesdaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-22Added support for feeds without pubDatesdaniel oeh
2012-10-14Moved drawables from sdk folder into drawables folderdaniel 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-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