summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
2021-10-10Reworked feed specific speed selector (#5458)ByteHamster
2021-10-08Wait for download completion on initial syncByteHamster
2021-10-06Add synchronization with gPodder Nextcloud server app (#5243)thrillfall
2021-10-05Updated translationsByteHamster
2021-10-05Trying to make image resizing more stableByteHamster
2021-10-02Rename folder to tag (#5381)seeto
2021-09-18Update plugins and Gradle (4.2.2) (#5367)Taco
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-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
2021-08-05Add subscription deeplinkByteHamster
2021-08-02Skip id3 extended header if availableByteHamster
2021-07-31Guess image file type and ignore when not an imageByteHamster
Apparently, some publishers explicitly specify the audio file as an image.
2021-07-31Recode images to save cache spaceByteHamster
2021-07-30Merge pull request #5312 from ByteHamster/opml-activityByteHamster
Rework of OPML import internals
2021-07-30Merge pull request #5309 from ByteHamster/remove-volume-controlByteHamster
Removed left/right volume controls
2021-07-30Replace AsyncTask with RxJavaByteHamster
2021-07-30Merge pull request #5310 from ByteHamster/simplify-loading-iconByteHamster
Simplify loading media icon for MediaSession