Нет описания

David A. Velasco 900563e245 Refactored remove file operation (inherits RemoteOperation, so generates RemoteOperationResult) 12 лет назад
.settings 4c1ca7dc48 setting paths for file scheme 13 лет назад
.tx e962c41aa9 updated translations 12 лет назад
actionbarsherlock @ 9598f2bb2c cb442b876f remove location service registration after booting 13 лет назад
doc cd2201ae7c adding webdav and carddav rfc specs 14 лет назад
libs cdf25ac52c jackrabbit lib 13 лет назад
res 4a737cb71c updated translations 12 лет назад
src 900563e245 Refactored remove file operation (inherits RemoteOperation, so generates RemoteOperationResult) 12 лет назад
tests bb147432aa testing entire ocversion 13 лет назад
third_party 502ef603b7 force update support library for outdated actionbarsherlock library 13 лет назад
.classpath 369f2adb50 let tests run on emulator 2.2 13 лет назад
.gitignore 0627629e7d missing files 14 лет назад
.gitmodules ae7af383fd Added submodule: actionbarsherlock 13 лет назад
.project 333514da73 junit for android app 13 лет назад
AndroidManifest.xml de94751cde Two way synchronization for files 12 лет назад
README.setup 7578a726b3 add buildscripts for environment setup and building with ant 13 лет назад
build.xml 7578a726b3 add buildscripts for environment setup and building with ant 13 лет назад
proguard.cfg 0aeb425885 adjusting design to holo, stability for account setup 13 лет назад
project.properties 30c2ede8e5 Migration to ActionBarSherlock 4.0.1 / Custom Adapter to override text 13 лет назад
setup_env.sh 502ef603b7 force update support library for outdated actionbarsherlock library 13 лет назад

README.setup

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!