Etuldan / spaRSS

Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
145 stars 31 forks source link

How to add default rss feed with always retrive full text? #292

Open seri0099 opened 5 years ago

seri0099 commented 5 years ago

i already did default rss feed with database exec but its only showing me feed,its not retriving full text and images... database.execSQL("INSERT INTO " + FeedColumns.TABLE_NAME + " (" + FeedColumns.URL + "," + FeedColumns.NAME + ") VALUES ('" + "url" + "','" + "text" + "')");

maybe some FeedColumns.RETRIEVE_FULLTEXT ??? but how?