1432 Commits

Author SHA1 Message Date
daniel oeh
6266f5b298 Implemented Httpbin server for HttpDownloader testing
gzip not working yet
2014-05-18 11:56:15 +02:00
daniel oeh
4f8fbf9ed9 Merge branch 'better-feedparser-tests' into develop 2014-05-18 00:09:45 +02:00
daniel oeh
ae0ef6ea6c Finished basic feed tests 2014-05-18 00:05:07 +02:00
daniel oeh
4a5077b803 Re-added EventDistributor call to DBTasks.updateFeed() 2014-05-17 21:47:46 +02:00
daniel oeh
7365fc3d5d Auto-download episodes on DownloadService shutdown. fixes #316 closes #408 2014-05-17 21:44:20 +02:00
daniel oeh
cd91098fde Improved syncing speed for large amounts of feeds. fixes #371
- Bundle db operations in FeedSyncThread
- Show "Processing downloads" message instead of "0 downloads left"
2014-05-17 21:31:52 +02:00
daniel oeh
c1c3dc593e Treat feeds with same title and different download URLs as different feeds. fixes #101 2014-05-17 17:24:52 +02:00
daniel oeh
4ef7fccf75 Added playback speeds below 1.0. fixes #413 2014-05-17 16:48:55 +02:00
daniel oeh
999490310b Added more HttpDownloader tests 2014-04-27 19:03:52 +02:00
daniel oeh
00ef0f6e77 Resume failed downloads. closes #168 2014-04-27 19:03:35 +02:00
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
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
acfc26a142 Bugfix: Hebrew translation was not displayed 2014-04-26 11:30:05 +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
5a6c7ef43a Added feed generators, basic rss tests 2014-03-31 19:45:03 +02: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
daniel oeh
b454ab0974 Don't encode already encoded URLs. fixes #376 2014-03-19 13:24:28 +01:00
daniel oeh
361e56385b Improved layout of AddFeedActivity
Confirm-button was moved up because it actually belongs to the 'Add podcast by URL' section.
2014-03-17 18:44:36 +01:00
daniel oeh
f8502b3642 Added authentication dialog to OnlineFeedViewActivity 2014-03-17 17:44:18 +01:00
daniel oeh
0c2d78157c Implemented DownloadAuthenticationActivity 2014-03-17 17:00:13 +01:00
daniel oeh
d8a9d68bf8 Added authentication notification 2014-03-17 13:31:33 +01:00
daniel oeh
3b5e83c74f Added authentication support to DownloadRequester and HttpDownloader 2014-03-17 13:02:37 +01:00
daniel oeh
6cb3a30307 Added username and password to preferences 2014-03-17 01:26:08 +01:00
daniel oeh
f1e88a917e Merge branch 'BasicAuth' of git://github.com/cszucko/AntennaPod into cszucko-BasicAuth 2014-03-17 00:24:01 +01:00
daniel oeh
bed57245b3 Added single purpose app integration
Antennapod will now import subscriptions from AntennaPodSP (https://github.com/danieloeh/AntennaPodSP) forks when launched
2014-03-12 17:11:46 +01:00
daniel oeh
7335a07956 Upgraded gradle plugin, set 'abortOnError' to false (issue #370) 0.9.8.2b 2014-03-11 23:51:25 +01:00
daniel oeh
6c56883f11 Fixed problems with FlattrClickWorker on Gingerbread 0.9.8.2 2014-03-05 17:41:56 +01:00