summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-02Ignore cancellationExceptionByteHamster
2019-12-02Removed intendation monsterByteHamster
2019-12-02Avoid too much nestingByteHamster
2019-12-01Merge pull request #3663 from ByteHamster/continuous-playback-show-new-infoH. Lehmann
Show new info if playback stopped because continuous playback is off
2019-12-01Merge pull request #3653 from ByteHamster/test-playback-speedH. Lehmann
Added test for changing playback speed
2019-12-01Merge pull request #3664 from spacecowboy/speedwhilepausedH. Lehmann
Added playback params to wrapper so speed can be changed while paused
2019-12-01Added test for changing playback speedByteHamster
2019-12-01Added playback params to wrapper so speed can be changed while pausedJonas Kalderstam
You can't modify playback params on the ExoPlayer while paused (see https://github.com/google/ExoPlayer/issues/4064) so added a member object which *can* be modified while playback is paused. These parameters are always applied on start of playback. Fixes #3651
2019-12-01Show new info if playback stopped because continuous playback is offByteHamster
2019-11-28Merge pull request #3656 from ByteHamster/fix-tests3H. Lehmann
More test fixes
2019-11-28Simplified playback testByteHamster
2019-11-28Fixed episode cleanup test on small screensByteHamster
2019-11-28Fixed drawer tests when having a small screenByteHamster
2019-11-28Merge pull request #3655 from ByteHamster/fix-tests2H. Lehmann
Fixed db cleanup tests
2019-11-28Fixed db cleanup testsByteHamster
Cleanup is currently just enabled if autodownload is enabled
2019-11-26Bumped version to 1.8.0-RC2ByteHamster
2019-11-26Added forgotten @ characters to changelogByteHamster
2019-11-26Merge pull request #3647 from ByteHamster/fix-downloadservice-notificationH. Lehmann
Do not start download service if there is nothing to download
2019-11-26Do not start download service if there is nothing to downloadByteHamster
2019-11-26Merge pull request #3644 from ByteHamster/crash-fixH. Lehmann
Various tiny crash fixes and improvements reported on Google Play
2019-11-26Fixed NPE in DownloadRequesterByteHamster
2019-11-26Fixed NPE in EmptyViewHandlerByteHamster
2019-11-24Decrease connection timeoutByteHamster
If the server does not reply within 10 seconds, the download will also most likely fail.
2019-11-24Added names to threadsByteHamster
2019-11-24Making sure that DownloadService always calls startForegroundByteHamster
2019-11-24Fixed crash in download serviceByteHamster
2019-11-24Merge branch 'master' into developByteHamster
2019-11-24Updated contributorsByteHamster
2019-11-24Updated descriptionByteHamster
2019-11-24Updated translationsByteHamster
2019-11-24Bumped version to 1.8.0ByteHamster
2019-11-24Updated changelogByteHamster
2019-11-24Merge pull request #3643 from ByteHamster/episode-cleanupH. Lehmann
Hotfix: Do not delete episodes
2019-11-24Hotfix: Do not delete episodesByteHamster
2019-11-22Merge pull request #3640 from ByteHamster/upgrade-exoplayerH. Lehmann
Upgraded ExoPlayer
2019-11-22Merge pull request #3621 from ByteHamster/debug-iconH. Lehmann
Added different icon to debug version
2019-11-22Merge pull request #3637 from ByteHamster/remove-prestissimoH. Lehmann
Removed prestissimo
2019-11-22Upgraded ExoPlayerByteHamster
2019-11-22Merge pull request #3639 from ByteHamster/show-failed-parse-badgeH. Lehmann
Show update failed badge on parse errors
2019-11-22Merge branch 'develop' into remove-prestissimoH. Lehmann
2019-11-22Merge pull request #3636 from ByteHamster/api-16H. Lehmann
Bumped minimum API version to 16
2019-11-22Merge pull request #3638 from ByteHamster/fix-lintH. Lehmann
Fixed some lint errors
2019-11-22Sending event after feed update failedByteHamster
2019-11-22Save feed failed also when parsing failedByteHamster
2019-11-22Fixed some lint errorsByteHamster
2019-11-22Removed API 14 methodByteHamster
2019-11-22Removed prestissimoByteHamster
2019-11-22Bumped minimum API version to 16ByteHamster
2019-11-21Merge pull request #3629 from ByteHamster/streaming-iconH. Lehmann
Updated streaming icon
2019-11-21Merge pull request #3631 from ByteHamster/fix-sleep-timerH. Lehmann
Stop listening to shake events and reset volume if sleep timer is reset