AndroidMakesFun / SparseRssMod

Sparse Rss Mod
3 stars 3 forks source link

Sorting of Entries & Main Update Button #4

Open Permission13 opened 5 years ago

Permission13 commented 5 years ago

If entries of an rssfeed dont have an unique timestamp (eg https://www.heise.de/newsticker/heise.rdf) the sorting and placing of new entries is completely wrong. Doesnt matter if "efficient feed management" is activated. First run it gets all entries in the proper order and the next update doesnt get positioned on top. Was working some time ago -> propably connected to #2 ede5140

And since the last 2 updates the main "refresh" button on the front gui doesnt work anymore for me. If i long press an rss feed and choose "refresh" there it works - but updates all feeds then. But i dont remember if that was the same before. Feel free to ask if you need some help reproducing or logs

AndroidMakesFun commented 5 years ago

Hi, thanks for feadback. https://www.heise.de/newsticker/heise-atom.xml has timestamps and no problems. I see this problem my fist time. Without a timestamp I am not able to say, what is new, so it seams, all is new.

The refresh button has a problem on Android 5. It seems a bug in the new SupportLibs for ProgressBar...

Greetings Bernd

Permission13 commented 5 years ago

Hi Bernd, thanks for the answer. Regarding the "refresh" button i forgot to add that im running Android 6. I linked the wrong commit, i was talking about f37b108 "repair future dates". Potential new entries get correctly assigned the new time but at a closer look it seems get added in reverse order. But in case of no timestamps just an refreshing (to) all entries from the newer timestamp would help ?