From: David A. Velasco Date: Tue, 14 Aug 2012 10:37:08 +0000 (+0200) Subject: Multiple upload available from the app X-Git-Tag: oc-android-1.4.3~207 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/1ecd2b61c5956f7e21ee85d5658f4bc83032656f?ds=inline Multiple upload available from the app --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 977c6350..eda2b139 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ along with this program. If not, see . --> + android:versionCode="103005" + android:versionName="1.3.5" xmlns:android="http://schemas.android.com/apk/res/android"> @@ -54,6 +54,8 @@ + + diff --git a/res/layout-large-land/files.xml b/res/layout-large-land/files.xml index 13d16f99..6b5d8712 100644 --- a/res/layout-large-land/files.xml +++ b/res/layout-large-land/files.xml @@ -32,7 +32,7 @@ android:id="@+id/fileList" android:layout_width="fill_parent" android:layout_height="fill_parent" - class="com.owncloud.android.ui.fragment.FileListFragment" > + class="com.owncloud.android.ui.fragment.OCFileListFragment" > diff --git a/res/layout/files.xml b/res/layout/files.xml index 78f8daf0..9bc199bc 100644 --- a/res/layout/files.xml +++ b/res/layout/files.xml @@ -27,7 +27,7 @@ android:id="@+id/fileList" android:layout_width="fill_parent" android:layout_height="fill_parent" - class="com.owncloud.android.ui.fragment.FileListFragment" > + class="com.owncloud.android.ui.fragment.OCFileListFragment" > diff --git a/res/layout/list_layout.xml b/res/layout/list_layout.xml index a687307a..ddad38c1 100644 --- a/res/layout/list_layout.xml +++ b/res/layout/list_layout.xml @@ -1,116 +1,115 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/upload_files_layout.xml b/res/layout/upload_files_layout.xml new file mode 100644 index 00000000..737d2823 --- /dev/null +++ b/res/layout/upload_files_layout.xml @@ -0,0 +1,53 @@ + + + + + + + +