Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-05 | Bump version to 3.2.0-beta1 | ByteHamster | |
2023-11-05 | Add button to share exported database export (#6746) | ByteHamster | |
Also hide path, is not accessible on recent Android versions anyway. | |||
2023-11-05 | Show 'copied to clipboard' message on Android 12L (#6745) | ByteHamster | |
2023-11-05 | Announce played/unplayed in TalkBack (#6744) | ByteHamster | |
2023-11-05 | Merge branch 'master' into develop | ByteHamster | |
2023-11-01 | Do not reinit on pause (#6732) | Harshad Vedartham | |
The call to `reinit()` causes Android Auto to close the player view when pausing | |||
2023-11-01 | Fix adding new playback speed preset when service is not running (#6734) | Vinod Patil | |
2023-10-29 | Add more spacing to OnlineFeedViewActivity, use MD3 styles (#6670) | Bhaskar Kaura | |
2023-10-29 | Allow 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-29 | Fix fast-forward at end of episode (#6074) | Erik Johnson | |
When using variable speed, skipping back and forth introduces some uncertainty to the current position, causing skip-forward to try to skip to an invalid position when very near the end of the episode. This change fixes this by skipping the current episode if the desired skip-forward position exceeds the duration. | |||
2023-10-22 | Delete local feed episodes (#6400) | Matej Drobnič | |
2023-10-22 | Do not try to sync local feeds (#6722) | ByteHamster | |
2023-10-22 | Make '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-22 | Some more accessibility tweaks (#6713) | ByteHamster | |
2023-10-22 | Multi-select actions on search results (#6719) | Vinod Patil | |
2023-10-22 | Bump version to 3.1.23.1.2 | ByteHamster | |
2023-10-22 | Update translations | ByteHamster | |
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-10-15 | Remove periods for single sentences (#6707) | Keunes | |
2023-10-15 | Add error icon on subscriptions screen (#6679) | ByteHamster | |
2023-10-13 | Remove ProgressBar background (#6703) | ByteHamster | |
Might lead to bad contrast in dark theme when applying dynamic colors | |||
2023-10-13 | Add 'Search online' button if local search has no results (#6681) | ByteHamster | |
2023-10-13 | Ignore 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-12 | User material3 dialog in 'mobile updates' setting (#6682) | ByteHamster | |
2023-10-06 | Better content descriptions for TalkBack (#6684) | ByteHamster | |
2023-10-06 | Show playback speed in dialog even when not playing (#6685) | ByteHamster | |
2023-10-02 | Fix crash if vorbis exception does not have message (#6678) | ByteHamster | |
2023-10-01 | Apply username and password when subscribing (#6675) | ByteHamster | |
2023-10-01 | Switch to colorBackground instead of windowBackground (#6674) | ByteHamster | |
2023-10-01 | Fix stuck notification when refreshing single feed (#6662) | ByteHamster | |
Updating a singletonList throws an UnsupportedOperationException, so the worker does not remove the notification | |||
2023-09-30 | Handle double/triple headset button press (#6535) | blair | |
2023-09-27 | Sort downloads by size (#6659) | Rahmat Ramadhan | |
2023-09-27 | Don't update redirect url if it is the same as the original (#6661) | ByteHamster | |
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 | Update translations | ByteHamster | |
2023-09-12 | Refresh local feeds even if there is no internet (#6633) | ByteHamster | |
2023-09-12 | Improve wording (#6604) | 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 | Make preference switch background less prominent (#6623) | ByteHamster | |
2023-09-08 | Open inbox instead of 'all' from new episodes notification (#6624) | ByteHamster | |
2023-09-08 | Do not cache AVD (#6626) | ByteHamster | |
This causes tons of hard-to-reproduce bugs on CI. | |||
2023-09-08 | Add volume boost (#6573) | Matej Drobnič | |
2023-08-28 | Restore Nextcloud login state when recreated (#6600) | ByteHamster | |
2023-08-26 | Merge pull request #6599 from ByteHamster/issue-template-fdroid | Keunes | |
Try to shoo away the F-Droid people who create new issues for every single release | |||
2023-08-25 | Try to shoo away the F-Droid people who create new issues for every single ↵ | ByteHamster | |
release | |||
2023-08-24 | Update release notes3.1.0 | ByteHamster | |