No Description

David A. Velasco 2681f8c22b Improved navigation after errors due to removal of shares, files or users from a separate client 9 years ago
.settings 6daba6801f OC-216: Hide Refresh Button. OC-65 12 years ago
.tx dc70f9e890 Update transifex strings 11 years ago
automationTest 2a217ad905 update -gitignore and readme 10 years ago
doc 8ed97d7433 Update setup, changes from the issue #1154 9 years ago
gradle d4e0f3bdb1 Merge branch 'develop2' into imageGrid2 10 years ago
libs b4c33b8ff8 fix ant/eclipse based build with actual exploded aar for appcompat-v7 9 years ago
oc_jb_workaround 36a97a091d Bumped version numbers (app and workaround-app) 9 years ago
owncloud-android-library @ 275c042f78 3b4b8ceadd Dinamycally find out the maximum permissions to reshare 9 years ago
res 628e713268 Update model changed: permission updates are requested to the server as soon as the user changes any value 9 years ago
src 2681f8c22b Improved navigation after errors due to removal of shares, files or users from a separate client 9 years ago
tests 193950196c bump tests to android-22 9 years ago
third_party 519bebf461 Added exploded appcompat-v7 AAR to allow building from Ant and Eclipse 10 years ago
user_manual a812784ddd Merge branch 'master' of https://github.com/owncloud/android into material_buttons 9 years ago
.classpath db4ccec8ee Added requested changes. 10 years ago
.gitignore 69013b0e8d Restore .gitignore and SETUP.md, remove files that were added 10 years ago
.gitmodules fb423bf719 Updated submodule to point to the branch with the additional stuff for the copy action 9 years ago
.project 333514da73 junit for android app 12 years ago
.travis.yml 2b6e05f3d2 Merge pull request #1105 from owncloud/fixLegacyTravis 9 years ago
AndroidManifest.xml 79c0171416 Removed unneeded permissions 9 years ago
CHANGELOG.md 9e5a49a6ac Update Changelog for 1.9 version 9 years ago
CONTRIBUTING.md 3141659306 Updated documents and .gitmodules with new policy: PRs should go to master, no more to develop 9 years ago
LICENSE.txt bdc0332c23 Copyright note fixes 12 years ago
README.md 3141659306 Updated documents and .gitmodules with new policy: PRs should go to master, no more to develop 9 years ago
SETUP.md 8ed97d7433 Update setup, changes from the issue #1154 9 years ago
THIRD_PARTY.txt 7359303702 Update THIRD_PARTY License 10 years ago
build.gradle 0c48a4686d Revert "Force ant and android studio to use Java7" 9 years ago
build.xml 7578a726b3 add buildscripts for environment setup and building with ant 13 years ago
gradlew 2cad715525 Commit for the PR 10 years ago
gradlew.bat 2cad715525 Commit for the PR 10 years ago
issue_template.md 58c569b968 Added CONTRIBUTING.md and THIRD_PARTY.txt 12 years ago
pom.xml 2cad715525 Commit for the PR 10 years ago
proguard.cfg 0aeb425885 adjusting design to holo, stability for account setup 13 years ago
project.properties 0c48a4686d Revert "Force ant and android studio to use Java7" 9 years ago
settings.gradle 5709757b11 Update gradle - remove actionSherlock 10 years ago
setup_env.bat 31160d2c4f Bump compile from 16-->22 in order to compile actual appcompat 9 years ago
setup_env.sh 31160d2c4f Bump compile from 16-->22 in order to compile actual appcompat 9 years ago

README.md

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