summaryrefslogtreecommitdiff
path: root/parser
AgeCommit message (Expand)Author
2023-06-20Fix NullPointerException when chapter does not have start time (#6520)peking_ling
2023-01-29Update feed url when server returns itunes:new-feed-url (#6291)ByteHamster
2022-11-06Check Lint recursively from the :app moduleByteHamster
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
2022-03-13Ignore itunes:author when not child of channelByteHamster
2022-03-11Read vorbis description of local filesByteHamster
2022-03-10Merge pull request #5769 from ByteHamster/id3-commentByteHamster
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
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
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
2021-09-06Improvements related to duplicate detection (#5387)ByteHamster
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