summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-14Check file size after downloadAndrew Gaul
This commit may address symptoms seen in #187 and #197 where AntennaPod did not flag incomplete downloads as failed.
2013-07-07Merge branch 'buffered-output-stream-flush' of ↵daniel oeh
git://github.com/andrewgaul/AntennaPod into andrewgaul-buffered-output-stream-flush # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. # # It looks like you may be committing a merge. # If this is not correct, please remove the file # .git/MERGE_HEAD # and try again. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # On branch andrewgaul-buffered-output-stream-flush # All conflicts fixed but you are still merging. # (use "git commit" to conclude merge) # # Changes to be committed: # # modified: src/de/danoeh/antennapod/service/download/HttpDownloader.java # modified: tests/src/de/danoeh/antennapod/test/FeedHandlerTest.java # # Changes not staged for commit: # (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # (commit or discard the untracked or modified content in submodules) # # modified: submodules/ActionBarSherlock (modified content, untracked content) # modified: submodules/ViewPagerIndicator (modified content, untracked content) # modified: submodules/dslv (modified content, untracked content) #
2013-07-07Updated .gitignoredaniel oeh
2013-07-07Set 'reason' attribute when download was successful.daniel oeh
2013-06-30Flush BufferedOutputStream correctlyAndrew Gaul
This ensures that IOException due to writes are thrown in the main code path instead of the exceptional code path. Specifically for HttpDownloader this ensures that IOUtils.closeQuietly does not swallow a failed write.
2013-06-29Promote DownloadError to enum for type-safetyAndrew Gaul
2013-06-25Merge branch 'develop'daniel oeh
2013-06-25Added transifex configuration for changelog and descriptiondaniel oeh
2013-06-25Updated changelog0.9.7.4daniel oeh
2013-06-25Removed http-IntentFilters from OpmlImportActivitydaniel oeh
Selecting a link has sometimes opened the OPML import of AntennaPod, even though the selected link was not an OPML file.
2013-06-21Use http instead of https for accessing the miroguide. Fixes #206daniel oeh
2013-06-21Added support for ID3 2.4 tag, resolved problems with frame size calculationdaniel oeh
2013-06-09Added support for Links in MP3 chapters (using WXXX frame)daniel oeh
2013-06-02Ignore IntelliJ project filesdaniel oeh
2013-06-02Fixed build config filesdaniel oeh
Added support for proguard in maven build process, fixed signing issues with maven
2013-05-21Merge branch 'eNBeWe-master' into developdaniel oeh
2013-05-17Prepared release of version 0.9.7.4daniel oeh
2013-05-17Added transifex project configurationdaniel oeh
2013-05-17Updated translations, added Czech, Azerbaijani, Portuguesedaniel oeh
2013-05-11Fixed NullpointerException in AddFeedActivitydaniel oeh
2013-05-04Adding AntennaPod as RSS/XML ReaderNis Wechselberg
2013-04-30Use description of item if title is not available in RSS feed.daniel oeh
The title-tag of an item is optional in RSS 2 if a description-tag is avialable.
2013-04-30Merge branch 'enable-googletv-support' of ↵daniel oeh
git://github.com/NineWorlds/AntennaPod into NineWorlds-enable-googletv-support
2013-04-30Moved update interval preference strings into strings.xml. Fixes #182daniel oeh
2013-04-26Fixed nullpointer exception in DescriptionFragmentdaniel oeh
2013-04-25Enable the app to be installed on a Google TV device.David Carver
The app supports all the necessary APKs for Google TV support. While the layouts aren't optimized for navigating around with the D-PAd the app does work. To enable Google TV support just need to specify that touchscreen is not required. Tested on the Sony 2nd gen google tv device.
2013-04-23Automatic download didn't work if episode cache size was set todaniel oeh
unlimited
2013-04-21Fixes #174daniel oeh
2013-04-20Episode cache size can now be set to 'unlimited'daniel oeh
2013-04-20Moved preference strings into strings.xmldaniel oeh
2013-04-20Made sure links are opened in external applicationdaniel oeh
2013-04-20Used wrong methodsdaniel oeh
2013-04-20Feedlist displayed wrong value in 'last update' if feed had no episodesdaniel oeh
2013-04-20Removed 'accept' button in OrganizeQueueActivitydaniel oeh
2013-04-20Use onPageFinished instead of deprecated PictureListenerdaniel oeh
2013-04-20Merge branch 'delete-oldest-episodes' of ↵daniel oeh
git://github.com/patheticpat/AntennaPod into patheticpat-delete-oldest-episodes
2013-04-20Updated contributors filedaniel oeh
2013-04-20Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-masterdaniel oeh
2013-04-20Don't autodownload episodes when item is removed from queue viadaniel oeh
drag&drop
2013-04-19Delete oldest episodes first when performing auto cleanup.Michael Kaiser
2013-04-17without a_moment_ago there is no need for a Converter method anymoreHanno Zulla
2013-04-17Fix layoutMichael Kaiser
2013-04-17Rename UndoItem to UndoTokenMichael Kaiser
2013-04-16comment typo fixedHanno Zulla
2013-04-16removed a_moment_ago (looks silly and is hard to translate properly)Hanno Zulla
2013-04-16display most recent episode's date instead of last feed updateHanno Zulla
2013-04-16changed dates in lists to relative timespans (e.g. "3 days ago")Hanno Zulla
2013-04-15Make removal of queued items undoableMichael Kaiser
2013-04-12Prepared release of version 0.9.7.30.9.7.3daniel oeh
2013-04-12Set launchMode of AudioplayerActivity to "singleTop"daniel oeh