📱 Nextcloud Android app
Find a file
Andy Scherzinger d975c420cb Merge pull request #1372 from nextcloud/hardenDBupgrade
Harden database upgrade
2017-08-21 12:54:45 +02:00
.tx
androidTest
automationTest
doc
drawable_resources add slides 2017-08-17 15:00:13 +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 Drone: update Lint results to reflect reduced error/warning count [skip ci] 2017-08-21 07:08:03 +00:00
src harden database upgrade 2017-08-21 11:46:39 +02:00
tests
third_party/touch-image-view
user_manual
.drone.yml uncomment firebase correctly for non-generic builds 2017-08-10 23:00:05 +02:00
.gitignore
.gitmodules
.pullapprove.yml
build.gradle Merge pull request #1368 from nextcloud/libBump 2017-08-18 09:57:57 +02:00
CHANGELOG.md set final/stable release version to 2.0.0 2017-08-17 15:00:11 +02:00
checkstyle.xml
CONTRIBUTING.md
findbugs-filter.xml
gradle.properties
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 Add release badge 2017-08-15 14:24:51 +02:00
settings.gradle
SETUP.md
suppressions.xml
THIRD_PARTY.txt
wait_for_emulator.sh

Nextcloud Android app Build Status Codacy Badge Releases

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.