Age | Commit message (Collapse) | Author |
|
Uses too much bandwidth
|
|
|
|
closes #285
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
occurred (issue #374)
|
|
|
|
(copied from AntennaPodSP)
|
|
|
|
|
|
Confirm-button was moved up because it actually belongs to the 'Add podcast by URL' section.
|
|
|
|
|
|
|
|
|
|
|
|
cszucko-BasicAuth
|
|
Antennapod will now import subscriptions from AntennaPodSP (https://github.com/danieloeh/AntennaPodSP) forks when launched
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Bugfix: The no-token dialog was shown every time a feed was refreshed if the user wasn't logged in and had clicked the "flattr this" button before
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Other changes:
- Changed FlattrStatusFetcher into Thread-subclass
- Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService
- Changed a couple of strings
Conflicts:
src/de/danoeh/antennapod/storage/DBReader.java
src/de/danoeh/antennapod/storage/DBWriter.java
src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java
src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
|
|
|
|
|
|
|
|
Enables the use of feed URLs with the format http://user:password@example.com
|
|
|
|
|