Andrew Gaul
e99c7931f7
Check file size after download
...
This commit may address symptoms seen in #187 and #197 where
AntennaPod did not flag incomplete downloads as failed.
2013-07-14 22:14:55 -07:00
daniel oeh
941fa9062e
Merge branch 'buffered-output-stream-flush' of 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-07 00:55:05 +02:00
daniel oeh
20b267a909
Updated .gitignore
2013-07-07 00:47:27 +02:00
daniel oeh
250b88457b
Set 'reason' attribute when download was successful.
2013-07-07 00:45:42 +02:00
Andrew Gaul
07e64d8ded
Flush BufferedOutputStream correctly
...
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-30 22:12:59 -07:00
Andrew Gaul
ab9d499ca0
Promote DownloadError to enum for type-safety
2013-06-29 12:38:56 -07:00
daniel oeh
62961d6594
Merge branch 'develop'
2013-06-25 19:27:26 +02:00
daniel oeh
ddf77913bc
Added transifex configuration for changelog and description
2013-06-25 19:26:54 +02:00
daniel oeh
f692b25b85
Updated changelog
2013-06-25 18:55:26 +02:00
daniel oeh
6978fe83c1
Removed http-IntentFilters from OpmlImportActivity
...
Selecting a link has sometimes opened the OPML import of AntennaPod, even though the selected link was not an OPML file.
2013-06-25 18:55:05 +02:00
daniel oeh
fe57170d74
Use http instead of https for accessing the miroguide. Fixes #206
2013-06-21 18:07:23 +02:00
daniel oeh
8b3c7d6723
Added support for ID3 2.4 tag, resolved problems with frame size calculation
2013-06-21 18:00:58 +02:00
daniel oeh
02586d3026
Added support for Links in MP3 chapters (using WXXX frame)
2013-06-09 10:51:59 +02:00
daniel oeh
7d0e34c070
Ignore IntelliJ project files
2013-06-02 16:55:29 +02:00
daniel oeh
7b2a278fc5
Fixed build config files
...
Added support for proguard in maven build process, fixed signing issues with maven
2013-06-02 16:52:46 +02:00
daniel oeh
c93fb8acc0
Merge branch 'eNBeWe-master' into develop
2013-05-21 21:05:43 +02:00
daniel oeh
c8b0f92a30
Prepared release of version 0.9.7.4
2013-05-17 22:06:47 +02:00
daniel oeh
efd120f55f
Added transifex project configuration
2013-05-17 22:00:30 +02:00
daniel oeh
270f9e7869
Updated translations, added Czech, Azerbaijani, Portuguese
2013-05-17 22:00:10 +02:00
daniel oeh
20d2557723
Fixed NullpointerException in AddFeedActivity
2013-05-11 00:19:43 +02:00
Nis Wechselberg
9a15545efe
Adding AntennaPod as RSS/XML Reader
2013-05-04 00:09:13 +02:00
daniel oeh
6bbde80dd0
Use description of item if title is not available in RSS feed.
...
The title-tag of an item is optional in RSS 2 if a description-tag is
avialable.
2013-04-30 21:57:00 +02:00
daniel oeh
93964f2ac5
Merge branch 'enable-googletv-support' of git://github.com/NineWorlds/AntennaPod into NineWorlds-enable-googletv-support
2013-04-30 18:16:19 +02:00
daniel oeh
e734097ea9
Moved update interval preference strings into strings.xml. Fixes #182
2013-04-30 18:09:04 +02:00
daniel oeh
cb2e5f14ab
Fixed nullpointer exception in DescriptionFragment
2013-04-26 22:16:55 +02:00
David Carver
d97750d8d1
Enable the app to be installed on a Google TV device.
...
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-25 12:34:00 -04:00
daniel oeh
99ac62fd1c
Automatic download didn't work if episode cache size was set to
...
unlimited
2013-04-23 19:40:58 +02:00
daniel oeh
83595ded9f
Fixes #174
2013-04-21 11:10:38 +02:00
daniel oeh
d086579e09
Episode cache size can now be set to 'unlimited'
2013-04-20 17:14:43 +02:00
daniel oeh
6eb0c58a08
Moved preference strings into strings.xml
2013-04-20 16:44:27 +02:00
daniel oeh
1c139616ba
Made sure links are opened in external application
2013-04-20 16:38:03 +02:00
daniel oeh
f781bba3f3
Used wrong methods
2013-04-20 12:49:06 +02:00
daniel oeh
6fa2fe6c7d
Feedlist displayed wrong value in 'last update' if feed had no episodes
2013-04-20 12:40:51 +02:00
daniel oeh
1ad54cb21a
Removed 'accept' button in OrganizeQueueActivity
2013-04-20 12:25:45 +02:00
daniel oeh
8be08bcddb
Use onPageFinished instead of deprecated PictureListener
2013-04-20 12:19:05 +02:00
daniel oeh
c0de44d0ee
Merge branch 'delete-oldest-episodes' of git://github.com/patheticpat/AntennaPod into patheticpat-delete-oldest-episodes
2013-04-20 11:19:03 +02:00
daniel oeh
7c2979972e
Updated contributors file
2013-04-20 11:15:55 +02:00
daniel oeh
303e2a53df
Merge branch 'master' of git://github.com/hzulla/AntennaPod into hzulla-master
2013-04-20 11:07:23 +02:00
daniel oeh
960dd3425f
Don't autodownload episodes when item is removed from queue via
...
drag&drop
2013-04-20 11:03:31 +02:00
Michael Kaiser
63084d8c79
Delete oldest episodes first when performing auto cleanup.
2013-04-19 20:37:35 +02:00
Hanno Zulla
ec1ff07702
without a_moment_ago there is no need for a Converter method anymore
2013-04-17 10:40:39 +02:00
Michael Kaiser
5b4fde69de
Fix layout
2013-04-17 10:14:41 +02:00
Michael Kaiser
b11654fa02
Rename UndoItem to UndoToken
2013-04-17 09:45:08 +02:00
Hanno Zulla
52dfc8a9b8
comment typo fixed
2013-04-16 15:50:28 +02:00
Hanno Zulla
63cd69d06b
removed a_moment_ago (looks silly and is hard to translate properly)
2013-04-16 15:49:32 +02:00
Hanno Zulla
7688265451
display most recent episode's date instead of last feed update
2013-04-16 14:57:22 +02:00
Hanno Zulla
b5f4789865
changed dates in lists to relative timespans (e.g. "3 days ago")
2013-04-16 14:24:20 +02:00
Michael Kaiser
a66d225b9f
Make removal of queued items undoable
2013-04-15 18:53:52 +02:00
daniel oeh
4707139def
Prepared release of version 0.9.7.3
2013-04-12 11:24:31 +02:00
daniel oeh
27bdbbb795
Set launchMode of AudioplayerActivity to "singleTop"
2013-04-12 11:12:51 +02:00