From: tobiasKaminsky Date: Wed, 2 Dec 2015 19:28:56 +0000 (+0100) Subject: Merge remote-tracking branch 'remotes/upstream/avoidDuplicateFiles' into beta X-Git-Tag: beta-20151202~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/deb1e48fc01a9750cc55429ff290e6f6ac025bf4 Merge remote-tracking branch 'remotes/upstream/avoidDuplicateFiles' into beta --- deb1e48fc01a9750cc55429ff290e6f6ac025bf4 diff --cc res/values/strings.xml index 68597bfb,aea93b72..1df3a152 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@@ -388,42 -368,18 +388,46 @@@ %1$d files %1$d files, 1 folder %1$d files, %2$d folders + Switch to grid view + Switch to list view + Common + Cache size + Upload file to server and ... + Behaviour + Original file will be... + Original file will be... Copy file Move file + Storage path + Common + do nothing + copy file to OC folder + move file to OC folder + delete origin file + Do you really want to remove selected items? + Do you really want to remove a folder and its content? + selected items + Exit + Send Log + Error Log + Stream file with external player + Do you want to stream this file with an external app?\n\nCAUTION: This may expose your password! + Set picture as + Set As + kept in original folder + moved to ownCloud folder Sharing - Share with Users and Groups + Share with users and groups No data shared with users yet Add User or Group + Share link + Set expiration date + Password protect + Secured + Get link + Search Search users and groups diff --cc res/xml/preferences.xml index 3972e9e3,eb95bcdb..e1876e94 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@@ -47,45 -33,26 +38,53 @@@ android:title="@string/prefs_instant_upload_path_title" android:key="instant_upload_path" /> - + android:dependency="instant_uploading" + android:disableDependentsState="true" + android:title="@string/instant_upload_on_wifi" + android:key="instant_upload_on_wifi"/> + + + + android:dependency="instant_video_uploading" + android:disableDependentsState="true" + android:title="@string/prefs_instant_video_upload_path_title" + android:key="instant_video_upload_path" /> + android:dependency="instant_video_uploading" + android:disableDependentsState="true" + android:title="@string/instant_video_upload_on_wifi" + android:key="instant_video_upload_on_wifi"/> + + -