- Allow user-added CAs on Android >= 7
- Downgrade support libraries to 25.0.1 to fix FloatingActionButton behavior (Fixes #34)
- The Floating Action Button to mark all items as read now temporarily turns into a reload button after marking all items as read
- Fix crash when favicon failed to load
- Show feed failures in manage feeds activity
- Ignore contentHash for now, fixes syncing in certain circumstances (Fixes #26)
- Add day/night theme support (Fixes #15)
- Fix login with subdirectory (Thanks to @Eloo) (Fixes #23)
- Improve error messages when login failed
- Fix crash when username is not known yet (Fixes #22)
- Fix ordering in article view
- Use the same ordering as the web interface (Fixes #19)
- Remove sorting options again, Nextcloud News with support for this is not released yet
- Workaround bug in realm 2.0.0 (realm/realm-java#3505)
Note: You will have to login and sync again due to internal changes after the upgrade
- Add Russian translation (Thanks to @thfree)
- Add more sorting options (sort by publication or update date)
- Only useful when using Nextcloud News >= 9.0.5 as the "real" publication date is not available on earlier versions (see nextcloud/news#43)
- Fix feed icons for youtube feeds
- Use the same dialog for changing and adding a feed
- Use the dominant favicon color as feed color
- Handle the case when the returned item url is NULL
- Fix crash when trying to login
- It's now possible to manage feeds directly in the app
- Add new feeds via Share Dialog from other apps
- Small design improvements (inset dividers)
- Only allow colors with high enough contrast as text colors for Feed titles
- Decode HTML entities in Feed titles
- Enable zoom on article views (useful for webcomics)
The "upside down" release
- Use the largest available favicon
- Add ability to reverse article sort order
The "Nothing to see here" release
- Fix the build on f-droid
The "New colors, please" release
- Switch to a light blue color scheme (inspired by Nextcloud theme)
- Improve performance in the article view
- Add play button to play enclosed media in an external player
- Use the hash of the feed url to generate the fallback color when the feed has no favicon
The "Smooth Operator" release
- Make the color transition smoother when swiping from article to article
- Add fade effect or the favicon color in the list view
- Fix favicon loading (again)
- Small design changes to better follow the material design spec
- Some fixes for sdk levels < 19
The "color ALL the feeds" release
- Use Gmail-style images for feeds without favicon
- Fix initial sync not starting when logging in
- ownCloud news was renamed to Nextcloud news, rename all references
- Change color scheme (green instead of orange accent color)
- Add back the FloatingActionButton in the list view to mark all articles as read
- Add action mode to article list
- Improve login activity error handling
- Don't synchronize item states in parallel
- Scroll to current item when returning from article view to the article list
- Remove accepting of self-signed certs again, this undermines TLS security
- Don't start a full sync if article changes weren't synced successfully (hopefully fixes #6)
- Fixes for LoginActivity
- Add possibility to accept self-signed certs (Uses MemorizingTrustManager)
- Update proguard rules to fix colors not being applied in article webview
- Slight UI improvement for login activity
- Treat items with the same fingerprint as one item (needs Nextcloud News >= 8.1.0)
- Improve loading of feed colors in article view
- Improve handling of unread/starred changes
- Fix bug leading to a crash when selecting an item in the drawer while "only Unread" is selected
- Show warning when Nextcloud News is improperly configured
- Improve drawer reloading when only unread is changed
- Make favicon loading more reliable
- Show thumbnails for embedded youtube videos
- Prevent having to scroll horizontally in article view
- Add null checks for JSON responses
First beta release
- Use hardware rendering for webview on Marshmallow
- Disable toolbar scrolling in article activity
- Improve favicon handling
- Fix initial sync
Initial alpha release