summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2019-12-12Read current media from preferences instead of activity->fragment->controllerByteHamster
2019-12-12Making sure to not click the wrong listByteHamster
We might have multiple lists with the same ID in the hierarchy
2019-12-12Try to kill playback service but do not fail if it does not stopByteHamster
Android has no reliable way to stop a service instantly. Calling stopSelf marks allows the system to destroy the service but the actual call to onDestroy takes until the next GC of the system, which we can not influence. Try to wait for the service at least a bit.
2019-12-12Do not try to click play in off-screen listByteHamster
2019-12-12Don't load queue multiple timesByteHamster
2019-12-12Fixed asset not being foundByteHamster
2019-12-12Fixed test if wifi is disabledByteHamster
2019-12-12Replaced inheritance with parameterized testByteHamster
2019-12-12Fixed cases where one failing test broke all following testsByteHamster
Select a random port for the http server, so we do not get EADDRINUSE
2019-12-12Making sure that activity is finished when deleting feed dataByteHamster
2019-12-12Give the test some more timeByteHamster
Also, use 30sec to prevent passing because of playback finished instead of skipping
2019-12-12Fixed tests on small screensByteHamster
In general, made some tests more stable
2019-12-12Merge pull request #3680 from ByteHamster/create-channelsH. Lehmann
Make sure to create notification channels
2019-12-12Make sure to create notification channelsByteHamster
2019-12-11Bumped to version to 1.8.0-RC3ByteHamster
2019-12-02Removed intendation monsterByteHamster
2019-12-01Merge pull request #3653 from ByteHamster/test-playback-speedH. Lehmann
Added test for changing playback speed
2019-12-01Added test for changing playback speedByteHamster
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-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-26Fixed NPE in EmptyViewHandlerByteHamster
2019-11-24Updated contributorsByteHamster
2019-11-24Updated descriptionByteHamster
2019-11-24Bumped version to 1.8.0ByteHamster
2019-11-24Updated changelogByteHamster
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-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 #3626 from ByteHamster/update-play-descriptionH. Lehmann
Updated Google Play description
2019-11-21Merge pull request #3630 from ByteHamster/podcast-settings-iconH. Lehmann
Added icons to podcast settings
2019-11-21Merge pull request #3628 from ByteHamster/explicitly-set-streamingH. Lehmann
Explicitly set default download/streaming value for existing users
2019-11-21Added icons to podcast settingsByteHamster
2019-11-21Updated streaming iconByteHamster
2019-11-21Explicitly set default download/streaming value for existing usersByteHamster
This mankes it easier to change the default later without affecting existing installs
2019-11-21Merge pull request #3622 from ByteHamster/add-feed-page-buttonH. Lehmann
Design tweaks on add feed page
2019-11-20Updated Google Play descriptionByteHamster
2019-11-20Fix refresh icon sometimes not displayedByteHamster
2019-11-20Better alignment of headings and contentByteHamster
2019-11-20Increased add feed page paddingByteHamster
2019-11-20Use a single shade of blue on the add podcast screenByteHamster
2019-11-20Make confirm button less prominentByteHamster