summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2020-01-09Merge pull request #3714 from ByteHamster/add-progress-bar-to-searchH. Lehmann
Added progress bar to episode search
2020-01-07Cleanup codetxtd
2020-01-07Use replaceFirst() rather than replaceAll() when parsing subscribe on ↵txtd
android URLs
2020-01-07Properly parse subscribeonandroid.com URLs when subscribing to a feedtxtd
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-01Added progress bar to episode searchByteHamster
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.
2019-11-14Merge pull request #3609 from ByteHamster/fix-auto-download-titleH. Lehmann
Fixed auto download settings title
2019-11-13Switched from gestures to ViewPagerByteHamster
2019-11-13Fixed auto download settings titleByteHamster
2019-11-12Fixed info bar ignoring 'time respects playback speed' settingByteHamster
2019-11-12Merge pull request #3601 from ByteHamster/fix-playback-speed-dialogH. Lehmann
Fixed playback speed button
2019-11-12Merge pull request #3600 from ByteHamster/fix-currently-playing-updateH. Lehmann
Fixed position sometimes updated in wrong item
2019-11-12Merge pull request #3592 from ↵H. Lehmann
orionlee/more_respect_download_order_2448_handle_cancel More respect download order - handle cancel
2019-11-12Fixed playback speed buttonByteHamster
Problem was that a float 5.99999 was casted to an int and therefore was 5.
2019-11-12Fixed position sometimes updated in wrong itemByteHamster