index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/import_isnt_export-3.6.0
fix/inform_on_db_moved
fix/inform_on_db_moved-3.6.0
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser
/
feed
/
src
/
main
/
java
Age
Commit message (
Expand
)
Author
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-05-26
Update jsoup library (#5902)
Taco
2022-03-13
Ignore itunes:author when not child of channel
ByteHamster
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-01-30
Fix line breaks in plain-text descriptions
ByteHamster
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-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
Improvements related to duplicate detection (#5387)
ByteHamster
2021-08-28
Moved feed parser to its own module
ByteHamster