📱 Nextcloud Android app
Find a file
tobiaskaminsky c025fe69f6
add encoding
2017-08-10 16:31:25 +02:00
.tx
androidTest
automationTest
doc
drawable_resources custom folder icon 2017-08-08 12:59:02 +02:00
gradle/wrapper update to gradle gradle-4.1 & fixing deprecated gradle API calls 2017-08-08 13:00:05 +02:00
libs
res/xml
scripts/lint add encoding 2017-08-10 16:31:25 +02:00
src FileFragment Avoid non default constructors in fragments use a default 2017-08-10 16:31:25 +02:00
tests
third_party/touch-image-view
user_manual
.drone.yml
.gitignore
.gitmodules
.pullapprove.yml
build.gradle update to gradle gradle-4.1 & fixing deprecated gradle API calls 2017-08-08 13:00:05 +02:00
CHANGELOG.md
checkstyle.xml
CONTRIBUTING.md
findbugs-filter.xml
gradle.properties Fix build 2017-08-08 12:59:54 +02:00
gradlew
gradlew.bat
ICONS.txt
issue_template.md
LICENSE.txt
lint.xml fix identation 2017-08-08 13:00:04 +02:00
pmd-ruleset.xml
proguard.cfg
README.md
settings.gradle
SETUP.md
suppressions.xml
THIRD_PARTY.txt
wait_for_emulator.sh

Nextcloud Android app Build Status Codacy Badge

Download from Google Play Get it on F-Droid

irc irc

Please stay tuned while we get all the repositories up.

Meanwhile check out https://nextcloud.com and follow us on https://twitter.com/nextclouders

If you want to contribute, you are very welcome:

  • on our IRC channels #nextcloud & #nextcloud-mobile irc://#nextcloud-mobile@freenode.net (on freenode) and
  • our forum at https://help.nextcloud.com

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.

if you want to join the Github organization just let us know and well add you! :)

This is by the community, for the community. Everyone is welcome! :)

Start contributing

Make sure you read SETUP.md and CONTRIBUTING.md when you start working on this project. 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 issue.

Get debug infos via logcat

With computer

  • connect device via usb
  • open command prompt/terminal
  • adb logcat > logcatOutput.txt to save the output to this file

Note: you must have adb installed first

On device (with root)

  • open terminal app (can be enabled in developer options)
  • get root access via "su"
  • enter "logcat -d -f /sdcard/logcatOutput.txt"

or

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

Dev version: direct download or via Fdroid

License: GPLv2

New contributions are added under AGPLv3.