Merge remote-tracking branch 'theirs/develop' into gradleWithInternalDependency
authorMMMarcy <steiner.marcello@gmail.com>
Fri, 17 Oct 2014 12:58:27 +0000 (14:58 +0200)
committerMMMarcy <steiner.marcello@gmail.com>
Fri, 17 Oct 2014 12:58:27 +0000 (14:58 +0200)
Conflicts:
owncloud-android-library
pom.xml

1  2 
owncloud-android-library
pom.xml
src/com/owncloud/android/datamodel/FileDataStorageManager.java
src/com/owncloud/android/operations/CreateShareOperation.java
src/com/owncloud/android/operations/GetSharesForFileOperation.java

diff --cc owncloud-android-library
index 19d453d,c29631b..0000000
deleted file mode 160000,160000
+++ /dev/null
@@@ -1,1 -1,1 +1,0 @@@
- Subproject commit 19d453dd55233d689754335af641e77087a1c431
 -Subproject commit c29631b8bfea22e5f0b448aab8ffff959ae4de66
diff --cc pom.xml
+++ b/pom.xml
          <developerConnection>scm:git:git@github.com:owncloud/android.git</developerConnection>
          <url>https://github.com/owncloud/android</url>
      </scm>
 -    
 +
 +
 +    <!--<repositories>-->
 +        <!--<repository>-->
 +            <!--<id>android-support</id>-->
 +            <!--<url>file://${env.ANDROID_HOME}/extras/android/m2repository</url>-->
 +        <!--</repository>-->
 +    <!--</repositories>-->
 +
      <dependencies>
-         <!--<dependency>-->
-             <!--<groupId>com.actionbarsherlock</groupId>-->
-             <!--<artifactId>library</artifactId>-->
-             <!--<version>4.1.0</version>-->
-         <!--</dependency>-->
 +
+         <!-- Dirty trick, but it works. TouchImageView library is not available as Maven project. -->
+         <dependency>
+             <groupId>touch-image-view.jar</groupId>
+             <artifactId>touch-image-view.jar</artifactId>
+             <version>1.0</version>
+             <scope>system</scope>
+             <systemPath>${basedir}/libs/touch-image-view.jar</systemPath>
+         </dependency>
+           
+         <!-- This causes a (version?) conflict during packaging since sherlockactionbar also includes compatibility-v4 -->
+         <!--<dependency>
+             <groupId>android.support</groupId>
+             <artifactId>compatibility-v4</artifactId>
+             <version>19.1.0</version>
+         </dependency>-->
+         <!-- Instead we need to include the exact same version -->
 +
 +        <dependency>
 +            <groupId>com.jakewharton</groupId>
 +            <artifactId>disklrucache</artifactId>
 +            <version>2.0.2</version>
 +        </dependency>
 +
          <dependency>
              <groupId>android-support-v4.jar</groupId>
              <artifactId>android-support-v4.jar</artifactId>