📱 Nextcloud Android app
Find a file
2013-01-18 13:33:08 +01: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@90939dc392 new verison of actionbarsherlock 2012-11-01 20:08:04 +01: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
oc_jb_workaround Added helper app to work around the issue of lost credentials at boot time affecting ownCloud apps installed from the Google Play Store in Android 4.1.x 2013-01-18 13:33:08 +01:00
res Italian strings for narrow screens; fixed version string. 2013-01-12 18:37:10 +01:00
src Fixed null pointer in FileObserverService initialization 2013-01-14 12:38:46 +01: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 Prevent that the workaround app fixing the lost of credentials in Jelly Bean replaces the authenticator in the ownCloud 2013-01-16 12:54:15 +01: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 Fix owncloud/android#37 2013-01-12 18:33:18 +01: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!

NOTE: You must have 'tools' and 'platforms-tools' in your path in order to run setup_env.sh