PkRSS icon indicating copy to clipboard operation
PkRSS copied to clipboard

A powerful RSS feed manager for Android

Results 13 PkRSS issues
Sort by recently updated
recently updated
newest added

its time i call PkRSS.with(getActivity()).get(category.getUrl(), search); i get duplicate articles in List. Why is this happen ?

bug

to be more specific, project is avaliable but v1.2 shows error

I have tried several rss feed links and I always get null in the image field. e.g http://www.androidcentral.com/feed/. Can you help

it works fine if the description looks like `` but it ditnt work if ``` .................... ]]> ``` to you have e solution for changing Rss2Parser ``` private String pullImageLink(String...

bug

Is this how it is supposed to work? I am trying to refresh the articles from a site every so often. But when I load them they are added to...

bug

It says RSS. But doesn't specify which specs are used. RSS 2.0? Atom 1.0? I'm confused.

Is there a way to get the name of the channel for each article ?

question

Hi. First overall, thanks for the PkRSS. It is useful and works great! In my project, the main page will show RSS from different RSS links. Thus the app need...

enhancement

I want to load a feed synchronously, and am attempting to use the following syntax as shown (roughly) in the readme: `List articles = PkRSS.with(context).load(url).get();` However, that line always seems...

The v1.2 tag indicates that #7 is in the 1.2 release, but artifact on maven does not contain the fix.