📱 Nextcloud Android app
Find a file
2013-02-20 10:06:18 +01:00
.settings
.tx Translations updated 2013-01-30 14:31:38 +01:00
actionbarsherlock@90939dc392
doc
libs
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 Added progress bar for file transfers in details view (untested) 2013-02-19 13:28:01 +01:00
src Fixed ClassCastingException 2013-02-20 10:06:18 +01:00
tests
third_party
.classpath
.gitignore
.gitmodules
.project
AndroidManifest.xml Basic video preview in a separate actitivy 2013-02-07 11:09:28 +01:00
build.xml
proguard.cfg
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

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