Commit graph

11 commits

Author SHA1 Message Date
MMMarcy
2cad715525 Commit for the PR
The pull request targets:

	1) Introduces Gradle support
	2) Updates maven support (even thou the apk generated is not
stable)
	3) Updates the setup_env.* scripts to support different building
tools
	4) Removes non UTF-8 characters
	5) Removes switches on R.id entries (not supported anymore from
ADT >= 14)
	6) Introduced a binary dependency (.aar) that replace the actionbarsherlock
sub-module

Remainders:

	1) Change the sub-module back to the owncloud android library
once the PR will be merge
2014-10-28 16:09:34 +01:00
Luke Owncloud
28550f5c68 fix mvn build. needs to go together with update of pom.xml of
owncloud-android-library.
2014-09-12 11:55:14 +02:00
Luke Owncloud
32cf40d66f changed name of oc_framework to android-library in setup.md and pom.xml
updated Android API in pom.xml
2014-01-30 08:51:07 +01:00
Luke Owncloud
f050eda339 updated jackrabbit to version 2.7.2 (eclipse)
removed jackrabbit dependency from android project (only required for oc_framework)
2013-12-11 14:44:40 +01:00
Luke Owncloud
af77468dbc made oc_framework a mvn project
updated compile instructions for mvn

oc_framework is a standalone mvn project which must be installed.
if anyone knows how to make oc_framework a submodule without changing the directory structure ... please do it!
2013-12-11 13:55:34 +01:00
David A. Velasco
5e30465704 Revert "update jackrabbit webdav lib to version 2.6.3"
This reverts commit 44acb753ef.
2013-10-28 14:24:18 +01:00
David A. Velasco
c3bf2fb242 Revert "bump to 2.6.4 for maven"
This reverts commit 5d236e31b1.
2013-10-28 14:24:04 +01:00
Luke Owncloud
5d236e31b1 bump to 2.6.4 for maven 2013-10-25 13:17:52 +02:00
Luke Owncloud
44acb753ef update jackrabbit webdav lib to version 2.6.3 2013-10-25 12:26:20 +02:00
Luke Owncloud
a43fef7dbf enabled project for building with maven (eclipse building stays untouched)
added/updated compile instructions in setup.md
added some eclipse generated files to .gitignore
2013-10-21 09:29:05 +02:00
Espen Fossen
851c576d02 Added pom for building via maven. Actionbarsherlock and android resources gets resolved as maven dependencies, and the apk is built via android-maven-plugin. 2013-02-02 15:00:36 +01:00