📱 Nextcloud Android app
Find a file
2016-01-29 01:13:33 -05:00
.settings
.tx
automationTest
doc Update setup, changes from the issue #1154 2015-09-14 14:07:05 +02:00
gradle/wrapper
libs
oc_jb_workaround Bumped version numbers (app and workaround-app) 2015-11-25 09:42:13 +01:00
owncloud-android-library@95919c9005 Fixed operation of app after SAML expired sessions while editing share permissions 2016-01-27 11:09:24 +01:00
res [tx-robot] updated from transifex 2016-01-29 01:13:33 -05:00
src Removed automatic back-browse; error codes from server do not distinguish between excess of permissions, removed share or removed file 2016-01-27 13:13:23 +01:00
tests
third_party/touch-image-view
user_manual Merge branch 'master' of https://github.com/owncloud/android into material_buttons 2015-12-28 20:03:25 +01:00
.classpath
.gitignore
.gitmodules Updated submodule to point to the branch with the additional stuff for the copy action 2015-08-18 17:07:35 +02:00
.project
.travis.yml Merge pull request #1105 from owncloud/fixLegacyTravis 2015-10-29 19:03:41 +01:00
AndroidManifest.xml Removed unneeded permissions 2015-11-25 09:42:15 +01:00
build.gradle Force ant and android studio to use Java7 2015-12-22 11:40:07 +01:00
build.xml
CHANGELOG.md Update Changelog for 1.9 version 2015-12-11 09:24:54 +01:00
CONTRIBUTING.md Updated documents and .gitmodules with new policy: PRs should go to master, no more to develop 2015-08-07 09:15:14 +02:00
gradlew
gradlew.bat
issue_template.md
LICENSE.txt
pom.xml
proguard.cfg
project.properties Force ant and android studio to use Java7 2015-12-22 11:40:07 +01:00
README.md Updated documents and .gitmodules with new policy: PRs should go to master, no more to develop 2015-08-07 09:15:14 +02:00
settings.gradle
SETUP.md Update setup, changes from the issue #1154 2015-09-14 14:07:05 +02:00
setup_env.bat Bump compile from 16-->22 in order to compile actual appcompat 2015-07-26 23:23:45 +02:00
setup_env.sh Bump compile from 16-->22 in order to compile actual appcompat 2015-07-26 23:23:45 +02:00
THIRD_PARTY.txt

#This is the Android client for ownCloud

The app performs file synchronization with an ownCloud server. Other ownCloud features may be added in the future, but they are not a priority right now.

Build Status on

Git master: Build Status

Git stable: Build Status

Development

Project Setup

Make sure you read SETUP.md when you start working on this project.

Contributing

Please see Contribution Guidelines. Fork this repository and contribute back using pull requests. All pull requests should be based on, and targeted to, the 'master' branch.