summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
2021-12-18Only mark items as duplicates if duration and date are similarByteHamster
2021-11-28Updated translationsByteHamster
2021-11-21Merge pull request #5570 from ByteHamster/remove-new-on-playByteHamster
Remove new flag when streaming
2021-11-21Merge pull request #5566 from ByteHamster/no-local-duplicateByteHamster
Don't try to find duplicates in local files
2021-11-21Remove new flag when streamingByteHamster
2021-11-21Backport null guid sync errorsByteHamster
2021-11-21Don't try to find duplicates in local filesByteHamster
2021-11-17Reduce duplicate warningsByteHamster
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-31Support subscribe links that have a slash before the argumentByteHamster
2021-10-30Use data folder for initial subscriptionsByteHamster
2021-10-14Updated translationsByteHamster
2021-10-13Fewer default speed valuesByteHamster
2021-10-05Updated translationsByteHamster
2021-10-05Trying to make image resizing more stableByteHamster
2021-09-17Updated translationsByteHamster
2021-09-17Fix NPE in duplicate detectionByteHamster
2021-09-12Updated translationsByteHamster
2021-09-06Merge pull request #5368 from TacoTheDank/librarybumpByteHamster
Update AppCompat to 1.3.x
2021-09-06Improvements 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-05Use NotificationChannelCompat utilitiesTacoTheDank
2021-08-28Use ServiceCompat.stopForegroundTacoTheDank
2021-08-28Merge pull request #5364 from ByteHamster/playback-state-fixesByteHamster
Playback state fixes
2021-08-28Don't write noMediaPlaying when follow queue is disabledByteHamster
2021-08-28Fixed wrong icon sometimes ending up in the media sessionByteHamster
2021-08-28Moved media file parser to its own moduleByteHamster
2021-08-28Merge pull request #5360 from ByteHamster/parserByteHamster
Moved feed parser to its own module
2021-08-28Moved feed parser to its own moduleByteHamster
2021-08-28Merge pull request #5359 from ByteHamster/remove-suggestionsByteHamster
Removed gpodder suggestions feature
2021-08-27Removed gpodder suggestions featureByteHamster
The feature was invisible since 2014 and nobody noticed.
2021-08-27Allow duplicate items to have a different publication dateByteHamster
2021-08-27Make guid repair more reliable with syncByteHamster
When the host changes a guid, send the playback state to the synchronization service again with the new guid.
2021-08-23Feed multi select (#5261)seeto
2021-08-22Move queue lock feature to the overflow menuByteHamster
2021-08-20Identify episodes by guid (#5326)thrillfall
2021-08-17Fix: #5298 "Add to folder" in podcast contextual side menu (#5344)vbh
2021-08-17Merge branch 'master' into developByteHamster
2021-08-17Merge pull request #5345 from AntennaPod/example-fileByteHamster
Added chapter marks test file with extended header
2021-08-17Backport: Skip id3 extended header if availableByteHamster
2021-08-17Fixed reading strings with uneven lengthByteHamster
2021-08-17Treat 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-17Added chapter marks test file with extended headerByteHamster
2021-08-08Live results in local searchByteHamster
2021-08-07Merge pull request #5336 from ByteHamster/load-queue-after-mediaByteHamster
Delay loading queue until media is loaded
2021-08-07Delay loading queue until media is loadedByteHamster
2021-08-07Merge pull request #5335 from ByteHamster/disable-multitouchByteHamster
Disable multi-touch
2021-08-07Merge pull request #5330 from ByteHamster/load-next-mediaByteHamster
When continuous playback is disabled, show next episode in notification
2021-08-07Disable multi-touchByteHamster
2021-08-06Merge pull request #5321 from ByteHamster/skip-id3-extended-headerByteHamster
Skip id3 extended header if available
2021-08-06Merge pull request #5329 from ByteHamster/subscribe-deeplinkByteHamster
Add subscription deeplink
2021-08-05When continuous playback is disabled, show next episode in notificationByteHamster