Go to file
Andy Scherzinger 011539440c
release 3.7.1
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-07-30 16:33:41 +02:00
.github add funding support 2019-05-28 17:15:44 +02:00
.idea/codeStyles reformat imports 2019-07-23 07:26:35 +02:00
.tx
automationTest increase httpclient version 2018-10-17 14:50:46 +02:00
doc
drawable_resources Copy internal link 2019-06-05 12:32:03 +02:00
fastlane move to versionDev flavor 2019-05-17 07:52:20 +02:00
gradle/wrapper Bump gradle from 3.3.2 to 3.4.0 2019-04-18 09:47:48 +02:00
res/xml
scripts merge commit should always run drone 2019-07-25 11:54:12 +02:00
src [tx-robot] updated from transifex 2019-07-30 03:08:25 +00:00
third_party/touch-image-view
user_manual
.codecov.yml set threshold 2018-08-21 09:38:47 +02:00
.drone.yml fix check if source code was modified 2019-07-22 14:55:49 +02:00
.editorconfig email on failure 2019-05-21 11:46:19 +02:00
.gitignore ignore Fastlane 2019-05-09 07:38:06 +02:00
.gitmodules
.pullapprove.yml only one review 2019-01-21 13:23:58 +01:00
CHANGELOG.md release 3.7.1 2019-07-30 16:33:41 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md update issue reporting template link 2019-01-30 11:26:59 +01:00
ICONS.txt
LICENSE.txt
README.md readme: simplify grep + awk -> awk 2018-11-20 00:50:48 +01:00
SETUP.md direct usage of library project 2019-04-17 10:07:53 +02:00
THIRD_PARTY.txt
build.gradle daily dev 20190730 2019-07-30 03:34:52 +02:00
checkstyle.xml
detekt.yml Move first run and whats new to onboarding package 2019-05-31 15:45:14 +01:00
gplay.gradle remove gcm as we use firebase messaging 2018-09-05 12:23:00 +02:00
gradle.properties Migrate current account getter from AccountUtils to UserAccountManager 2019-04-14 21:02:43 +01:00
gradlew
gradlew.bat
lint.xml change ignore version on freemarker 2019-01-04 13:26:10 +01:00
ruleset.xml - rename ruleset 2019-04-12 07:44:25 +02:00
settings.gradle
spotbugs-filter.xml handle silent delete/delete-all push notifications 2019-05-23 10:41:19 +02:00
suppressions.xml
wait_for_emulator.sh use newest docker-image only for analysis 2018-06-22 13:15:34 +02:00

README.md

Nextcloud Android app

Build Status Codacy Badge Releases irc

Download from Google Play Get it on F-Droid

The Android client for Nextcloud. Easily work with your data on your Nextcloud.

App screenshots

How to contribute

If you want to contribute to Nextcloud, you are very welcome:

  • on our IRC channels irc and irc on freenode
  • our forum at https://help.nextcloud.com
  • for translations of the app on Transifex
  • opening issues and PRs (including a corresponding issue)

Contribution Guidelines & License

GPLv2. All contributions to this repository from June, 16 2016 on are considered to be licensed under the AGPLv3 or any later version.

Nextcloud doesn't require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds following line to the header of a file, if they changed it substantially:

@copyright Copyright (c) <year>, <your name> (<your email address>)

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

Please review the guidelines for contributing to this repository.

More information how to contribute: https://nextcloud.com/contribute/

Start contributing

Make sure you read SETUP.md and CONTRIBUTING.md before you start working on this project. But basically: fork this repository and contribute back using pull requests to the master branch. Easy starting points are also reviewing pull requests and working on starter issues.

Getting debug info via logcat

With a computer:

  • connect the device via USB
  • open command prompt/terminal
  • enter adb logcat | grep "$(adb shell ps | awk '/com.nextcloud.client/{print $2}')" > logcatOutput.txt to save the output to this file

Note: You must have adb installed first!

On a device (with root)

  • open terminal app (can be enabled in developer options)
  • get root access via "su"
  • enter logcat -d -f /sdcard/logcatOutput.txt
  • you will have to filter the output manually, as above approach is not working on device

or

Note: Your device needs to be rooted for this approach!

Development version

Support

If you need assistance or want to ask a question about the Android app, you are welcome to ask for support in our Forums or the IRC-Channel. If you have found a bug, feel free to open a new Issue on GitHub. Keep in mind, that this repository only manages the Android app. If you find bugs or have problems with the server/backend, you should ask the Nextcloud server team for help!

Remarks

Google Play and the Google Play logo are trademarks of Google Inc.