Skip to content

Releases: prof18/RSS-Parser

3.1.0

29 Jul 19:52
Compare
Choose a tag to compare

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

24 May 11:30
92e6c2b
Compare
Choose a tag to compare
  • 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

08 Mar 20:06
Compare
Choose a tag to compare
  • 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

04 Jan 23:49
Compare
Choose a tag to compare
  • Fix parsing issue when channel image is before channel description - Issue #55

2.1.0

04 Jan 21:16
Compare
Choose a tag to compare
  • 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

04 Jan 19:31
Compare
Choose a tag to compare
  • 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

04 Jan 19:30
Compare
Choose a tag to compare
  • Fix parsing image url from enclosure tag (PR #35).
  • Support parsing time tag (PR #34).
  • Add parsing of guid (Issue #31)

2.0.3

04 Jan 19:29
Compare
Choose a tag to compare
  • Now the date of an article is saved as String, to extend the compatibility with different formats

2.0.2

04 Jan 19:29
Compare
Choose a tag to compare

Moved the Java parsing on a background thread

2.0.1

04 Jan 19:28
Compare
Choose a tag to compare
  • Fixed an error on Date parsing