summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh
AgeCommit message (Collapse)Author
2024-01-04Permanently hide Echo section if it has too few hoursByteHamster
2024-01-03Print duration as number of days only on Echo (#6842)ByteHamster
Reverts an accidental change to the queue time display
2024-01-02Update queue list when toggling 'keep sorted' (#6853)ByteHamster
2024-01-02Move 'skip silence' checkbox to playback speed dialog (#6834)quails4Eva
2024-01-02Migrate subscriptions filter dialog to DialogFragment (#6846)ueen
Co-authored-by: ByteHamster <info@bytehamster.com>
2023-12-31Add reset button to episodes filter (#6825)ueen
2023-12-31If feed url was typed manually, show edit url button on error (#6833)ByteHamster
2023-12-29Check if volume boost effect is supported on the device (#6808)Matej Drobnič
2023-12-13Make it easier to migrate Echo to a new year (#6803)ByteHamster
Also, add a new screen background
2023-12-06Fix 'played' state on TalkBack when cover is hidden (#6796)ByteHamster
2023-12-06Merge branch 'master' into developByteHamster
2023-12-03New sort dialog (#6789)ByteHamster
2023-11-28AntennaPod Echo (#6780)ByteHamster
2023-11-22Remove Iconify from FeedInfoFragment (#6655)caoilTe O'Connor
2023-11-17Honor sort in episode list view in Android Auto (#6756)Tony Tam
2023-11-11Fix deeplink/search?query=xy intent (#6754)ByteHamster
2023-11-05Add button to share exported database export (#6746)ByteHamster
Also hide path, is not accessible on recent Android versions anyway.
2023-11-05Show 'copied to clipboard' message on Android 12L (#6745)ByteHamster
2023-11-05Announce played/unplayed in TalkBack (#6744)ByteHamster
2023-11-05Merge branch 'master' into developByteHamster
2023-11-01Fix adding new playback speed preset when service is not running (#6734)Vinod Patil
2023-10-29Add more spacing to OnlineFeedViewActivity, use MD3 styles (#6670)Bhaskar Kaura
2023-10-29Allow hiding notification permission nag (#6730)ByteHamster
- Support showing most error messages as a snackbar - Ask for notification permission when enabling episode notifications - Clarify what we use notifications for
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-10-22Do not try to sync local feeds (#6722)ByteHamster
2023-10-22Make 'change times' button a settings icon (#6721)ByteHamster
Users didn't scroll down to find the button. Now it is next to the checkbox, so it is harder to overlook.
2023-10-22Some more accessibility tweaks (#6713)ByteHamster
2023-10-22Multi-select actions on search results (#6719)Vinod Patil
2023-10-15Add error icon on subscriptions screen (#6679)ByteHamster
2023-10-13Add 'Search online' button if local search has no results (#6681)ByteHamster
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-01Apply username and password when subscribing (#6675)ByteHamster
2023-10-01Switch to colorBackground instead of windowBackground (#6674)ByteHamster
2023-09-27Sort downloads by size (#6659)Rahmat Ramadhan
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-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-08Add volume boost (#6573)Matej Drobnič
2023-08-28Restore Nextcloud login state when recreated (#6600)ByteHamster
2023-08-19Do not crash if item is not loaded yetByteHamster
2023-08-19Fix ClassCastException when showing error message on video playerByteHamster
2023-08-19Sync on app start (#6589)ByteHamster
2023-08-19Relayout NoRelayoutTextView if text gets longer (#6587)ByteHamster
2023-07-16Upgrade preferences before using them (#6546)ByteHamster
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-04Fix 'allow once' for feed update on mobile networks (#6528)ByteHamster