summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh
AgeCommit message (Collapse)Author
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-28Fixed adding feeds on Android 4.1ByteHamster
2020-01-28Fixed multi-line buttonsByteHamster
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-25Fix feed list update event not updating listByteHamster
2020-01-20Merge pull request #3767 from ByteHamster/convert-speed-to-floatH. Lehmann
Convert speed to float
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-15Fixed importing old database modelsByteHamster
Force full restart to trigger the upgrade methods again.
2020-01-07Make episode filter persistentByteHamster
2020-01-05Display size of toDownload in snackback instead of checkedIds so that size ↵txtd
matches the actual number of episodes being downloaded
2020-01-05Check if an episode has media before adding it to download batchtxtd
2020-01-05Merge pull request #3729 from ByteHamster/try-fix-crashH. Lehmann
Try to fix ArrayIndexOutOfBoundsException
2020-01-04Try to fix ArrayIndexOutOfBoundsExceptionByteHamster
We sometimes get an ArrayIndexOutOfBoundsException when trying to create the ItemPagerFragment. After trying quite a few things already, Google Play still reports the crash. Previous experiments showed that the index is not larger than the array length. Because it is an AIOOB Exception and not a NPE, the array must be created correctly. Maybe it is a negative index. Might be caused by getAdapterPosition() returning NO_POSITION (-1).
2020-01-04Add download button to queue batch processingtxtd
2020-01-03Update lists after changing 'prefer streaming' preferenceByteHamster
2020-01-01Initialize variable directly before usingByteHamster
2019-12-31Fix not showing options menu for search resultsByteHamster
2019-12-24Merge pull request #3707 from ByteHamster/animate-feed-settingsH. Lehmann
Feed info animation updates
2019-12-24Switched to less demanding animationByteHamster
2019-12-23Prevent animating feed settings rowsByteHamster
2019-12-20Merge pull request #3696 from ByteHamster/white-on-whiteH. Lehmann
Fixed white on white text in authentication dialog
2019-12-20Fixed mark played button not workingByteHamster
2019-12-19Fixed white on white text in authentication dialogByteHamster
2019-12-19Do not crash when clicking menu items while loadingByteHamster
2019-12-15Merge pull request #3685 from ByteHamster/reset-position-currently-playingH. Lehmann
Stop playback when resetting position of currently playing item
2019-12-14Stop playback when resetting position of currently playing itemByteHamster
2019-12-13Merge pull request #3681 from ByteHamster/add-logging-feeditemH. Lehmann
Parameter checking
2019-12-12Parameter checkingByteHamster
2019-12-12Make sure to create notification channelsByteHamster
2019-11-26Fixed NPE in EmptyViewHandlerByteHamster
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-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-15Fixed empty adapter in some casesByteHamster
2019-11-15Fixed displaying wrong menuByteHamster
2019-11-15Tiny layout improvementsByteHamster
2019-11-15Merge branch 'develop' into feeditem-viewpagerByteHamster
2019-11-15Moved actionbar menu to ItemPagerFragmentByteHamster
ViewPager keeps multiple fragments in background and therefore, the menu was shown multiple times.