📱 Nextcloud Android app
Find a file
2013-03-12 13:02:51 +01:00
.settings setting paths for file scheme 2012-05-17 22:42:03 +02:00
.tx Translations updated 2013-01-30 14:31:38 +01:00
actionbarsherlock@9598f2bb2c Refactoring and clean-up of fragment for media previews 2013-02-26 19:04:42 +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 HOTFIX (oc 1.3.20, ocw 1.0.2): fixed the creation of new accounts after installing the workaround app and rebooting 2013-01-31 16:17:32 +01:00
res Changed 'See details' option menu for 'Details' 2013-03-12 13:02:51 +01:00
src Stop audio playback in background when a video preview is started 2013-03-07 17:07:58 +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 Automatic preview after download in PreviewImageActivity 2013-02-26 12:33:28 +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 Added dialog in the main app to advise users about the workaround app 2013-01-30 13:46:15 +01: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