📱 Nextcloud Android app
Find a file
2016-05-24 12:53:41 +02: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
androidTest Added ui automator test case 2016-05-24 12:53:41 +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 studio generated gradle res 2016-05-07 11:49:14 +02:00
libs remove ANT build, bump gradle Android plugin to 2.0, remove lib resources used by ANT 2016-05-07 11:49:13 +02:00
oc_jb_workaround Removed unneeded project.properties files 2016-05-07 11:49:24 +02:00
owncloud-android-library@785562038e Updated reference to OC library with non-alphanumeric passwords fixed 2016-05-03 10:43:41 +02:00
res [tx-robot] updated from transifex 2016-05-22 01:13:49 -04:00
src Fix. [BUG] Some storages do not work when uploading content from other apps Drive 2016-05-23 13:04:31 +02:00
test/java/com/owncloud/android/utils Added sample local unit test 2016-05-24 12:53:41 +02:00
tests remove ANT build, bump gradle Android plugin to 2.0, remove lib resources used by ANT 2016-05-07 11:49:13 +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 Fixed Version Strings 2016-05-04 11:13:46 +02:00
.classpath undo classpath change 2014-11-25 21:16:30 +01:00
.gitignore #1320 remove maven build capabilities 2016-04-25 13:20:36 +02: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 Disable UI tests in Travis until we get a stable setup 2016-05-24 12:53:41 +02:00
AndroidManifest.xml Rename Uploader activity to ReceiveExternalFilesActivity 2016-05-23 13:04:31 +02:00
build.gradle Setup Espresso environment 2016-05-24 12:53:41 +02:00
CHANGELOG.md Changelog update 2.0.0 release 2016-04-21 11:31:48 +02:00
CONTRIBUTING.md update users mailing list address 2016-04-14 09:26:18 +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 typo 2016-04-06 09:20:53 +02:00
LICENSE.txt Copyright note fixes 2013-04-17 12:26:13 +02:00
proguard.cfg adjusting design to holo, stability for account setup 2012-05-13 16:13:13 +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 Fixed typo in settings.xml 2016-05-07 11:49:26 +02:00
SETUP.md Removed line referring to SDK Platform 19 2016-05-07 11:49:25 +02:00
THIRD_PARTY.txt fixed the version no of the FAB lib 2016-02-25 18:15:01 +01:00
wait_for_emulator.sh Run sample instrumented unit test in Travis 2016-05-24 12:53:41 +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.