1301 Commits

Author SHA1 Message Date
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
05a525876d Increased player button size, decreased title text size 2013-04-06 21:28:57 +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
e393a666cf Updated test feeds 2013-04-05 11:13:21 +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
daniel oeh
09191d734e Updated changelog and contributors file 0.9.7.2 2013-03-27 20:16:47 +01:00
daniel oeh
d42d79731c Prepared release of version 0.9.7.2 2013-03-27 11:48:50 +01:00
daniel oeh
ea874efbd0 Updated translations, added Italian(Italy) translation 2013-03-26 20:52:50 +01:00
daniel oeh
79ed9e464a Load playback service notification bitmap in another thread 2013-03-26 20:29:18 +01:00
daniel oeh
09edb416aa Chapter marks of streams are now loaded after playback has started 2013-03-25 12:38:17 +01:00
daniel oeh
862ee40539 Formatted code 2013-03-25 11:32:52 +01:00
daniel oeh
f6794d170c Merge branch 'refresh_expired' of git://github.com/toggles/AntennaPod into toggles-refresh_expired 2013-03-25 11:16:34 +01:00
daniel oeh
f4fa334abf Added tests to FilenameGenerator 2013-03-25 11:05:53 +01:00
daniel oeh
162aa9afcf Merge branch 'master' of git://github.com/LatinSuD/AntennaPod into LatinSuD-master 2013-03-25 11:00:09 +01:00
daniel oeh
ab6b4a4e3b Added workaround for PreferenceScreen bug
http://code.google.com/p/android/issues/detail?id=4611
2013-03-25 10:56:27 +01:00
daniel oeh
0da8b0acc9 Added option to disable auto-download 2013-03-25 10:50:38 +01:00
LatinSuD
5c794ce099 Fixed last commit
Fixed last commit. Which consisted in removing trailing spaces in filenames, as they are not supported in FAT filesystem.
2013-03-24 18:18:35 +01:00
LatinSuD
1e58e41ba7 Remove trailing spaces in filenames
FAT does not support trailing spaces, so we must remove them
2013-03-24 17:47:13 +01:00
tommy watson
931a47c7a4 Only schedule expired feeds when update triggered. 2013-03-24 17:13:09 +01:00
daniel oeh
f563fb1d6c Starting playback will not start auto-download anymore 2013-03-24 13:17:27 +01:00
daniel oeh
80206b19a8 Currently playing item cannot be removed from the queue any longer 2013-03-24 12:47:03 +01:00
daniel oeh
2bcb1df73a Removing a feed caused IndexOutOfBoundsException in
ExternalEpisodeAdapter
2013-03-24 12:37:45 +01:00
daniel oeh
498d8dbf1e Updated French translation 0.9.7.1 2013-03-22 12:59:50 +01:00
daniel oeh
8bed307640 Fixed IndexOutOfBoundsException in EpisodesFragment 2013-03-20 21:28:50 +01:00
daniel oeh
b70cb2ebf2 Proguard issues 2013-03-20 19:17:13 +01:00
daniel oeh
76d4e58b61 PlaybackController didn't always connect with PlaybackService 2013-03-20 19:16:58 +01:00
daniel oeh
96b70ce9ec Updated translations, added Catalan and Spanish (Spain) translation 2013-03-19 19:54:50 +01:00
daniel oeh
f966df8bcc Prepared release of version 0.9.7.1 2013-03-16 19:51:10 +01:00
daniel oeh
60f7dd332d Added support for episode images 2013-03-16 19:50:51 +01:00
daniel oeh
d0bfd7c02d Reset alarm on reboot and app upgrade 2013-03-14 11:47:40 +01:00
daniel oeh
fbb4772132 Merge branch 'toggles-update_alarm' into develop
Conflicts:
	src/de/danoeh/antennapod/PodcastApp.java
2013-03-14 11:04:48 +01:00
daniel oeh
edaca292dc Merge branch 'update_alarm' of git://github.com/toggles/AntennaPod into
toggles-update_alarm

Conflicts:
	src/de/danoeh/antennapod/PodcastApp.java
2013-03-14 10:42:44 +01:00
daniel oeh
9bd7c31080 FeedMedia wasn't saved if episode contained chapters (fixes #76) 2013-03-12 11:45:07 +01:00
daniel oeh
86f12ad3c7 Ignore first queue item when downloading 2013-03-12 11:16:40 +01:00
daniel oeh
cdf73fd1f7 Shutdown connection manager after download 2013-03-11 14:30:26 +01:00
daniel oeh
35f53c74eb Merge branch 'master' of git://github.com/ortylp/AntennaPod into ortylp-master 2013-03-11 14:13:53 +01:00
daniel oeh
437cdabadf auto-cleanup deleted wrong number of episodes 2013-03-10 21:57:35 +01:00
daniel oeh
ceeb4c9612 Removed DownloadObserver 2013-03-10 20:42:55 +01:00
Paul Ortyl
0d8bdf6d23 fix regression (issue #96): fix broken URLs in redirection instead of failing 2013-03-10 20:13:58 +01:00