PkRSS Versions Save

A powerful RSS feed manager for Android

v1.2

8 years ago

This version contains several improvements and fixes via community pull requests as well as a couple minor features:

  • Fixed Downloader implementations of toSafeUrl() not working correctly.
  • Basic support for RSS enclosures.
  • Slightly faster parsing.
  • Callbacks are stored as WeakReferences
  • Ability to delay calls via new .delay(long)
  • Ability to ignore requests if another similar request already exists
  • Custom instances now set via .setSingleton() rather than PkRSS.Builder
  • You can now configure PkRSS callbacks to run in the main thread by default

If you're running ProGuard on your project, you will need to add this line to your proguard-rules.pro -keep class com.pkmmte.pkrss.Callback{ *; }

v1.1.2

9 years ago
  • Support for per-request parsers and downloaders
  • Fixed NullPointerException bug for some feed types (Thanks to bamber123)
  • Completed Javadocs

v1.1.1

9 years ago

First stable release.