📱 Nextcloud Android app
Find a file
David A. Velasco f014fbe20e Merge pull request #1453 from owncloud/share_permissions__fix_unintended_browse_back
Removed automatic back-browse; error codes from server do not disting…
2016-01-27 13:40:15 +01:00
.settings OC-216: Hide Refresh Button. OC-65 2013-06-03 12:43:42 +02:00
.tx Update transifex strings 2013-10-17 18:07:13 +02:00
automationTest update -gitignore and readme 2015-06-08 15:02:29 +02:00
doc Update setup, changes from the issue #1154 2015-09-14 14:07:05 +02:00
gradle/wrapper Merge branch 'develop2' into imageGrid2 2015-01-19 21:02:37 +01:00
libs fix ant/eclipse based build with actual exploded aar for appcompat-v7 2015-07-26 23:07:52 +02:00
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 Merge pull request #1451 from owncloud/share__edit_privileges 2016-01-27 11:28:16 +01: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 bump tests to android-22 2015-07-26 23:09:11 +02:00
third_party/touch-image-view Added exploded appcompat-v7 AAR to allow building from Ant and Eclipse 2015-05-26 13:31:50 +02:00
user_manual Merge branch 'master' of https://github.com/owncloud/android into material_buttons 2015-12-28 20:03:25 +01:00
.classpath Added requested changes. 2014-09-01 21:12:51 +02:00
.gitignore Restore .gitignore and SETUP.md, remove files that were added 2014-11-25 20:46:44 +01:00
.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 junit for android app 2012-09-30 01:14:38 +02:00
.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 Revert "Force ant and android studio to use Java7" 2015-12-22 11:09:16 +01:00
build.xml add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +02:00
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 Commit for the PR 2014-10-28 16:09:34 +01:00
gradlew.bat Commit for the PR 2014-10-28 16:09:34 +01:00
issue_template.md Added CONTRIBUTING.md and THIRD_PARTY.txt 2013-03-25 15:08:40 +01:00
LICENSE.txt Copyright note fixes 2013-04-17 12:26:13 +02:00
pom.xml Commit for the PR 2014-10-28 16:09:34 +01:00
proguard.cfg adjusting design to holo, stability for account setup 2012-05-13 16:13:13 +02:00
project.properties Revert "Force ant and android studio to use Java7" 2015-12-22 11:09:16 +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 Update gradle - remove actionSherlock 2015-05-21 16:43:34 +02:00
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 Update THIRD_PARTY License 2015-05-27 14:23:38 +02:00

#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.