summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-18Added gradle wrapper scriptdaniel oeh
2014-05-18Added support for file downloads to HTTP test server, update media player testsdaniel oeh
2014-05-18Implemented Httpbin server for HttpDownloader testingdaniel oeh
gzip not working yet
2014-05-18Merge branch 'better-feedparser-tests' into developdaniel oeh
2014-05-18Finished basic feed testsdaniel oeh
2014-05-17Re-added EventDistributor call to DBTasks.updateFeed()daniel oeh
2014-05-17Auto-download episodes on DownloadService shutdown. fixes #316 closes #408daniel oeh
2014-05-17Improved syncing speed for large amounts of feeds. fixes #371daniel oeh
- Bundle db operations in FeedSyncThread - Show "Processing downloads" message instead of "0 downloads left"
2014-05-17Treat feeds with same title and different download URLs as different feeds. ↵daniel oeh
fixes #101
2014-05-17Added playback speeds below 1.0. fixes #413daniel oeh
2014-04-27Added more HttpDownloader testsdaniel oeh
2014-04-27Resume failed downloads. closes #168daniel oeh
2014-04-27Prevent media files from being deleted after a failed downloaddaniel oeh
2014-04-27Made sure that the downloaded-attribute of FeedFile does not reach an ↵daniel oeh
inconsistent state (downloaded=false and file_url != null)
2014-04-27Allow modification of feed username and password, propagate credentials to ↵daniel oeh
episodes. fixes #395
2014-04-27Made strings in Sleep timer dialog translatable. fixes #394daniel oeh
2014-04-26Updated dependenciesdaniel oeh
2014-04-26Fixed potential image loading issue of FeedMediadaniel oeh
2014-04-26Bugfix: Hebrew translation was not displayeddaniel oeh
2014-04-06Changed backup API keydaniel oeh
Now using key for 'de.danoeh.antennapod' instead of 'de.danoeh.antennapod.debug'
2014-04-06Merge branch 'backup' of git://github.com/liesen/AntennaPod into liesen-backupdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/MainActivity.java Moved calls to BackupManager from PodDBAdapter to DBWriter
2014-04-06Disabled downloading of episode images. closes #390daniel oeh
Uses too much bandwidth
2014-03-31Added feed generators, basic rss testsdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Support going back 30 seconds if less than 30 seconds have been played. ↵daniel oeh
closes #285
2014-03-28Enable screen timeout when video is paused. closes #368daniel oeh
2014-03-28Fixed image loading bugsdaniel oeh
- 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-28Updated translations, added Hebrew translationdaniel oeh
2014-03-25Navigation bar icons in audio player were not displayed correctlydaniel oeh
2014-03-25Fixed database upgrade to version 12daniel oeh
2014-03-24Restore happens by itself upon app installJohan Liesén
2014-03-23Allow restore from any AntennaPod versionJohan Liesén
2014-03-22Added licenses to about-pagedaniel oeh
2014-03-22Added presto client dependency as source codedaniel oeh
2014-03-22Restore subscriptions when the app is first startedJohan Liesén
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-22Backup and restore feed listJohan Liesén
Use the Backup API to backup and restore the list of feed subscriptions, i.e. the OPML file.
2014-03-19Prepared release of version 0.9.8.3daniel oeh
2014-03-19PlaybackPreferences were not written correctly when a playback error ↵daniel oeh
occurred (issue #374)
2014-03-19Added support for images in itunes:image tags.daniel oeh
2014-03-19Prevent images from being loaded multiple timesdaniel oeh
(copied from AntennaPodSP)
2014-03-19Playback was not completed correctly. Might fix issue #366 and #374daniel oeh
2014-03-19Don't encode already encoded URLs. fixes #376daniel oeh
2014-03-17Improved layout of AddFeedActivitydaniel oeh
Confirm-button was moved up because it actually belongs to the 'Add podcast by URL' section.
2014-03-17Added authentication dialog to OnlineFeedViewActivitydaniel oeh
2014-03-17Implemented DownloadAuthenticationActivitydaniel oeh
2014-03-17Added authentication notificationdaniel oeh
2014-03-17Added authentication support to DownloadRequester and HttpDownloaderdaniel oeh
2014-03-17Added username and password to preferencesdaniel oeh
2014-03-17Merge branch 'BasicAuth' of git://github.com/cszucko/AntennaPod into ↵daniel oeh
cszucko-BasicAuth
2014-03-12Added single purpose app integrationdaniel oeh
Antennapod will now import subscriptions from AntennaPodSP (https://github.com/danieloeh/AntennaPodSP) forks when launched