Releases: prof18/RSS-Parser
Releases · prof18/RSS-Parser
3.1.0
Merge #73:
Add a public API for parsing raw data. This allows users of the library to implement their own networking layer and caching. The change is compatible for both Kotlin and Java
3.0.0
- Add caching support (Only for Kotlin) - Issue #52
- Add support for custom encoding - Issue #57
- Add support for the video type in the enclosure tag. Only take the first img, audio and video found in the enclosure. Issue #65
- Update the sample file project with the view model scope and new library changes
- Remove app name string. Issue #70
- Update README
2.1.2
- Parse article image from
media:content
tag - #61
- Support for audio links in enclosure - #56
- Add last build date and update period on the Channel - #58
- Add source attribute on the Article - #49
2.1.1
- Fix parsing issue when channel image is before channel description - Issue #55
2.1.0
- Add
Channel
object to capture some info of the RSS Channel (e.g. title, url, description, etc) - #47
- Add the possibility to cancel the parsing also for Kotlin
2.0.5
- Add the possibility to provide a custom OkHttpClient (Issue #43).
- Add handling of encoding (Issue #45).
- Add the possibility to stop the fetching and parsing process (Issue #30).
- Migration to Gradle 5
2.0.4
- Fix parsing image url from enclosure tag (PR #35).
- Support parsing time tag (PR #34).
- Add parsing of guid (Issue #31)
2.0.3
- Now the date of an article is saved as String, to extend the compatibility with different formats
2.0.2
Moved the Java parsing on a background thread
2.0.1
- Fixed an error on Date parsing