627 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
c11288fcdb Audioplayer didn't always restore its state correctly 2013-04-11 11:07:23 +02:00
daniel oeh
565ff19510 Merge branch 'master' of git://github.com/wseemann/AntennaPod into wseemann-master 2013-04-11 10:56:58 +02:00
daniel oeh
7e4827e253 Merge branch 'external_itemlist_update' into develop 2013-04-11 10:56:09 +02:00
daniel oeh
1ab5a09429 Updated header view layout 2013-04-10 11:46:17 +02:00
daniel oeh
d3ad2cfb8c Recognize 'application/xml+xhtml' as valid link type for website 2013-04-09 18:57:44 +02:00
daniel oeh
a6d68205a5 Improved external itemlist layout 2013-04-09 12:21:49 +02:00
Michael Kaiser
c4ef276467 Check MIME-Type when parsing alternate links
Some feeds offer alternate links to feeds representing the content in different
formats, like MP3, AAC or Opus. AntennaPod must not falsely interpret them as
the feed's website link.
2013-04-09 11:26:58 +02:00
William Seemann
09e37010c3 Issue #109 (feature request) - Display metadata on bluetooth devices that support AVRCP 1.3 and higher 2013-04-08 11:29:27 -05:00
daniel oeh
5da3b934ab Fixed NullpointerException in DownloadRequester 2013-04-07 12:25:31 +02:00
daniel oeh
e5b9b68e28 Catch RuntimeException thrown by MediaMetadataRetriever 2013-04-07 12:21:41 +02:00
daniel oeh
02f3cdfb42 Fixed: Search queries with ' caused crash 2013-04-07 12:14:49 +02:00
daniel oeh
40ab4e415e Hide waiting list if empty 2013-04-07 11:57:36 +02:00
daniel oeh
7fbd96ad45 Position of playing queue item can now be changed 2013-04-07 11:34:34 +02:00
daniel oeh
bab27809c7 Moved setQueue into transaction 2013-04-06 14:14:40 +02:00
daniel oeh
ab34475b75 Fixed IndexOutOfBoundsException in extractQueueFromCursor 2013-04-06 14:14:16 +02:00
daniel oeh
aedead0106 Webview in AudioPlayerActivity now saves and restores its scroll
position
2013-04-06 13:37:51 +02:00
daniel oeh
16b049faa9 AudioplayerActivity now saves and restores the selected position 2013-04-06 12:52:29 +02:00
daniel oeh
81797ba879 Fixed nullpointerexception in AudioplayerActivity 2013-04-06 12:27:43 +02:00
daniel oeh
90fb2b42bf Fragments disappeared when dialog was opened 2013-04-05 11:33:40 +02:00
daniel oeh
b38cf18236 Merge branch 'LatinSuD-master' into develop 2013-04-05 11:14:19 +02:00
daniel oeh
582107c13c Added landscape layout to audio player 2013-04-04 18:21:37 +02:00
LatinSuD
9a098723e8 Fix date parsing
Short year format specification works in both cases. Long year didn't.
2013-04-04 03:59:01 +03:00