Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-18 | Only mark items as duplicates if duration and date are similar | ByteHamster | |
2021-11-28 | Updated translations | ByteHamster | |
2021-11-21 | Merge pull request #5570 from ByteHamster/remove-new-on-play | ByteHamster | |
Remove new flag when streaming | |||
2021-11-21 | Merge pull request #5566 from ByteHamster/no-local-duplicate | ByteHamster | |
Don't try to find duplicates in local files | |||
2021-11-21 | Remove new flag when streaming | ByteHamster | |
2021-11-21 | Backport null guid sync errors | ByteHamster | |
2021-11-21 | Don't try to find duplicates in local files | ByteHamster | |
2021-11-17 | Reduce duplicate warnings | ByteHamster | |
Do not warn if the duplicate detection did not even find the item itself, which means that the item does not have enough metadata to be identified correctly. | |||
2021-10-31 | Support subscribe links that have a slash before the argument | ByteHamster | |
2021-10-30 | Use data folder for initial subscriptions | ByteHamster | |
2021-10-14 | Updated translations | ByteHamster | |
2021-10-13 | Fewer default speed values | ByteHamster | |
2021-10-05 | Updated translations | ByteHamster | |
2021-10-05 | Trying to make image resizing more stable | ByteHamster | |
2021-09-17 | Updated translations | ByteHamster | |
2021-09-17 | Fix NPE in duplicate detection | ByteHamster | |
2021-09-12 | Updated translations | ByteHamster | |
2021-09-06 | Merge pull request #5368 from TacoTheDank/librarybump | ByteHamster | |
Update AppCompat to 1.3.x | |||
2021-09-06 | Improvements related to duplicate detection (#5387) | ByteHamster | |
* Move duplicate detection to one single place * Canonicalize some common characters that are often confused * Assume same episode even when date is off by 1 week * Display duplicate detection as warning, not error | |||
2021-09-05 | Use NotificationChannelCompat utilities | TacoTheDank | |
2021-08-28 | Use ServiceCompat.stopForeground | TacoTheDank | |
2021-08-28 | Merge pull request #5364 from ByteHamster/playback-state-fixes | ByteHamster | |
Playback state fixes | |||
2021-08-28 | Don't write noMediaPlaying when follow queue is disabled | ByteHamster | |
2021-08-28 | Fixed wrong icon sometimes ending up in the media session | ByteHamster | |
2021-08-28 | Moved media file parser to its own module | ByteHamster | |
2021-08-28 | Merge pull request #5360 from ByteHamster/parser | ByteHamster | |
Moved feed parser to its own module | |||
2021-08-28 | Moved feed parser to its own module | ByteHamster | |
2021-08-28 | Merge pull request #5359 from ByteHamster/remove-suggestions | ByteHamster | |
Removed gpodder suggestions feature | |||
2021-08-27 | Removed gpodder suggestions feature | ByteHamster | |
The feature was invisible since 2014 and nobody noticed. | |||
2021-08-27 | Allow duplicate items to have a different publication date | ByteHamster | |
2021-08-27 | Make guid repair more reliable with sync | ByteHamster | |
When the host changes a guid, send the playback state to the synchronization service again with the new guid. | |||
2021-08-23 | Feed multi select (#5261) | seeto | |
2021-08-22 | Move queue lock feature to the overflow menu | ByteHamster | |
2021-08-20 | Identify episodes by guid (#5326) | thrillfall | |
2021-08-17 | Fix: #5298 "Add to folder" in podcast contextual side menu (#5344) | vbh | |
2021-08-17 | Merge branch 'master' into develop | ByteHamster | |
2021-08-17 | Merge pull request #5345 from AntennaPod/example-file | ByteHamster | |
Added chapter marks test file with extended header | |||
2021-08-17 | Backport: Skip id3 extended header if available | ByteHamster | |
2021-08-17 | Fixed reading strings with uneven length | ByteHamster | |
2021-08-17 | Treat link without rel as rel=alternate (#5347) | godbless | |
src: https://datatracker.ietf.org/doc/html/rfc4287#section-4.2.7.2 If the "rel" attribute is not present, the link element MUST be interpreted as if the link relation type is "alternate". | |||
2021-08-17 | Added chapter marks test file with extended header | ByteHamster | |
2021-08-08 | Live results in local search | ByteHamster | |
2021-08-07 | Merge pull request #5336 from ByteHamster/load-queue-after-media | ByteHamster | |
Delay loading queue until media is loaded | |||
2021-08-07 | Delay loading queue until media is loaded | ByteHamster | |
2021-08-07 | Merge pull request #5335 from ByteHamster/disable-multitouch | ByteHamster | |
Disable multi-touch | |||
2021-08-07 | Merge pull request #5330 from ByteHamster/load-next-media | ByteHamster | |
When continuous playback is disabled, show next episode in notification | |||
2021-08-07 | Disable multi-touch | ByteHamster | |
2021-08-06 | Merge pull request #5321 from ByteHamster/skip-id3-extended-header | ByteHamster | |
Skip id3 extended header if available | |||
2021-08-06 | Merge pull request #5329 from ByteHamster/subscribe-deeplink | ByteHamster | |
Add subscription deeplink | |||
2021-08-05 | When continuous playback is disabled, show next episode in notification | ByteHamster | |