Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | Bump AGP and Gradle (#6489) | Taco | |
2023-06-20 | Fix NullPointerException when chapter does not have start time (#6520) | peking_ling | |
2023-01-29 | Update feed url when server returns itunes:new-feed-url (#6291) | ByteHamster | |
2022-11-06 | Check Lint recursively from the :app module | ByteHamster | |
instead of checking every module individually. This avoids having to re-state all disabled Lint checks in all parent modules. | |||
2022-05-26 | Update jsoup library (#5902) | Taco | |
2022-03-13 | Ignore itunes:author when not child of channel | ByteHamster | |
Co-authored-by: dllmr <dllmr@users.noreply.github.com> | |||
2022-03-06 | Support for podcast 2.0 chapters (#5630) | Tony Tam | |
2022-02-27 | Move database to its own module | ByteHamster | |
2022-02-22 | Delete a few unused things | ByteHamster | |
2022-02-19 | Merge branch 'master' into develop | ByteHamster | |
2022-02-09 | Fix some gradle deprecations | TacoTheDank | |
2022-01-30 | Fix line breaks in plain-text descriptions | ByteHamster | |
Workaround was added for publishers misbehaving but the current implementation breaks valid feeds | |||
2022-01-29 | Manually detect m4b on devices that don't do it | ByteHamster | |
2022-01-25 | Move mime type guessing out of MediaType enum | ByteHamster | |
2022-01-25 | When mime type is octet-stream, guess from the file name | ByteHamster | |
2021-12-04 | Centralize library versions used in multiple modules | TacoTheDank | |
2021-11-16 | Work around some publishers putting html everywhere | ByteHamster | |
2021-11-06 | Apparently some devices crash when trying to call xpp.next | ByteHamster | |
2021-10-30 | Ignore item tags that are not inside a channel | 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-08-28 | Update AppCompat to 1.3.x | TacoTheDank | |
2021-08-28 | Moved feed parser to its own module | ByteHamster | |