index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/inform_on_db_moved
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parser
Age
Commit message (
Expand
)
Author
2024-04-05
Delete core module (#7060)
ByteHamster
2024-03-24
Speed up feed parsing (#7023)
ByteHamster
2024-03-24
Store last refresh attempt for feeds (#7022)
ByteHamster
2024-03-23
Rename FeedMedia methods to no longer have underscores (#7017)
ByteHamster
2024-03-04
Fix indentation in last 8 files
ByteHamster
2023-10-17
Bump AGP and Gradle (#6489)
Taco
2023-10-02
Fix crash if vorbis exception does not have message (#6678)
ByteHamster
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
2022-10-27
Don't print full stack trace when there is no vorbis comment
ByteHamster
2022-10-21
Speed up chapter parsing
ByteHamster
2022-05-26
Update jsoup library (#5902)
Taco
2022-03-13
Merge pull request #5777 from ByteHamster/ignore-item-author
ByteHamster
2022-03-13
Ignore itunes:author when not child of channel
ByteHamster
2022-03-11
Read vorbis description of local files
ByteHamster
2022-03-10
Merge pull request #5769 from ByteHamster/id3-comment
ByteHamster
2022-03-09
Extract shownotes from id3 comment field
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-02-09
Fix some gradle deprecations
TacoTheDank
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-27
Do not hang trying to parse ogg/vorbis chapters
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
2022-01-22
MIME type is always ISO encoded
ByteHamster
2022-01-22
Fix vorbis chapter parsing
ByteHamster
2022-01-22
Run parser tests with robolectric
ByteHamster
2021-12-04
Centralize library versions used in multiple modules
TacoTheDank
2021-11-21
Merge pull request #5565 from ByteHamster/simplify-opus
ByteHamster
2021-11-21
Stop parsing if we encounter an unrealistically long comment
ByteHamster
2021-11-21
Simplify opus parsing
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
Merge pull request #5368 from TacoTheDank/librarybump
ByteHamster
2021-09-06
Improvements related to duplicate detection (#5387)
ByteHamster
2021-08-29
Fix media parser test resources mistakenly put in the wrong directory
TacoTheDank
2021-08-28
Update AppCompat to 1.3.x
TacoTheDank
2021-08-28
Moved media file parser to its own module
ByteHamster
2021-08-28
Moved feed parser to its own module
ByteHamster