Commit Graph

1017 Commits

Author SHA1 Message Date
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
daniel oeh 1b89523bf7 Fixed menu item visibility 2013-03-08 11:18:30 +01:00
daniel oeh 5876b98bb8 Implemented skip functionality 2013-03-07 20:02:23 +01:00
daniel oeh 3e25aa4ea3 Made sure that first queue item can't be moved while it's playing 2013-03-07 19:35:48 +01:00
daniel oeh ae17c74e3b PlaybackService will now always load the next episode if it is available 2013-03-07 19:16:43 +01:00
daniel oeh 7607647b11 Fixed typo 2013-03-07 19:03:35 +01:00
daniel oeh b45bd0124c Fixed PlaybackService crash when seeking in INITIALIZING or PREPARING
state
2013-03-07 18:57:39 +01:00
daniel oeh 98dec67b72 Use progressbar for showing the listening progress of an episode 2013-03-07 18:52:47 +01:00
daniel oeh ba0f294850 Removed 'status unread' indicator from queue 2013-03-07 16:07:10 +01:00
daniel oeh 58747d227a Add item to queue once it's downloaded 2013-03-07 16:01:14 +01:00
daniel oeh 9dec0546bd Mark item as 'read' when adding it to the queue, move item to top of
queue when playing it
2013-03-07 15:34:12 +01:00
daniel oeh 5d9d38184f Merge branch 'online_feed_view' into develop 2013-03-06 21:04:37 +01:00
daniel oeh b3a250c766 Merge branch 'apichanges' into develop 2013-03-06 21:04:05 +01:00
daniel oeh ec1992f36c empty list TextView displayed wrong text 2013-03-02 13:25:56 +01:00
daniel oeh 6c747c078b Prepared release of version 0.9.7 2013-03-01 18:06:17 +01:00
daniel oeh 259e2c47bf Updated translations; added Danish, French, Romanian and Ukrainian
translation
2013-03-01 17:55:55 +01:00
daniel oeh faa23de4de Added default getView() implementation for itemlistadapter 2013-02-28 21:10:26 +01:00
daniel oeh 8bab080a5a Implemented OnlineFeedViewActivity 2013-02-28 20:48:39 +01:00