EasyRSS was an Android app for RSS services compatible with Google Reader API.
The recommended RSS back-end service is FreshRSS.
- Sync with RSS services compatible with Google Reader API
- Image downloading for off-line reading
- Simple swipe between starred/all/unread items
- Manage starred items
- View items by tag or subscription
- State saving & syncing
- Slide up & down to move between items
- Font size adjustment
This fork aims to maintain compatibility with Android 4.3 (API level 18) and bring a different experience to using EasyRSS.
The original Fork by Alexandre Alapetite(@Alkarex) added the possibility to use any back-end server among other improvements.
- FreshRSS: A free, self-hostable RSS aggregator, compatible with Google Reader API.
- HtmlCleaner: Open-source HTML parser, originally by Vladimir Nikic.
- HorizontalPager: An Android horizontally scrolling view that snaps to child pages neatly and supports nested vertically scrolling child views.