📱 Nextcloud Android app
Find a file
2012-10-15 17:44:19 +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 remove location service registration after booting 2012-07-21 22:20:14 +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 updated translations 2012-10-15 17:44:19 +02:00
src Fixed crash got when instant upload is tried to an account where the InstantUpload/ folder is not already created 2012-10-15 15:22:07 +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 Added submodule: actionbarsherlock 2012-02-05 22:41:01 +01:00
.project junit for android app 2012-09-30 01:14:38 +02:00
AndroidManifest.xml chaning photo taken name for more descriptive 2012-10-09 23:26:53 +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 Migration to ActionBarSherlock 4.0.1 / Custom Adapter to override text 2012-04-10 04:40:53 +02:00
README.setup add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +02:00
setup_env.sh force update support library for outdated actionbarsherlock library 2012-10-06 11:58:11 +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!