.tx | ||
docker-nextcloud-test-instances | ||
gradle/wrapper | ||
MaterialShowcaseView@89411a169c | ||
News-Android-App | ||
ownCloud-Account-Importer@242635e41c | ||
.gitignore | ||
.gitmodules | ||
build.gradle | ||
CHANGELOG.md | ||
COPYING-AGPL.md | ||
COPYING-README.md | ||
executeScreengrab.sh | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
News-Android-App.apk | ||
README.md | ||
Screengrabfile | ||
settings.gradle |
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
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:
-
Android Studio
-
Git installed (you can do the following stuff without git but I'm not going to show how).
Download and install:
-
Open cmd/terminal
-
Navigate to your workspace
-
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
-
Run the following script
News-Android-App/remove_invalid_languages.sh
-
Import the Project and start coding!
-
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
- see CHANGELOG.md