From: jabarros Date: Fri, 5 Sep 2014 12:20:54 +0000 (+0200) Subject: Merge pull request #608 from owncloud/move_files_and_folders X-Git-Tag: oc-android-1.7.0_signed~197 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/12d64c769f803103435c34deb5cef31be74390c3?hp=85eb7dd8b95beda78e7a3f3d229fc6ea4f4b0b37 Merge pull request #608 from owncloud/move_files_and_folders Added capability to move files (and folders) --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 242586aa..2671cce2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -185,10 +185,14 @@ + + + android:name=".ui.activity.MoveActivity" + android:label="@string/app_name"/> diff --git a/owncloud-android-library b/owncloud-android-library index e43e43f5..5d146c92 160000 --- a/owncloud-android-library +++ b/owncloud-android-library @@ -1 +1 @@ -Subproject commit e43e43f51a895c591b72aaef8f36ef5595d18dba +Subproject commit 5d146c923620523a871a0fe50bdcbc3b7559df8c 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 @@ + + + + + + + +