You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been requested before, but the issue was closed.
Currently there is no way to read atom feeds, because adding any atom feed results in "No items found." In my case, atom feeds appear pretty much every now and then.
Libraries we could use:
Earl. Licensed under LGPLv3, last update Feb 21 2021, written in Java.
syndication. Licensed under Apache 2.0, last update 6 Dec 2019, written in Kotlin.
Or we could use logic from other FOSS feed readers (although I'm not sure is this right from a moral perspective and maybe just writing parse logic yourself would be easier):
Flym src. Licensed under GPLv3, written in Kotlin.
Feeder src. Licensed under GPLv3, written in Kotlin.
The text was updated successfully, but these errors were encountered:
This has been requested before, but the issue was closed.
Currently there is no way to read atom feeds, because adding any atom feed results in "No items found." In my case, atom feeds appear pretty much every now and then.
Libraries we could use:
The text was updated successfully, but these errors were encountered: