From: MMMarcy Date: Fri, 17 Oct 2014 12:58:27 +0000 (+0200) Subject: Merge remote-tracking branch 'theirs/develop' into gradleWithInternalDependency X-Git-Tag: oc-android-1.7.0_signed~69^2~10^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/d8d75623e49a10942c5d02137032c40984c674ea?hp=0775b10a04ed6bf657dc5a73d037aaafebfcfd75 Merge remote-tracking branch 'theirs/develop' into gradleWithInternalDependency Conflicts: owncloud-android-library pom.xml --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5a86dcf5..2671cce2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -156,7 +156,6 @@ - @@ -186,10 +185,14 @@ + + + android:name=".ui.activity.MoveActivity" + android:label="@string/app_name"/> diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index d85eb899..6df2e9aa 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -60,4 +60,12 @@ The third party software included and used by this project is: A binary JAR file must be generated from this linked project and included in the ownCloud client APK. See http://http://actionbarsherlock.com/ + + * TouchImageView, commit 6dbeac4f11936185ba374c73144ac431c23c9aab + Copyright (c) 2012 Michael Ortiz + Licensed under MIT License + JAR file libs/touch-image-view.jar has been generated by ownCloud Inc., including without + modifications com.ortiz.touch.ExtendedViewPager and com.ortiz.touch.TouchImageView classes. + See https://github.com/MikeOrtiz/TouchImageView + \ No newline at end of file diff --git a/libs/disklrucache-2.0.2.jar b/libs/disklrucache-2.0.2.jar new file mode 100644 index 00000000..ca7907d0 Binary files /dev/null and b/libs/disklrucache-2.0.2.jar differ diff --git a/libs/touch-image-view.jar b/libs/touch-image-view.jar new file mode 100644 index 00000000..539f6151 Binary files /dev/null and b/libs/touch-image-view.jar differ diff --git a/lint.xml b/lint.xml deleted file mode 100644 index ee0eead5..00000000 --- a/lint.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/owncloud-android-library b/owncloud-android-library deleted file mode 160000 index 19d453dd..00000000 --- a/owncloud-android-library +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 19d453dd55233d689754335af641e77087a1c431 diff --git a/pom.xml b/pom.xml index 36c5d944..538df03c 100644 --- a/pom.xml +++ b/pom.xml @@ -38,11 +38,22 @@ - - - - - + + + touch-image-view.jar + touch-image-view.jar + 1.0 + system + ${basedir}/libs/touch-image-view.jar + + + + + com.jakewharton diff --git a/res/layout/files_move.xml b/res/layout/files_move.xml new file mode 100644 index 00000000..491bcd8f --- /dev/null +++ b/res/layout/files_move.xml @@ -0,0 +1,36 @@ + + + + + + + +