This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
Releases: schaal/ocreader
Releases · schaal/ocreader
Release 0.15
- 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)
Release 0.14
- 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)
Release 0.13
The "upside down" release
- Use the largest available favicon
- Add ability to reverse article sort order
Release 0.12
The "Nothing to see here" release
- Fix the build on f-droid
Release 0.11
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
Release 0.10
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
Release 0.9
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
Release 0.8
- 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
Release 0.7
- Remove accepting of self-signed certs again, this undermines TLS security (see e.g. https://github.com/owncloud/news/blob/master/docs/developer/External-Api.md#security-guidelines), Unfixes #5
- Don't start a full sync if article changes weren't synced successfully (hopefully fixes #6)
- Fixes for LoginActivity
Release 0.6
- Add possibility to accept self-signed certs (Uses MemorizingTrustManager), Fixes #5