|
2 月之前 | |
---|---|---|
.devcontainer | 3 月之前 | |
.github | 3 月之前 | |
.idea | 6 月之前 | |
.tx | 10 月之前 | |
LICENSES | 10 月之前 | |
app | 2 月之前 | |
appscan | 8 月之前 | |
doc | 10 月之前 | |
drawable_resources | 10 月之前 | |
fastlane | 10 月之前 | |
gradle | 3 月之前 | |
scripts | 3 月之前 | |
src | 4 月之前 | |
user_manual | 11 月之前 | |
.codecov.yml | 10 月之前 | |
.drone.yml | 3 月之前 | |
.editorconfig | 8 月之前 | |
.gitignore | 10 月之前 | |
.pullapprove.yml | 10 月之前 | |
CHANGELOG.md | 4 月之前 | |
CODE_OF_CONDUCT.md | 10 月之前 | |
CONTRIBUTING.md | 4 月之前 | |
Gemfile | 4 年之前 | |
Gemfile.license | 11 月之前 | |
Gemfile.lock | 4 月之前 | |
Gemfile.lock.license | 11 月之前 | |
LICENSE.txt | 12 年之前 | |
README.md | 3 月之前 | |
REUSE.toml | 8 月之前 | |
SECURITY.md | 5 月之前 | |
SETUP.md | 10 月之前 | |
build.gradle | 4 月之前 | |
gradle.properties | 6 月之前 | |
gradlew | 7 月之前 | |
gradlew.bat | 7 月之前 | |
gradlew.bat.license | 11 月之前 | |
gradlew.license | 11 月之前 | |
jacoco.gradle | 11 月之前 | |
jacoco.gradle.license | 11 月之前 | |
ndk.env | 3 年之前 | |
ndk.env.license | 10 月之前 | |
renovate.json5 | 3 月之前 | |
renovate.json5.license | 10 月之前 | |
ruleset.xml | 10 月之前 | |
settings.gradle | 10 月之前 | |
suppressions.xml | 10 月之前 |
Signing certificate fingerprint to verify the APK:
not suitable for Fdroid downloads, as Fdroid is signing it on their own
SHA-256: fb009522f65e25802261b67b10a45fd70e610031976f40b28a649e152ded0373
SHA-1: 74aa1702e714941be481e1f7ce4a8f779c19dcea
The Android client for Nextcloud. Easily work with your data on your Nextcloud.
Note: The section Known Problems / FAQs below may already document your situation.
If you need assistance or want to ask a question about the Android app, you are welcome to ask for support in the Nextcloud Help Forum. If you have found a probable bug or have an enhancement idea, feel free to open a new Issue on GitHub.
If you're not sure if something is a bug or a configuration matter (with your client, server, proxy, etc.), the Nextcloud Help Forum is probably the best place to start so that you can get feedback (you can always return here, after getting feedback there, to report a suspected bug).
Keep in mind, that this repository only manages the Android app. If you find bugs or have problems with the server/backend, you should use the Nextcloud Help Forum to ask for help or report the bug to the Nextcloud server team!
If you want to contribute to the Nextcloud Android client app, there are many ways to help whether or not you are a coder:
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:
SPDX-FileCopyrightText: <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 on how to contribute: https://nextcloud.com/contribute/
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.
adb logcat --pid=$(adb shell pidof -s 'com.nextcloud.client') > logcatOutput.txt
to save the output to this fileNote: You must have adb installed first!
adb shell pidof -s 'com.nextcloud.client'
and use the output as <processID>
in the following command:adb logcat --pid=<processID> > "%USERPROFILE%\Downloads\logcatOutput.txt"
(This will produce a logcatOutput.txt
file in your downloads)18841
, an example command is: adb logcat --pid=18841 > "%USERPROFILE%\Downloads\logcatOutput.txt"
(You might cancel the process after a while manually: it will not be exited automatically.)%USERPROFILE%
with $env:USERPROFILE
in the commands above.logcat -d --pid $(pidof -s com.nextcloud.client) -f /sdcard/logcatOutput.txt
or
Note: Your device needs to be rooted for this approach!
Push Notifications are not currently supported in the F-Droid builds due to dependencies on Google Play services.
Google Play and the Google Play logo are trademarks of Google Inc.