From: jabarros Date: Mon, 6 Oct 2014 12:58:34 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/loripino21/android into instant_upload_pa... X-Git-Tag: oc-android-1.7.0_signed~141^2~7 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/1e7e893321e3939bf773349d41efc18caad7ab99?hp=30726d2cfaa219e79b6d2fa264cf8e2fffa19956 Merge branch 'master' of https://github.com/loripino21/android into instant_upload_path_chooseable --- diff --git a/.classpath b/.classpath index 7bc01d9a..51769745 100644 --- a/.classpath +++ b/.classpath @@ -1,9 +1,9 @@ - - + + 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 index 5ebf81e2..ff0de72e 160000 --- a/owncloud-android-library +++ b/owncloud-android-library @@ -1 +1 @@ -Subproject commit 5ebf81e26ed0827359aa468fb813353656b7cf27 +Subproject commit ff0de72ea5352ba22a21cdac289e9314706cdb2e diff --git a/pom.xml b/pom.xml index 15bd0b68..6a8cf6a7 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 1.5.1-SNAPSHOT 1.6 - 4.4.2_r2 + 4.4.2_r3 19 4.2.0 @@ -28,7 +28,30 @@ - + + + touch-image-view.jar + touch-image-view.jar + 1.0 + system + ${basedir}/libs/touch-image-view.jar + + + + + + + android-support-v4.jar + android-support-v4.jar + 1.0 + system + ${basedir}/third_party/android-support-library/android-support-v4.jar + + android android 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 @@ + + + + + + + +