summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-13Add 'Search online' button if local search has no results (#6681)ByteHamster
2023-10-13Ignore skip in first second of playback (#6704)ByteHamster
Users complained that they wanted to skip the ending of an episode and accidentally skipped the next one that started while their finger was moving.
2023-10-12User material3 dialog in 'mobile updates' setting (#6682)ByteHamster
2023-10-06Better content descriptions for TalkBack (#6684)ByteHamster
2023-10-06Show playback speed in dialog even when not playing (#6685)ByteHamster
2023-10-02Fix crash if vorbis exception does not have message (#6678)ByteHamster
2023-10-01Apply username and password when subscribing (#6675)ByteHamster
2023-10-01Switch to colorBackground instead of windowBackground (#6674)ByteHamster
2023-10-01Fix stuck notification when refreshing single feed (#6662)ByteHamster
Updating a singletonList throws an UnsupportedOperationException, so the worker does not remove the notification
2023-09-30Handle double/triple headset button press (#6535)blair
2023-09-27Sort downloads by size (#6659)Rahmat Ramadhan
2023-09-27Don't update redirect url if it is the same as the original (#6661)ByteHamster
2023-09-24Remove Iconify from SubscriptionFragment (#6645)caoilTe O'Connor
2023-09-24Fix file deletion and queueing after download (#6652)ByteHamster
WorkManager does not tell us whether it was cancelled by the user (not retried) or by the system (retried later). So we need to delete the file and remove from queue when we know that it was actually the user. Also make sure to always delete the file when the download fails. Also, don't show "will retry" message on last retry attempt.
2023-09-16Remove Iconify from NavListAdapter (#6578)caoilTe O'Connor
2023-09-12Bump version to 3.1.13.1.1ByteHamster
2023-09-12Update translationsByteHamster
2023-09-12Refresh local feeds even if there is no internet (#6633)ByteHamster
2023-09-12Improve wording (#6604)ByteHamster
2023-09-12Remove auto-download notification setting (#6625)ByteHamster
Also, add episode notifications to multi select options
2023-09-12No longer use 'metered' work-around for VPNsByteHamster
WorkManager doesn't do the workaround either. So we would launch a download that then never starts.
2023-09-08Make preference switch background less prominent (#6623)ByteHamster
2023-09-08Open inbox instead of 'all' from new episodes notification (#6624)ByteHamster
2023-09-08Do not cache AVD (#6626)ByteHamster
This causes tons of hard-to-reproduce bugs on CI.
2023-09-08Add volume boost (#6573)Matej Drobnič
2023-08-28Restore Nextcloud login state when recreated (#6600)ByteHamster
2023-08-26Merge pull request #6599 from ByteHamster/issue-template-fdroidKeunes
Try to shoo away the F-Droid people who create new issues for every single release
2023-08-25Try to shoo away the F-Droid people who create new issues for every single ↵ByteHamster
release
2023-08-24Update release notes3.1.0ByteHamster
2023-08-22Do not try to resume download of feeds (#6591)ByteHamster
2023-08-19Bump version to 3.1.0ByteHamster
2023-08-19Update translationsByteHamster
2023-08-19Update contributorsByteHamster
2023-08-19Do not crash if item is not loaded yetByteHamster
2023-08-19Fix ClassCastException when showing error message on video playerByteHamster
2023-08-19Fix race condition in progress notificationByteHamster
2023-08-19Sync on app start (#6589)ByteHamster
2023-08-19Avoid race conditions when updating download notification (#6588)ByteHamster
2023-08-19Relayout NoRelayoutTextView if text gets longer (#6587)ByteHamster
2023-07-18Bump version to 3.1.0-beta3ByteHamster
2023-07-18Fix MediaMetadataRetriever on API<29ByteHamster
On SDK<29, this class does not have a close method yet, so the app crashes when using try-with-resources.
2023-07-18Fix missing foreground notification on old Android versionsByteHamster
2023-07-16Bump version to 3.1.0-beta2ByteHamster
2023-07-16Upgrade preferences before using them (#6546)ByteHamster
2023-07-16Fix translator breaking checksByteHamster
2023-07-16Bump version to 3.1.0-beta1ByteHamster
2023-07-16Update translationsByteHamster
2023-07-15Fix crash in item pager (#6542)ByteHamster
There should be no code path for feedItemPos to still be -1, but the crash reports indicate that it does. So this is now the dirty fix to avoid app crashes.
2023-07-15Fix Chromecast crash if FeedItem does not have a feed (#6541)ByteHamster
2023-07-15Delete partially downloaded file when giving up to retry (#6530)ByteHamster