summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-22Bump version to 3.1.23.1.2ByteHamster
2023-10-22Update translationsByteHamster
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-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-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-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-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-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
2023-07-15Don't allow adding items without media to the queue (#6529)ByteHamster
2023-07-04Fix 'allow once' for feed update on mobile networks (#6528)ByteHamster
2023-06-24Merge pull request #6490 from TacoTheDank/minSdk21removalsByteHamster
Remove no longer needed Compat stuff
2023-06-20Fix mini player in landscape mode missing the Play button (#6521)Manjeet Yadav
2023-06-20Use sentence case for settings titles (#6390)femmdi
2023-06-20Fix NullPointerException when chapter does not have start time (#6520)peking_ling
2023-06-03Don't request rating by F-Droid users (#6495)Jonathan Zopf
2023-05-29Use the brand new material switches for preferences (#6475)ebraminio
2023-05-28Make drawer's corners round (#6478)ebraminio
2023-05-18Fix default widget background (#6494)ByteHamster
2023-05-18Rounded corners of cover in widget (#6483)mueller-ma
2023-05-14Remove no longer needed Compat stuffTacoTheDank
2023-05-14Centralize stream library versionTacoTheDank
2023-05-14Don't show copying feedback on Android 13 (#6481)Jonathan Zopf
2023-05-13Update app store metadataByteHamster
2023-05-07Fix Glide leaking reference to activity (#6446)peking_ling
2023-05-07Let filter button height grow (#6477)ByteHamster
Also, make it easier to see what option is selected
2023-05-07Make single filter button full-width (#6454)mueller-ma
2023-05-06Don't show error when download was cancelled (#6476)ByteHamster
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-05-05Remove string where translator broke format specifiersByteHamster