Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-01 | Switch to colorBackground instead of windowBackground (#6674) | ByteHamster | |
2023-09-27 | Sort downloads by size (#6659) | Rahmat Ramadhan | |
2023-09-24 | Remove Iconify from SubscriptionFragment (#6645) | caoilTe O'Connor | |
2023-09-24 | Fix 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-16 | Remove Iconify from NavListAdapter (#6578) | caoilTe O'Connor | |
2023-09-12 | Bump version to 3.1.13.1.1 | ByteHamster | |
2023-09-12 | Remove auto-download notification setting (#6625) | ByteHamster | |
Also, add episode notifications to multi select options | |||
2023-09-12 | No longer use 'metered' work-around for VPNs | ByteHamster | |
WorkManager doesn't do the workaround either. So we would launch a download that then never starts. | |||
2023-09-08 | Add volume boost (#6573) | Matej Drobnič | |
2023-08-28 | Restore Nextcloud login state when recreated (#6600) | ByteHamster | |
2023-08-24 | Update release notes3.1.0 | ByteHamster | |
2023-08-19 | Bump version to 3.1.0 | ByteHamster | |
2023-08-19 | Update contributors | ByteHamster | |
2023-08-19 | Do not crash if item is not loaded yet | ByteHamster | |
2023-08-19 | Fix ClassCastException when showing error message on video player | ByteHamster | |
2023-08-19 | Sync on app start (#6589) | ByteHamster | |
2023-08-19 | Relayout NoRelayoutTextView if text gets longer (#6587) | ByteHamster | |
2023-07-18 | Bump version to 3.1.0-beta3 | ByteHamster | |
2023-07-16 | Bump version to 3.1.0-beta2 | ByteHamster | |
2023-07-16 | Upgrade preferences before using them (#6546) | ByteHamster | |
2023-07-16 | Bump version to 3.1.0-beta1 | ByteHamster | |
2023-07-15 | Fix 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-15 | Delete partially downloaded file when giving up to retry (#6530) | ByteHamster | |
2023-07-04 | Fix 'allow once' for feed update on mobile networks (#6528) | ByteHamster | |
2023-06-24 | Merge pull request #6490 from TacoTheDank/minSdk21removals | ByteHamster | |
Remove no longer needed Compat stuff | |||
2023-06-20 | Fix mini player in landscape mode missing the Play button (#6521) | Manjeet Yadav | |
2023-06-03 | Don't request rating by F-Droid users (#6495) | Jonathan Zopf | |
2023-05-29 | Use the brand new material switches for preferences (#6475) | ebraminio | |
2023-05-28 | Make drawer's corners round (#6478) | ebraminio | |
2023-05-18 | Fix default widget background (#6494) | ByteHamster | |
2023-05-14 | Remove no longer needed Compat stuff | TacoTheDank | |
2023-05-14 | Centralize stream library version | TacoTheDank | |
2023-05-14 | Don't show copying feedback on Android 13 (#6481) | Jonathan Zopf | |
2023-05-13 | Update app store metadata | ByteHamster | |
2023-05-07 | Fix Glide leaking reference to activity (#6446) | peking_ling | |
2023-05-07 | Let filter button height grow (#6477) | ByteHamster | |
Also, make it easier to see what option is selected | |||
2023-05-07 | Make single filter button full-width (#6454) | mueller-ma | |
2023-05-05 | Download Service Rewrite (#6420) | ByteHamster | |
2023-05-05 | Merge branch 'master' into develop | ByteHamster | |
2023-05-05 | Correctly theme download icon in settings (#6465) | mueller-ma | |
2023-05-05 | Fix file provider not being able to share all files (#6472) | ByteHamster | |
The library only looks at one of the external storage devices. If the exported log file doesn't happen to be stored on the first device, sharing it doesn't work. This is a known issue in the Android libraries: https://issuetracker.google.com/issues/37125252 This commit works around it by using an undocumented element that covers the entire file system. | |||
2023-05-05 | Ignore subscription filter when suggesting tags (#6453) | mueller-ma | |
I have the following setup: * A tag 'Done' with fully listened podcasts * The subscription filter "counter greater 0" * The subscription counter "downloaded episodes" This way all done podcasts aren't visible in the drawer. When I want to tag another podcast as done, 'Done' isn't auto-completed. With this change all tags will be auto-completed. | |||
2023-04-28 | Bump version to 3.0.23.0.2 | ByteHamster | |
2023-04-27 | Update 'Special thanks' list in the About screen (#6441) | Keunes | |
2023-04-15 | Add option to enable sleep timer based on current time (#6384) | mueller-ma | |
2023-04-15 | Bump version to 3.0.1 | ByteHamster | |
2023-04-15 | Replace Network+Storage preferences with Downloads (#6434) | ByteHamster | |
2023-04-15 | Remove 'Statistics moved' message (#6433) | ByteHamster | |
2023-04-15 | Respect 'include marked as played' on home screen (#6435) | ByteHamster | |
2023-04-07 | Add banner on home screen if notification permission is not granted (#6412) | ByteHamster | |