android-rss
android-rss copied to clipboard
Lightweight Android library to parse RSS 2.0 feeds.
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Tried to use your lib unfortunately got an error: `E/g.allatra.vest: Maybe bug 77342775, looking for Lorg/apache/http/conn/scheme/SchemeSocketFactory; 0x12e2c808[continuous;main space (region space)] defined in /data/app/org.allatra.vesti-6Ivn8VX5g-PnsnhK81HszA==/base.apk/0x7d2fdd40d7c0 with loader: dalvik.system.PathClassLoader/0x7d2f4ce29a50[hit:continuous;main space (region space)](/data/app/org.allatra.vesti-6Ivn8VX5g-PnsnhK81HszA==/base.apk/0x7d2fdd40d7c0);java.lang.BootClassLoader/0x7d2fdd373c30 in...
the default conection timeout and read timeout of HttpURLConnection is -1 which means the socket will always wait to read data and block the user thread forever if server not...
It would be very helpful and time saving to add the proguard rules needed in order to add this library to a project.
To avoid requests on orientation change, being able to Parcel this items would make things easier. I can make the PR, but it's terrible to still work on a Eclipse...
Add some kind of API that allows devs to add support for new tags. It can by adding setters to RSSHandler. I have to handle RSS feed where instead of...
Hi, can you add support from gradle and publish as artifact on maven central? you can follow this guide: http://gmariotti.blogspot.it/2013/09/publish-aar-file-to-maven-central-with.html
Trying to compile with this library in my app on API level 25 and it's not working. Error:(46, 13) Failed to resolve: org.apache.httpcomponents:httpclient:4.5 After examining [some other help](https://stackoverflow.com/questions/31433687/android-gradle-apache-httpclient-does-not-exist) it seems...
Hello. I'm trying to parse a feed from my website, which is encoded in ISO-8859-1 and uses accented characters (which are very common in Italian language). The parser throw an...