📱📰 Android client for the Nextcloud news/feed reader app
.tx | ||
assets | ||
libs | ||
res | ||
src | ||
.gitignore | ||
.project | ||
AndroidManifest.xml | ||
build.gradle | ||
COPYING-AGPL.md | ||
COPYING-README.md | ||
ic_launcher-web.png | ||
OwncloudNewsReader.apk | ||
OwncloudNewsReader.iml | ||
proguard-project.txt | ||
project.properties | ||
README.md |
ownCloud News Reader - Android App
The ownCloud News Reader Android App is under AGPLv3 License terms.
Status: Beta
Bugs and enhancements can be reported under: https://github.com/owncloud/News-Android-App/issues
Language
Is your language not supported yet ? You can add your language easily on: https://www.transifex.com/projects/p/owncloud/resource/android-news/
FAQ:
My app shows an empty Toast when trying to sync or sign-in (little dark box at the button of the screen)
- Make sure you're using the latest version of the news app and the appframework from GitHub. Otherwise you can use the Android version <= 0.3.3.
Updates
0.3.5
- Fixed issue #52 (Folders visible multiple times)
- Fixed issue #53 (New items get added at the bottom)
- Added default feed favIcon
- Theme is now also applied in the settings screen
- Implemented #56 (Click on header to open article in browser)
0.3.4
- Offline reading (Only when you sync items the marked/starred/unread/unstarred items get synchronized. This save a lot of network traffic
- Offline image caching
- Login is getting verified when you click sign-in
- Strict-Hostname-Verification (Important Security Fix)
- Simple or extended list view
- Light or dark app Theme
- Implemented #29 Mark all Article in one Column as readed
- A lot of other new stuff and fixes