Skip to content
πŸ“± Nextcloud Android app
Java Kotlin Ruby Shell Python Makefile Batchfile
Branch: master
Clone or download

Latest commit

Latest commit 01ef66a May 28, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Move CI tasks to github actions May 19, 2020
.idea/codeStyles Merge pull request #5531 from nextcloud/fix/AS36 Mar 5, 2020
.tx fix he->iw and id->in Jun 2, 2018
automationTest increase httpclient version Oct 17, 2018
doc Android screenshot Oct 20, 2017
drawable_resources consistent naming schema for folder icons May 12, 2020
fastlane fix fastlane RC Jan 8, 2020
gradle/wrapper use newest gradle Jan 21, 2020
res/xml fixed cherry picked new details Jul 27, 2017
screenshots replace screenshot due to changed toolbar coloring May 5, 2020
scripts - disabling test_orchestrator May 26, 2020
src Merge pull request #6156 from nextcloud/feature/ui-revamp/new-drawer May 28, 2020
third_party/touch-image-view Added exploded appcompat-v7 AAR to allow building from Ant and Eclipse May 26, 2015
user_manual remove git submodule Oct 2, 2017
.codecov.yml set threshold Aug 21, 2018
.drone.yml Fix failing CI, some tests still might fail, but at least all are exe… May 20, 2020
.editorconfig Log search functionality and log browser refactoring Aug 14, 2019
.gitignore Add fastlane scripts Dec 5, 2019
.gitmodules remove git submodule Oct 2, 2017
.pullapprove.yml only one review Jan 21, 2019
CHANGELOG.md Update CHANGELOG.md Apr 23, 2020
CODE_OF_CONDUCT.md add code of conduct Jan 11, 2018
CONTRIBUTING.md Ninja-fix formatting of CONTRIBUTING.md Apr 1, 2020
ICONS.txt #781 add icons to website/twitter on user info screen, cleanup Mar 27, 2017
LICENSE.txt Copyright note fixes Apr 17, 2013
README.md iconify README.md Dec 17, 2019
SETUP.md direct usage of library project Apr 17, 2019
THIRD_PARTY.txt THIRD_PARTY: update references to external libraries Oct 25, 2017
build.gradle Bump commons-io from 2.6 to 2.7 May 28, 2020
checkstyle.xml Incorporated Checkstyle, findbugs, pmd and lint Oct 8, 2016
detekt.yml Removed MigrationManager Robolectric tests Mar 6, 2020
gplay.gradle Bump to latest firebase messaging Mar 23, 2020
gradle.properties Removed gradle heap-size property (fail) Jan 31, 2020
gradlew Commit for the PR Oct 28, 2014
gradlew.bat Commit for the PR Oct 28, 2014
lint.xml Switch to bouncycastle Apr 22, 2020
ruleset.xml - rename ruleset Apr 12, 2019
settings.gradle Direct editing support Jan 7, 2020
spotbugs-filter.xml E2E overhaul May 18, 2020
suppressions.xml Incorporated Checkstyle, findbugs, pmd and lint Oct 8, 2016

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.

You can’t perform that action at this time.