Commit for the PR
authorMMMarcy <steiner.marcello@gmail.com>
Fri, 3 Oct 2014 10:33:41 +0000 (12:33 +0200)
committerMMMarcy <steiner.marcello@gmail.com>
Fri, 17 Oct 2014 12:42:11 +0000 (14:42 +0200)
commit0775b10a04ed6bf657dc5a73d037aaafebfcfd75
treeb7d6a65de4a34ba30a1abe0dfb0611c57a783914
parenta03e7e48eba230a363b8a1ff109355ef2201035a
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
29 files changed:
.classpath
.gitignore
.gitmodules
.travis.yml
SETUP.md
actionbarsherlock [deleted submodule]
build.gradle [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0755]
gradlew.bat [new file with mode: 0644]
libs/actionbarsherlock_lib/build.gradle [new file with mode: 0644]
libs/actionbarsherlock_lib/library-4.1.0.aar [new file with mode: 0644]
oc_jb_workaround/build.gradle [new file with mode: 0644]
oc_jb_workaround/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
oc_jb_workaround/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
oc_jb_workaround/gradlew [new file with mode: 0755]
oc_jb_workaround/gradlew.bat [new file with mode: 0644]
oc_jb_workaround/project.properties
owncloud-android-library
pom.xml
settings.gradle [new file with mode: 0644]
setup_env.bat
setup_env.sh
src/com/owncloud/android/datamodel/FileDataStorageManager.java
src/com/owncloud/android/operations/CreateShareOperation.java
src/com/owncloud/android/operations/GetSharesForFileOperation.java
tests/.classpath
third_party/android-support-library/android-support-v4.jar