Skip to content
This repository has been archived by the owner on Sep 29, 2018. It is now read-only.

Releases: crazyhitty/Rss-Manager

Parse multiple feed URLs simultaneously, finally!

03 Mar 15:22
Compare
Choose a tag to compare

Finally, users can parse multiple feeds simultaneously.

New features:

  • Multiple feeds are now handled using RxJava.
  • Updated sample project which now showcases the library features much better.
  • Uploaded sample project's APK on play store, so people can check the library out before using it.

Major update after a long time.

16 Feb 18:27
Compare
Choose a tag to compare
Pre-release

Changed the entire parsing engine from jsoup to SimpleXml.

Some key changes:

  • XML feeds are fetched asynchronously using okhttp as a networking client.
  • Removed AsyncTask API from the library.
  • Removed AppCompat v7 library as it no longer required.
  • Removed jsoup library as it is no longer required.
  • Removed material dialogs library as it is no longer required.
  • Updated compileSdkVersion, targetSdkVersion and buildToolsVersion of the library.
  • Updated sample code for testing library's functionality.