summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-26Use country code instead of language for top itunes feedTony Tam
2020-01-25Merge pull request #3781 from ByteHamster/fix-subscription-not-updatingH. Lehmann
Fix subscription screen not updating
2020-01-25Fixed white text on white backgroundByteHamster
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-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-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