summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Generated screenshotsByteHamster
2020-01-14Added screenshot creator scriptByteHamster
2020-01-09Merge pull request #3740 from ByteHamster/retry-testsH. Lehmann
Retry tests automatically
2020-01-09Retry tests automaticallyByteHamster
2020-01-07Bumped to version to 1.8.0-RC8ByteHamster
2020-01-07Merge pull request #3737 from ByteHamster/use-google-trust-providerH. Lehmann
Use Google Trust provider
2020-01-07Merge pull request #3738 from ByteHamster/persistent-filterH. Lehmann
Make episode filter persistent
2020-01-07Make episode filter persistentByteHamster
2020-01-07Use Google Trust providerByteHamster
2020-01-05Merge pull request #3730 from txtd/developH. Lehmann
Check if an episode has media before adding it to download batch
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-05Merge pull request #3728 from txtd/developH. Lehmann
Add download button to queue batch processing
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-03Merge pull request #3725 from ByteHamster/refresh-lists-after-settings-changeH. Lehmann
Update lists after changing 'prefer streaming' preference
2020-01-03Merge pull request #3724 from ByteHamster/fix-concurrent-modificationH. Lehmann
Only modify and query downloads array in main thread
2020-01-03Update lists after changing 'prefer streaming' preferenceByteHamster
2020-01-03Only modify and query downloads array in main threadByteHamster
This fixes a ConcurrentModificationException if the thread that queues downloads (database IO) adds the item to the downloads list and the notification updater queries the downloads list at the same time.
2020-01-02Bumped to version to 1.8.0-RC6ByteHamster
2020-01-02Updated collaboratorsByteHamster
2020-01-02Merge pull request #3718 from ByteHamster/downloadservice-io-main-threadH. Lehmann
Do not enqueue on main tread (database IO)
2020-01-02Do not enqueue on main tread (database IO)ByteHamster
2020-01-01Merge pull request #3713 from ByteHamster/initialize-variable-before-useH. Lehmann
Initialize variable directly before using
2020-01-01Initialize variable directly before usingByteHamster
2019-12-31Merge pull request #3712 from ByteHamster/fix-options-menu-search-resultsH. Lehmann
Fix not showing options menu for search results
2019-12-31Fix not showing options menu for search resultsByteHamster
2019-12-31Merge pull request #3709 from ByteHamster/fix-feed-update-crashH. Lehmann
Fixed ArrayIndexOutOfBoundsException when updating feeds
2019-12-29Fixed ArrayIndexOutOfBoundsException when updating feedsByteHamster
2019-12-24Bumped to version to 1.8.0-RC5ByteHamster
2019-12-24Updated translationsByteHamster
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-20Only run emulator tests on pull requestsByteHamster
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