1594 Commits

Author SHA1 Message Date
daniel oeh
6f77dea838 Prevent media files from being deleted after a failed download 2014-04-27 17:02:37 +02:00
daniel oeh
8769d29cef Made sure that the downloaded-attribute of FeedFile does not reach an inconsistent state
(downloaded=false and file_url != null)
2014-04-27 16:35:25 +02:00
daniel oeh
c881b7982c Allow modification of feed username and password, propagate credentials to episodes. fixes #395 2014-04-27 01:42:48 +02:00
daniel oeh
a0ef9f5a87 Made strings in Sleep timer dialog translatable. fixes #394 2014-04-27 00:48:20 +02:00
daniel oeh
2e22685c79 Merge branch 'develop' into newgui
Conflicts:
	src/de/danoeh/antennapod/activity/MainActivity.java
2014-04-26 23:58:00 +02:00
daniel oeh
df55792d27 Updated dependencies 2014-04-26 23:51:07 +02:00
daniel oeh
6672f0106e Fixed potential image loading issue of FeedMedia 2014-04-26 23:32:45 +02:00
daniel oeh
68494fd022 Load data in onResume instead of onCreate 2014-04-26 23:22:06 +02:00
daniel oeh
a7c8438b15 Improved fonts 2014-04-26 23:07:11 +02:00
daniel oeh
acfc26a142 Bugfix: Hebrew translation was not displayed 2014-04-26 11:30:05 +02:00
daniel oeh
1fe2a8da45 Resolved dialog issues + fragment crashes 2014-04-22 13:55:20 +02:00
daniel oeh
e68482e1b8 Added navigation drawer to audio player, fixed DownloadService notification 2014-04-21 19:33:14 +02:00
daniel oeh
15c333ed39 Re-implemented menus 2014-04-21 13:15:33 +02:00
daniel oeh
3a3116fe96 Re-implemented search 2014-04-21 12:02:08 +02:00
daniel oeh
9ad429fcf6 Moved RemoveListener into DragSortListener 2014-04-18 23:36:00 +02:00
daniel oeh
d0b620fdc5 Improved external player layout 2014-04-18 21:12:10 +02:00
daniel oeh
257913196b Added FeedItem dialog 2014-04-18 20:32:22 +02:00
daniel oeh
9a86c6651a Added action button functionality 2014-04-18 17:46:13 +02:00
daniel oeh
a03b076a32 Reimplemented ItemlistFragment 2014-04-17 21:40:50 +02:00
daniel oeh
8b6f16b918 Added fragment for adding new podcasts 2014-04-17 20:33:02 +02:00
daniel oeh
628103de45 Sorting via drag and drop was interrupted by download observer 2014-04-13 20:06:42 +02:00
daniel oeh
b22c8be845 Added playback history fragment 2014-04-13 19:23:56 +02:00
daniel oeh
05b2295521 Changed backup API key
Now using key for 'de.danoeh.antennapod' instead of 'de.danoeh.antennapod.debug'
2014-04-06 19:39:52 +02:00
daniel oeh
dc06e81d95 Merge branch 'backup' of git://github.com/liesen/AntennaPod into liesen-backup
Conflicts:
	src/de/danoeh/antennapod/activity/MainActivity.java

Moved calls to BackupManager from PodDBAdapter to DBWriter
2014-04-06 19:35:52 +02:00
daniel oeh
a4b78501dc Disabled downloading of episode images. closes #390
Uses too much bandwidth
2014-04-06 12:41:17 +02:00
daniel oeh
3f1307c4d9 Added downloads fragment 2014-04-06 12:31:24 +02:00
daniel oeh
66641ccdd9 Added queue fragment 2014-04-04 21:00:48 +02:00
daniel oeh
5b74a4cc39 Added secondary button to new episodes list 2014-04-03 12:29:07 +02:00
daniel oeh
c37b67172e Added navigation drawer + new episodes fragment 2014-04-01 22:53:18 +02:00
daniel oeh
9abf27ca2f Disabled downloading of episode images. closes #390
Uses too much bandwidth
2014-03-31 19:47:06 +02:00
daniel oeh
5a6c7ef43a Added feed generators, basic rss tests 2014-03-31 19:45:03 +02:00
daniel oeh
ae849077c7 Merge branch 'develop' 0.9.8.3 2014-03-29 11:09:47 +01:00
daniel oeh
b2de7512f4 Replaced AppConfig.DEBUG with BuildConfig.DEBUG 2014-03-28 21:16:27 +01:00
daniel oeh
7dec032d2c Support going back 30 seconds if less than 30 seconds have been played. closes #285 2014-03-28 20:49:24 +01:00
daniel oeh
1048939f69 Enable screen timeout when video is paused. closes #368 2014-03-28 20:38:01 +01:00
daniel oeh
ae09dbffb6 Fixed image loading bugs
- If a feed contained items with non-unique image URLs, those images were not displayed
- Images in a list were not loaded correctly if the list contained entries without an image
2014-03-28 20:17:15 +01:00
daniel oeh
2c68f8197b Updated translations, added Hebrew translation 2014-03-28 19:25:11 +01:00
daniel oeh
433056c72f Navigation bar icons in audio player were not displayed correctly 2014-03-25 22:36:03 +01:00
daniel oeh
60abf883c5 Fixed database upgrade to version 12 2014-03-25 22:21:39 +01:00
Johan Liesén
eb756cc657 Restore happens by itself upon app install 2014-03-24 21:00:51 +01:00
Johan Liesén
238cac9352 Allow restore from any AntennaPod version 2014-03-23 19:49:18 +01:00
daniel oeh
b1a7da6fee Added licenses to about-page 2014-03-22 18:22:59 +01:00
daniel oeh
e1b1338840 Added presto client dependency as source code 2014-03-22 18:05:51 +01:00
Johan Liesén
ffac53f9ed Restore subscriptions when the app is first started
Perform a subscription list restore when the app is started for the
first time. Use a preference setting to figure out if the app is freshly
installed or not.
2014-03-22 15:56:08 +01:00
Johan Liesén
299a6e4789 Backup and restore feed list
Use the Backup API to backup and restore the list of feed subscriptions,
i.e. the OPML file.
2014-03-22 15:56:07 +01:00
daniel oeh
dc0d2738a1 Prepared release of version 0.9.8.3 2014-03-19 23:16:30 +01:00
daniel oeh
54051da5f7 PlaybackPreferences were not written correctly when a playback error occurred (issue #374) 2014-03-19 21:20:31 +01:00
daniel oeh
e8b9e49ee9 Added support for images in itunes:image tags. 2014-03-19 21:05:15 +01:00
daniel oeh
b9ab10253a Prevent images from being loaded multiple times
(copied from AntennaPodSP)
2014-03-19 18:01:55 +01:00
daniel oeh
dfa10a5989 Playback was not completed correctly. Might fix issue #366 and #374 2014-03-19 14:15:59 +01:00