📱 Nextcloud Android app
Find a file
2013-02-08 10:01:11 +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 Updated copyright in source files 2013-02-07 18:45:10 +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 Replaced GPL v3 with GPL v2; PLEASE, note that GPL v2 still allows the code is used under the terms of later versions of GPL, depending upon the will of the user, so no right is being diminished 2013-02-08 09:22:46 +01:00
res Added copyright and license notice in animation files 2013-02-08 10:01:11 +01:00
src Replaced GPL v3 with GPL v2; PLEASE, note that GPL v2 still allows the code is used under the terms of later versions of GPL, depending upon the will of the user, so no right is being diminished 2013-02-08 09:22:46 +01:00
tests Replaced GPL v3 with GPL v2; PLEASE, note that GPL v2 still allows the code is used under the terms of later versions of GPL, depending upon the will of the user, so no right is being diminished 2013-02-08 09:22:46 +01: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 Replaced GPL v3 with GPL v2; PLEASE, note that GPL v2 still allows the code is used under the terms of later versions of GPL, depending upon the will of the user, so no right is being diminished 2013-02-08 09:22:46 +01:00
build.xml add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +02:00
LICENSE.txt Added GPL v2 license text 2013-02-08 09:23:22 +01: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