summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2020-01-09Add summary to main settings/preferences screen (#3745)Tony Tam
2020-01-09Merge pull request #3711 from ByteHamster/load-more-new-episodesH. Lehmann
Added paged loading to 'new episodes' list
2020-01-09Merge pull request #3719 from ByteHamster/removed-unused-codeH. Lehmann
Removed unused code
2020-01-09Added paged loading to 'new episodes' listByteHamster
2020-01-09Merge pull request #3720 from ByteHamster/do-not-allocate-arraysH. Lehmann
Do not allocate space for arrays that do not need to be allocated
2020-01-09Merge pull request #3715 from ByteHamster/speed-up-searchH. Lehmann
Increased search performance
2020-01-09Merge branch 'develop' into do-not-allocate-arraysH. Lehmann
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-07Add intent filters for subscribeonandroid.com to manifesttxtd
2020-01-07Bumped to version to 1.8.0-RC8ByteHamster
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-03Bumped to version to 1.8.0-RC7ByteHamster
2020-01-03Update lists after changing 'prefer streaming' preferenceByteHamster
2020-01-02Bumped to version to 1.8.0-RC6ByteHamster
2020-01-02Updated collaboratorsByteHamster
2020-01-02Do not allocate space for arrays that do not need to be allocatedByteHamster
Those arrays are just there for the type system. Creating them with a big size is not necessary and uses unnecessary resources.
2020-01-02Removed unused methodsByteHamster
2020-01-02Replaced custom background with selectableItemBackgroundByteHamster
2020-01-02Removed API checksByteHamster
2020-01-01Increased search performanceByteHamster
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-24Bumped to version to 1.8.0-RC5ByteHamster
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-20Merge pull request #3695 from ByteHamster/playback-icon-sizeH. Lehmann
Fixed playback speed icon mismatch
2019-12-20Merge pull request #3698 from ByteHamster/fix-mark-played-buttonH. Lehmann
Fixed mark played button not working
2019-12-20Merge pull request #3654 from ByteHamster/emulator-testH. Lehmann
Run integration tests on CI
2019-12-20Fixed mark played button not workingByteHamster
2019-12-19Ignore more playback related tests on CIByteHamster
2019-12-19Fixed white on white text in authentication dialogByteHamster
2019-12-19Fixed playback speed icon mismatchByteHamster
2019-12-19Bumped to version to 1.8.0-RC4ByteHamster
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-13Extracted string resourceByteHamster
2019-12-12Ignore PlaybackTest on CIByteHamster