📱📰 Android client for the Nextcloud news/feed reader app
Find a file
Tobias Kaminsky 1b6cec0f3c
Fix transifex
Transifex is using values-es_419 for spanish "latin america", but this is not supported on android. This changes "values-es_419" to "values-es-rUS", which works.
2017-12-19 10:37:23 +01:00
.tx Fix transifex 2017-12-19 10:37:23 +01:00
docker-nextcloud-test-instances Add docker test container 2017-05-26 22:34:31 +02:00
gradle/wrapper update to Android Studio 3 / update gradle to v.3.0.0 / update butterknife to v.8.8.1 2017-11-07 20:18:06 +01:00
MaterialShowcaseView@c1116840d1 Fix bug with f-droid (missing google repo) 2017-12-05 18:56:57 +01:00
News-Android-App Fix #607 - Workaround for SSL Handshake failed on Android 7.0 2017-12-18 20:27:31 +01:00
ownCloud-Account-Importer@242635e41c update to Android Studio 3 / update gradle to v.3.0.0 / update butterknife to v.8.8.1 2017-11-07 20:18:06 +01:00
.gitignore Remove files generated by IDEs 2015-03-29 11:16:01 +02:00
.gitmodules Deleted unused submodule. 2015-11-17 16:35:40 +01:00
build.gradle Update gradle 2017-12-18 20:26:52 +01:00
CHANGELOG.md Update to 0.9.9.12 2017-12-05 19:37:09 +01:00
COPYING-AGPL.md change repo 2013-05-26 14:39:44 +02:00
COPYING-README.md change repo 2013-05-26 14:39:44 +02:00
executeScreengrab.sh add screengrab support / refactoring 2016-03-19 20:08:44 +01:00
gradle.properties Fix #583 (App crashes on Android 8) 2017-10-19 22:16:44 +02:00
gradlew add screengrab support / refactoring 2016-03-19 20:08:44 +01:00
gradlew.bat Update project structure for gradle build system 2014-01-24 09:45:36 +01:00
README.md Update README.md 2017-11-09 23:33:21 +01:00
Screengrabfile Bugfix / Refactoring 2016-03-29 18:04:43 +02:00
settings.gradle Use customtabs support library, remove customtabs submodule 2015-09-27 12:04:58 +02:00

Nextcloud News Reader Android App

The Nextcloud News Reader Android App is under AGPLv3 License terms.

Get it on Google Play Get it on F-Droid

Bugs and enhancements can be reported under: https://github.com/owncloud/News-Android-App/issues

Donate

Flattr this git repo

How to use the Beta App via Google Play?

Nextcloud News Beta

Help to translate

Have you found a translation error? Or would you like to use ownCloud News Reader in your native language?

You can join the translation team and improve one of over 100 languages (it's the android-news app).

How to compile the App

Requirements:

  1. Android Studio

Download and install:

  1. Open cmd/terminal

  2. Navigate to your workspace

  3. Then type in:

git clone --recursive https://github.com/owncloud/News-Android-App.git

for the dev branch:

git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev
  1. Import the Project and start coding!

  2. If you should ever get a Gradle error Configuration with name 'default' not found while building, execute following commands in the projects root directory:

git submodule init
git submodule update

That's all. I hope it works for you! If something is not working, please send me an email to david-dev@live.de

Contributors

Changelog