📱 Nextcloud Android app
Find a file
2012-07-04 00:29:03 +02:00
.settings setting paths for file scheme 2012-05-17 22:42:03 +02:00
actionbarsherlock@8fcee10a34
doc
libs jackrabbit lib 2012-04-29 00:14:35 +02:00
res Merge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git 2012-07-03 22:50:52 +02:00
src/eu/alefzero WebdavClient singleton - make client management less complicated 2012-07-04 00:29:03 +02:00
.classpath
.gitignore
.gitmodules
.project
AndroidManifest.xml version bump 2012-07-02 18:35:04 +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
README.setup add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +02:00
setup_env.sh add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +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!