📱📰 Android client for the Nextcloud news/feed reader app
Find a file
David Luhmer c6cbe1dd40 Fix #571
2017-11-09 19:30:46 +01:00
.tx Add one more invalid language to transifex mapping. 2015-10-03 08:37:27 +02: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@89411a169c 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
News-Android-App Update to 0.9.9.10 2017-11-07 23:05:07 +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 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
CHANGELOG.md Fix #571 2017-11-09 19:30:46 +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
News-Android-App.apk Update to 0.9.9.9 2017-10-25 18:10:01 +02:00
README.md Fix #571 2017-11-09 19:30:46 +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.

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?

Join the following Google Group: https://groups.google.com/d/forum/owncloud-news-android-app

There you can find a link (after I accepted you in the group) to Google Play for registering as beta tester of the app.

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

  2. Git installed (you can do the following stuff without git but I'm not going to show how).

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. Run the following script News-Android-App/remove_invalid_languages.sh

  2. Import the Project and start coding!

  3. 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