summaryrefslogtreecommitdiff
path: root/src/de/danoeh
AgeCommit message (Collapse)Author
2013-01-16Release PlaybackController when MediaplayerActivity is stopped0.9.6.4daniel oeh
2013-01-13Increased socket and connection timeout of HTTP downloaderdaniel oeh
2013-01-13PlaybackController now checks if episode exists when the restoring lastdaniel oeh
played episode.
2013-01-13FeedManager now checks if episode file exists before playing.daniel oeh
2013-01-13Added support for gzip-encoded downloads. Closes #89.daniel oeh
2013-01-05Unicode strings weren't read correctly0.9.6.3daniel oeh
2013-01-04Skip rest of tag header if size of frame is too bigdaniel 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-31Added support for media:content tag, fixes #82daniel oeh
2012-12-31Moved namespace classesdaniel oeh
Deleted packages with only one class in it
2012-12-31Updated getFreeSpaceAvailable() methoddaniel oeh
2012-12-30Updated storage availability checkdaniel oeh
2012-12-30Added 'set to default folder' menu buttondaniel oeh
2012-12-30Added 'empty directory' warningdaniel oeh
2012-12-30Disable 'confirm' button if selected folder isn't validdaniel oeh
2012-12-26Fixed bug in getDataFolderdaniel oeh
didn't behave correctly if 'type' contained path separators
2012-12-26Added data folder preferencedaniel oeh
2012-12-25Added documentationdaniel oeh
2012-12-23DirectoryChooser can now create new foldersdaniel oeh
2012-12-23Added FileObserverdaniel oeh
2012-12-23Implemented directory navigationdaniel oeh
2012-12-22Created layout for directorychooserdaniel oeh
2012-12-22Merge branch 'develop' into issue-49daniel oeh
2012-12-22Added support for psc-prefix0.9.6.2daniel oeh
2012-12-21Completed downloader-objects were removed too latedaniel oeh
2012-12-20Use SINGLE_COLUMN layout in shownotes webviewdaniel oeh
2012-12-19Renamed podfetcher.xml to main.xmldaniel oeh
2012-12-19Use transaction when deleting a feeddaniel oeh
2012-12-19Merge branch 'parse-invalid-opml' of git://github.com/arantius/AntennaPod ↵daniel oeh
into arantius-parse-invalid-opml
2012-12-19Merge branch 'issue-48' into developdaniel oeh
2012-12-19Merge branch 'issue-63' into developdaniel oeh
2012-12-18Removed FeedCategorydaniel oeh
2012-12-18FeedManager now updates feeds and feeditem attributesdaniel oeh
2012-12-18Added "updateFromOther" and "compareWithOther" methodsdaniel oeh
2012-12-18Created DirectoryChooserActivitydaniel oeh
2012-12-17Support importing OPML which doesn't specify a body node.Anthony Lieuallen
Fixes #78
2012-12-16Fixed issue #48daniel 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-15OPML reader now uses 'title' attribute if availabledaniel oeh
2012-12-15Added 'title' attribute to OPML exporterdaniel 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-28Fixed nullpointer exception in webview loader0.9.6.1daniel oeh
2012-11-28Fixed problem with webview on ICSdaniel oeh
2012-11-28Merge branch 'master' of git://github.com/chrissicool/AntennaPod into ↵daniel oeh
chrissicool-master