summaryrefslogtreecommitdiff
path: root/parser
AgeCommit message (Collapse)Author
2023-01-29Update feed url when server returns itunes:new-feed-url (#6291)ByteHamster
2022-11-06Check Lint recursively from the :app moduleByteHamster
instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules.
2022-10-27Don't print full stack trace when there is no vorbis commentByteHamster
2022-10-21Speed up chapter parsingByteHamster
2022-05-26Update jsoup library (#5902)Taco
2022-03-13Merge pull request #5777 from ByteHamster/ignore-item-authorByteHamster
Ignore itunes:author when not child of channel
2022-03-13Ignore itunes:author when not child of channelByteHamster
Co-authored-by: dllmr <dllmr@users.noreply.github.com>
2022-03-11Read vorbis description of local filesByteHamster
2022-03-10Merge pull request #5769 from ByteHamster/id3-commentByteHamster
Extract shownotes from id3 comment field
2022-03-09Extract shownotes from id3 comment fieldByteHamster
2022-03-06Support for podcast 2.0 chapters (#5630)Tony Tam
2022-02-27Move database to its own moduleByteHamster
2022-02-22Delete a few unused thingsByteHamster
2022-02-19Merge branch 'master' into developByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
2022-01-30Fix line breaks in plain-text descriptionsByteHamster
Workaround was added for publishers misbehaving but the current implementation breaks valid feeds
2022-01-29Manually detect m4b on devices that don't do itByteHamster
2022-01-27Do not hang trying to parse ogg/vorbis chaptersByteHamster
2022-01-25Move mime type guessing out of MediaType enumByteHamster
2022-01-25When mime type is octet-stream, guess from the file nameByteHamster
2022-01-22MIME type is always ISO encodedByteHamster
2022-01-22Fix vorbis chapter parsingByteHamster
2022-01-22Run parser tests with robolectricByteHamster
2021-12-04Centralize library versions used in multiple modulesTacoTheDank
2021-11-21Merge pull request #5565 from ByteHamster/simplify-opusByteHamster
Simplify opus parsing
2021-11-21Stop parsing if we encounter an unrealistically long commentByteHamster
2021-11-21Simplify opus parsingByteHamster
2021-11-16Work around some publishers putting html everywhereByteHamster
2021-11-06Apparently some devices crash when trying to call xpp.nextByteHamster
2021-10-30Ignore item tags that are not inside a channelByteHamster
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-08-29Fix media parser test resources mistakenly put in the wrong directoryTacoTheDank
2021-08-28Update AppCompat to 1.3.xTacoTheDank
2021-08-28Moved media file parser to its own moduleByteHamster
2021-08-28Moved feed parser to its own moduleByteHamster