📱 Nextcloud Android app
Find a file
2012-10-27 21:55:24 +02:00
.settings setting paths for file scheme 2012-05-17 22:42:03 +02:00
.tx updated translations 2012-10-15 17:44:19 +02:00
actionbarsherlock@9598f2bb2c revert of 5ffdcdd25e 2012-10-24 00:06:38 +02:00
doc adding webdav and carddav rfc specs 2011-09-27 11:20:21 +02:00
libs jackrabbit lib 2012-04-29 00:14:35 +02:00
res Solving modified date and length conflicts 2012-10-27 12:20:52 +02:00
src upload file only on write close 2012-10-27 21:55:24 +02:00
tests testing entire ocversion 2012-09-30 18:25:05 +02:00
third_party force update support library for outdated actionbarsherlock library 2012-10-06 11:58:11 +02:00
.classpath let tests run on emulator 2.2 2012-09-30 14:01:36 +02:00
.gitignore missing files 2011-09-04 13:46:28 +02:00
.gitmodules revert of 5ffdcdd25e 2012-10-24 00:06:38 +02:00
.project junit for android app 2012-09-30 01:14:38 +02:00
AndroidManifest.xml Solving modified date and length conflicts 2012-10-27 12:20:52 +02:00
build.xml add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +02:00
proguard.cfg adjusting design to holo, stability for account setup 2012-05-13 16:13:13 +02:00
project.properties revert of 5ffdcdd25e 2012-10-24 00:06:38 +02:00
README.setup add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +02:00
setup_env.sh revert of 5ffdcdd25e 2012-10-24 00:06:38 +02:00

If you want to start development of ownCloud android client you have two way to do so
(a) building with console
(b) building with eclipse

1. Use setup_env.sh
2a. ant clean;ant debug
2b. Open Eclipse and import actionbarsherlock/library project to your workspace

after those space you should be good to go.

HAVE FUN!