Pkmmte / PkRSS

A powerful RSS feed manager for Android
Apache License 2.0
100 stars 23 forks source link

Duplicate Articles #14

Open AngleV opened 9 years ago

AngleV commented 9 years ago

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

Why is this happen ?

Pkmmte commented 8 years ago

What URL are you trying this on that returns duplicates?

karosas commented 8 years ago

Got same/similar bug. With every consecutive call to same rss url it returns duplicated list with increasing amount of duplicates per request. For example at first request its 25, 2nd - 50, 3rd - 75 and so on.

Solved this by modifying source tiny bit to give new instance of PkRss each time when calling .with(). Probably hack, but hey it works

Pkmmte commented 7 years ago

Currently in the process of completely refactoring PkRSS with support for custom cache modules. The refactor will include a fix for duplicates.

feidi2014 commented 6 years ago

@Pkmmte when do you plan to release 2.0.0?