Commit Graph

1034 Commits

Author SHA1 Message Date
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 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
daniel oeh ba1c434b1d audio player didn't always play external files correctly 2013-03-10 19:47:10 +01:00
daniel oeh fc156782f4 Merge branch 'queue_update' into develop 2013-03-10 19:40:50 +01:00
daniel oeh d4b7acd5df Hide 'mark as unread' when not in debug mode 2013-03-10 19:30:39 +01:00
daniel oeh 3e4fd8e518 Close media player if no more episodes are available for playback 2013-03-10 19:27:22 +01:00
daniel oeh cbb3d46917 Switched back to standard divider height 2013-03-10 18:59:43 +01:00
daniel oeh e40e51e60f Used wrong label for tab 2013-03-09 21:54:22 +01:00
daniel oeh d3f9fddfa8 Increased divider height in episodes list 2013-03-09 21:49:14 +01:00
daniel oeh e7c1336472 Use tabs instead of viewpager indicator in main screen 2013-03-09 21:43:51 +01:00
daniel oeh aeebcab202 Renamed 'new' list to 'waiting list' 2013-03-09 21:20:33 +01:00
daniel oeh 6eb08f6693 Added Connectivity change receiver 2013-03-09 21:08:24 +01:00
daniel oeh 485f8905c4 Added more calls of auto-cleanup and auto-download 2013-03-09 20:50:53 +01:00
daniel oeh 72ee91e582 Added methods for auto-download and auto-cleanup 2013-03-09 14:03:01 +01:00
daniel oeh 459fba9b54 Removed auto-queue preference, auto-queue is now always enabled 2013-03-09 11:19:31 +01:00
daniel oeh 6a784b7b31 Added episode cache size preference 2013-03-09 11:13:30 +01:00
daniel oeh 73d23773c5 Removed auto-delete preference 2013-03-09 11:00:44 +01:00
daniel oeh 3fde2349f9 Added preferences for configuring auto-download 2013-03-08 20:56:24 +01:00
daniel oeh 7f81f8a438 Removed last played media preference 2013-03-08 11:43:33 +01:00