summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-03-11Upgraded gradle plugin, set 'abortOnError' to false (issue #370)0.9.8.2bdaniel oeh
2014-03-05Fixed problems with FlattrClickWorker on Gingerbread0.9.8.2daniel oeh
2014-03-05Pulled translationsdaniel oeh
2014-03-04Prepared release of version 0.9.8.2daniel oeh
2014-03-04Keep screen on when playing video. fixes #362daniel oeh
2014-03-04Possible fix of issue #365daniel oeh
2014-03-04Fixed FC when refreshing feeds on Gingerbread. fixes #361daniel oeh
2014-02-27Merge branch 'develop'0.9.8.1daniel oeh
2014-02-27Pulled translationsdaniel oeh
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
- 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
2014-02-24fixed typo in AndroidManifestdaniel oeh
2014-02-24Pulled translationsdaniel oeh
2014-02-24Fixed behavior of flattr button in MediaPlayerActivitydaniel oeh
2014-02-23played_duration was updated incorrectlydaniel oeh
2014-02-23Prepared release of version 0.9.8.1daniel oeh
2014-02-17Resolved issue with guids in rss 2 feeds. fixes #351 and #336daniel oeh
2014-02-17FeedStatistics list was not sorted correctlydaniel oeh
2014-02-17Merged pull-request #346daniel oeh
2014-02-17Reformatted codedaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
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
2014-02-15Moved communication with DownloadService into DownloadObserverdaniel oeh
2014-02-15Added RejectedExecutionHandler to Runnabledaniel oeh
2014-02-15Replace 'cover' with 'picture'daniel oeh
2014-02-14Support HTTP Basic Authentication for FeedsChristopher Szucko
Enables the use of feed URLs with the format http://user:password@example.com
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2014-02-14Resolved intent redelivery issuedaniel oeh
2014-02-12Acquire Wi-Fi lock before downloading. Should fix issue #110 and #243daniel oeh
- Adds the WAKE_LOCK permission
2014-02-11Create only one HttpClient instance instead of one per downloaddaniel oeh
2014-02-11Make sort order in feed list case-insensitive. closes issue #339daniel oeh
2014-02-11Fixed order of playback history. closes issue #325daniel oeh
2014-02-11Updated version numbers in build.gradledaniel oeh
2014-02-11Fixed race condition when sleep timer expiresdaniel oeh
2014-02-11Merge branch 'playbackservice_rewrite' into developdaniel oeh
2014-02-11Bugfixesdaniel oeh
- Skipping an episode did not work - pauseOnHeadsetDisconnect preference was not updated correctly
2014-02-10PLAY and PLAY_PAUSE keycode was not handled correctly in prepared statedaniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2014-02-10Resolved problems with ending playback.daniel oeh
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually
2014-02-10Bugfix: Video was paused when starteddaniel oeh
2014-02-10Improved error handling in MediaPlayerActivitydaniel oeh