Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-27 | Merge pull request #3791 from ByteHamster/default-pip | H. Lehmann | |
Enable PiP by default | |||
2020-01-27 | Enable PiP by default | ByteHamster | |
2020-01-26 | Merge pull request #3789 from ByteHamster/fix-download-button | H. Lehmann | |
Fix download button when 'prefer streaming' is active | |||
2020-01-26 | Use country code instead of language for top itunes feed | Tony Tam | |
2020-01-26 | Fix download button when 'prefer streaming' is active | ByteHamster | |
2020-01-25 | Fixed white text on white background | ByteHamster | |
2020-01-25 | Fix feed list update event not updating list | ByteHamster | |
2020-01-20 | Merge pull request #3767 from ByteHamster/convert-speed-to-float | H. Lehmann | |
Convert speed to float | |||
2020-01-20 | Convert playback speeds to float | ByteHamster | |
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-20 | fix #3768 double check the item is still in the queue | Tony Tam | |
2020-01-16 | Bumped version to 1.8.01.8.0 | ByteHamster | |
2020-01-16 | Pulled store description translations | ByteHamster | |
2020-01-15 | Merge pull request #3757 from ByteHamster/screenshots | H. Lehmann | |
Updated screenshots | |||
2020-01-15 | Fixed importing old database models | ByteHamster | |
Force full restart to trigger the upgrade methods again. | |||
2020-01-14 | Generated screenshots | ByteHamster | |
2020-01-07 | Bumped to version to 1.8.0-RC8 | ByteHamster | |
2020-01-07 | Make episode filter persistent | ByteHamster | |
2020-01-05 | Display size of toDownload in snackback instead of checkedIds so that size ↵ | txtd | |
matches the actual number of episodes being downloaded | |||
2020-01-05 | Check if an episode has media before adding it to download batch | txtd | |
2020-01-05 | Merge pull request #3729 from ByteHamster/try-fix-crash | H. Lehmann | |
Try to fix ArrayIndexOutOfBoundsException | |||
2020-01-04 | Try to fix ArrayIndexOutOfBoundsException | ByteHamster | |
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-04 | Add download button to queue batch processing | txtd | |
2020-01-03 | Bumped to version to 1.8.0-RC7 | ByteHamster | |
2020-01-03 | Update lists after changing 'prefer streaming' preference | ByteHamster | |
2020-01-02 | Bumped to version to 1.8.0-RC6 | ByteHamster | |
2020-01-02 | Updated collaborators | ByteHamster | |
2020-01-01 | Initialize variable directly before using | ByteHamster | |
2019-12-31 | Fix not showing options menu for search results | ByteHamster | |
2019-12-24 | Bumped to version to 1.8.0-RC5 | ByteHamster | |
2019-12-24 | Merge pull request #3707 from ByteHamster/animate-feed-settings | H. Lehmann | |
Feed info animation updates | |||
2019-12-24 | Switched to less demanding animation | ByteHamster | |
2019-12-23 | Prevent animating feed settings rows | ByteHamster | |
2019-12-20 | Merge pull request #3696 from ByteHamster/white-on-white | H. Lehmann | |
Fixed white on white text in authentication dialog | |||
2019-12-20 | Merge pull request #3695 from ByteHamster/playback-icon-size | H. Lehmann | |
Fixed playback speed icon mismatch | |||
2019-12-20 | Merge pull request #3698 from ByteHamster/fix-mark-played-button | H. Lehmann | |
Fixed mark played button not working | |||
2019-12-20 | Merge pull request #3654 from ByteHamster/emulator-test | H. Lehmann | |
Run integration tests on CI | |||
2019-12-20 | Fixed mark played button not working | ByteHamster | |
2019-12-19 | Ignore more playback related tests on CI | ByteHamster | |
2019-12-19 | Fixed white on white text in authentication dialog | ByteHamster | |
2019-12-19 | Fixed playback speed icon mismatch | ByteHamster | |
2019-12-19 | Bumped to version to 1.8.0-RC4 | ByteHamster | |
2019-12-19 | Do not crash when clicking menu items while loading | ByteHamster | |
2019-12-15 | Merge pull request #3685 from ByteHamster/reset-position-currently-playing | H. Lehmann | |
Stop playback when resetting position of currently playing item | |||
2019-12-14 | Stop playback when resetting position of currently playing item | ByteHamster | |
2019-12-13 | Merge pull request #3681 from ByteHamster/add-logging-feeditem | H. Lehmann | |
Parameter checking | |||
2019-12-13 | Extracted string resource | ByteHamster | |
2019-12-12 | Ignore PlaybackTest on CI | ByteHamster | |
2019-12-12 | Read current media from preferences instead of activity->fragment->controller | ByteHamster | |
2019-12-12 | Making sure to not click the wrong list | ByteHamster | |
We might have multiple lists with the same ID in the hierarchy | |||
2019-12-12 | Try to kill playback service but do not fail if it does not stop | ByteHamster | |
Android has no reliable way to stop a service instantly. Calling stopSelf marks allows the system to destroy the service but the actual call to onDestroy takes until the next GC of the system, which we can not influence. Try to wait for the service at least a bit. |