summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-04Increase timeout of Echo imagesByteHamster
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>
2024-01-02Use localized date format (#6843)ByteHamster
2024-01-01Add scrollbar to Nextcloud login dialog (#6838)satish-vanjara
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-31Share AntennaPod subscribe link instead of RSS url (#6835)ByteHamster
Apparently users are confused by RSS links.
2023-12-29Remove unnecessary autodownload code (#6832)ByteHamster
This should not change any behavior. The retry count and timing are managed by WorkManager, so this code is irrelevant.
2023-12-29Show currently playing episode in Android Auto (#6816)Tony Tam
2023-12-29Check if volume boost effect is supported on the device (#6808)Matej Drobnič
2023-12-29Close unresponsive tickets earlier (#6830)ByteHamster
2023-12-29Better center number in 'new' pill (#6831)ByteHamster
2023-12-28Fix Echo using wrong number of days in a year (#6822)ByteHamster
2023-12-23Update preference search library (#6821)ByteHamster
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-12-02Update debug icons with new design (#6782)ByteHamster
2023-12-02Remove audio player license (#6783)ByteHamster
2023-11-29Bump version to 3.2.03.2.0ByteHamster
2023-11-28Fix Italian translationsByteHamster
2023-11-28Update translationsByteHamster
2023-11-28AntennaPod Echo (#6780)ByteHamster
2023-11-28Make onPlayFromSearch continue playback (#6779)Andrey Gusev
According to the Android documentation, if onPlayFromSearch is called with an empty query, the app should make a decision what to play. Before, a database search with this empty query was performed, which returned arbitrary results. Now we play the last played episode instead.
2023-11-26De-duplicate also if episodes have different but similar media type (#6776)ByteHamster
2023-11-22Remove Iconify from FeedInfoFragment (#6655)caoilTe O'Connor
2023-11-17Add ScrollView to sleep timer dialogpeking_ling
2023-11-17Honor sort in episode list view in Android Auto (#6756)Tony Tam
2023-11-15Fix seeking to end using seek bar (#6763)Erik Johnson
Merging #6074 has caused a new edge case for VBR audio files, in which using the seek bar to seek to the end of an episode sometimes hits the new code path, and the `skip()` function is called. Because `skip()` invokes `endPlayback()` with `hasEnded` set to `false`, post-processing tasks are not executed unless the pre-seek position falls within the "Smart mark as played" range. If "Smart mark as played" is set to `Disabled`, or the pre-seek position is outside that range, then the episode is not marked as played, and not removed from queue. This commit fixes that edge case by replacing `skip()` with a direct call to `endPlayback()`, with `hasEnded` set to `true`.
2023-11-14Be more aggressive about telling users to also search closed issues (#6762)ByteHamster
2023-11-13Bump version to 3.2.0-beta2ByteHamster
2023-11-13Update contributors listByteHamster
2023-11-13Update translationsByteHamster
2023-11-12Fix file deletion (#6758)ByteHamster
- When deleting local folders, don't delete files - Don't try to delete files twice - Fix deleting non-local feeds
2023-11-11Fix sometimes stopping at the end of each episode (#6753)Tony Tam
The bug is on this line [#145](https://github.com/AntennaPod/AntennaPod/blob/f7a13065a9c92ba26d3686aeb18269f2313bd0b6/core/src/main/java/de/danoeh/antennapod/core/storage/DBWriter.java#L145) - the call to `PlaybackPreferences.getCurrentlyPlayingFeedMediaId()` returns the episode that was playing and deleted, hence it stops playing the next episode like it is supposed to. Because it's called in a Thread, the next episode already started playing for 1 second or so and then stops The fix will now save into the preference the correct episode that is playing on the PREPARE stage.
2023-11-11Fix deeplink/search?query=xy intent (#6754)ByteHamster
2023-11-09Only set target gain when enhancer was enabled (#6751)Matej Drobnič
2023-11-05Bump version to 3.2.0-beta1ByteHamster
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-01Do not reinit on pause (#6732)Harshad Vedartham
The call to `reinit()` causes Android Auto to close the player view when pausing
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