📱 Nextcloud Android app
Find a file
2015-11-02 15:25:43 +01:00
.settings
.tx
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
libs fix ant/eclipse based build with actual exploded aar for appcompat-v7 2015-07-26 23:07:52 +02:00
oc_jb_workaround Update versionName and versionCode for version 1.8. Also in workaround 2015-09-16 16:54:07 +02:00
owncloud-android-library@f02dffb1d3 Update library reference, sync_full_folder 2015-10-30 14:11:01 +01:00
res change devider color to #f8f8f8 2015-11-02 15:25:43 +01:00
src fixed another typo 2015-11-02 12:32:15 +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
.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 Update versionName and versionCode for version 1.8. Also in workaround 2015-09-16 16:54:07 +02:00
build.gradle Merge branch 'master' into copy 2015-09-01 18:35:51 +02:00
build.xml
CHANGELOG.md Update Changelog for 1.8 version 2015-09-30 10:43:56 +02: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 initial material design changes for the action bar 2015-07-26 01:49:27 +02: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.