This application lets you: <ul> <li>sync with your FreshRSS instance</li> <li>view all your subscriptions</li> <li>view subsciptions with unread articles</li> <li>read your subscription's articles</li> <li>set an article as read/unread</li> <li>share an article to another application (for instance you favorite social network application)</li> <li>open the original web page of the article</li> <li>add new RSS feeds</li> </ul>
# Features * Add fast scroller bar * Improve article related actions (open in browser, share, etc.) * Emotionnal design * fr translation * Option to configure refresh schedule * Suport adding a new feed # Bug fixes * Alphabetically sort categories * Links in articles can be opened in browser * Fix unability to log in cleartext on Android 9 * Fix hole refresh failing when an article's JSON is malformed
# Features - Support favorites <3 - New animation when navigating between the screens, - Stop refresh on application startup for better resource consumption - Retain article scroll position throughout restart - Display unread articles count for categories - Add a notification for reporting application crashes - Better handle pictures embedded in a link by showing the link under the picture # Bug fixes - Lots of performance improvements <3 - Do not show categories with no feed - Fix crash on Android 5.0 and 5.1 when displaying on article view - Fix display of home and back button - Fix swipe right not working when comming back from article view
## Features * Updating arabic translations * Updating french translations ## Bug fixes * Fix app crash sometimes when closing article * Fix app crashes when trying to login to a bad URL * Automatically refresh if needed on activity resume * Refresh fails when feed icon contains errors
# Features * Add possibility to enable a debug mode * Add possibility to send a report of failed refreshed when debug mode is enabled * Update dependencies # Bug fixes * Fix some context crashes in fragments * Fix retrieving articles restults in 404 * Make english sentence more natural to native speakers
# Features * Complete rewrite of the login page * Support correct autoifill from password managers like KeePassDX # Bug fixes * Fixes message problems when the server is incorrectly configured, adding indications about: * when entered URL seems incorrect, * when API endpoint seems not correct, * when /p/'s parent is exposed, * when API access is disabled, * when credentials are incorrect because you may not have set the API password. * Fixes URL not trimmed in the login page * Fixes crash when login process returns something else than 200 * Fixes issue when sepcifying URL with port
## Features * Add vertical scrollbar on article view * Add possibility to categorize when adding a feed ## Bug fixes *Article position is now saved when app is swiped way * Swipe right to mark read an article then navigating back immediatly after work again * Fixes crash when adding a feed
# Features * Swipe gesture to navigate between subscription sections * Sort subscriptions alphabetically in ''all'' section and by newest item crawl date in ''unread' section * Implement pull-to-refresh pattern to sync with server * Add animation in views's transtions * Implement fetching subscription's icons and display them * Add sections and section headers to subscriptions * Add badge to unread articles section to indicate total count of unread articles * Implement ability to browse feeds by category * Add better styling for article display # Bug fixes * Fix service lately binded to application causing stacktrace * Fix loader displaying infinitely when a subscription section stays empty after refresh by displaying a hint text stating section is empty * Fix empty screen when going back from the initial screen * Fix refresh notification not being closed when fetching content fails * Fix crash hapening sometimes when fetching unread article count * Fix spinner infinitely loading when comming back from a feed with a single unread article * Fix articles in subscriptions not being sorted by publication date * Fix UTF-8 problem on article detail on Android 5.0