summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-29Removed OPML import activity with only one buttonByteHamster
2020-01-29CleanupByteHamster
2020-01-29Moved database import/export to settingsByteHamster
2020-01-29Added summariesByteHamster
2020-01-29Split import/export and storage preferencesByteHamster
2020-01-28Merge pull request #3800 from ByteHamster/fix-multiline-buttonH. Lehmann
Fixed multi-line buttons
2020-01-28Merge pull request #3802 from ByteHamster/fix-adding-feedsH. Lehmann
Fixed adding feeds on Android 4.1
2020-01-28Merge pull request #3796 from ByteHamster/html-export-designH. Lehmann
Updated html export design
2020-01-28Fixed adding feeds on Android 4.1ByteHamster
2020-01-28Fixed multi-line buttonsByteHamster
2020-01-27Updated html export designByteHamster
2020-01-27Merge pull request #3791 from ByteHamster/default-pipH. Lehmann
Enable PiP by default
2020-01-27Enable PiP by defaultByteHamster
2020-01-26Merge pull request #3789 from ByteHamster/fix-download-buttonH. Lehmann
Fix download button when 'prefer streaming' is active
2020-01-26Use country code instead of language for top itunes feedTony Tam
2020-01-26Fix download button when 'prefer streaming' is activeByteHamster
2020-01-26Merge pull request #3248 from maxbechtold/feat/simple-adjust-volume-per-feedH. Lehmann
Feat/simple adjust volume per feed
2020-01-26Display splash for all screensByteHamster
2020-01-25Always mock full feedMediaByteHamster
2020-01-25Fix volume adaption while pausedByteHamster
2020-01-25Converted to EventBus instead of broadcastByteHamster
2020-01-25Database upgradeByteHamster
2020-01-25Merge pull request #3780 from ByteHamster/unlink-speed-settingsH. Lehmann
Do not link playback speed settings
2020-01-25Merge pull request #3781 from ByteHamster/fix-subscription-not-updatingH. Lehmann
Fix subscription screen not updating
2020-01-25Merge pull request #3782 from ByteHamster/seek-reliabilityH. Lehmann
Make seeking more reliable
2020-01-25Make seeking more reliableByteHamster
2020-01-25Fixed white text on white backgroundByteHamster
2020-01-25Fix feed list update event not updating listByteHamster
2020-01-25Do not link playback speed settingsByteHamster
Users are confused that the slider does not have all speed options anymore This basically reverts 6a56260
2020-01-20Merge pull request #3773 from ByteHamster/fix-cover-loaderH. Lehmann
Fix weird behavior in CoverLoader
2020-01-20Merge pull request #3767 from ByteHamster/convert-speed-to-floatH. Lehmann
Convert speed to float
2020-01-20Merge pull request #3690 from ByteHamster/more-forgiving-duplicate-detectionH. Lehmann
More forgiving duplicate detection
2020-01-20Fix weird behavior in CoverLoaderByteHamster
If you had an episode in the queue without a cover, it first showed the placeholder text. After scrolling, the placeholder text was hidden and then there was just nothing at all. This was inconsistent and confusing. Now, always shows the placeholder (while loading and on error), making sure to update visibility.
2020-01-20More forgiving duplicate detectionByteHamster
2020-01-20Merge pull request #3771 from tonytamsf/handle-dequeued-item1H. Lehmann
Double check the item is still in the queue
2020-01-20Fix playback buttonByteHamster
Steps to reproduce: - Play - Pause - Close AudioPlayerActivity - Open AudioPlayerActivity - Tap speed button - Always sets to the one after 1.0
2020-01-20Convert playback speeds to floatByteHamster
Advantage: When setting the speed to a value that is not available for the button using the audio controls dialog, we no longer jump to the lowest value. Instead, we jump to the next bigger one.
2020-01-20fix #3768 double check the item is still in the queueTony Tam
2020-01-19Merge pull request #3763 from jklippel/rename_feed_to_podcastH. Lehmann
changed mentions of 'feed' to 'podcast'
2020-01-19changed mentions of 'feed' to 'podcast'J.P.Klippel
2020-01-16Bumped version to 1.8.01.8.0ByteHamster
2020-01-16Pulled translationsByteHamster
2020-01-16Pulled store description translationsByteHamster
2020-01-15Merge pull request #3757 from ByteHamster/screenshotsH. Lehmann
Updated screenshots
2020-01-15Merge pull request #3759 from ByteHamster/fix-importH. Lehmann
Fixed importing old database models
2020-01-15Fixed importing old database modelsByteHamster
Force full restart to trigger the upgrade methods again.
2020-01-14Merge pull request #3751 from ByteHamster/statistics-colorsH. Lehmann
Added colorful dots to statistics
2020-01-14Generated screenshotsByteHamster
2020-01-14Added screenshot creator scriptByteHamster
2020-01-12Added colorful dots to statisticsByteHamster