From: David A. Velasco Date: Mon, 21 Apr 2014 08:49:31 +0000 (+0200) Subject: Separate options to enable & disable instant upload of new pictures and new videos X-Git-Tag: oc-android-1.7.0_signed~332^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/68f4ceb5a761d132f5edfddd73c98e0a02019c42?ds=inline;hp=--cc Separate options to enable & disable instant upload of new pictures and new videos --- 68f4ceb5a761d132f5edfddd73c98e0a02019c42 diff --git a/res/values/strings.xml b/res/values/strings.xml index 39ea2607..b970fbb4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -18,8 +18,10 @@ Manage Accounts App PIN Protect your client - Enable instant uploads - Instantly upload media taken by camera + Instant picture uploads + Instantly upload pictures taken by camera + Instant video uploads + Instantly upload videos recorded by camera Enable Logging This is used to log problems Logging History @@ -232,6 +234,7 @@ 12:23:45 Upload pictures via WiFi only + Upload videos via WiFi only /InstantUpload Update conflict Remote file %s is not synchronized with local file. Continuing will replace content of file on server. diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 4c6ee40d..69b4b284 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -35,6 +35,13 @@ android:disableDependentsState="true" android:title="@string/instant_upload_on_wifi" android:key="instant_upload_on_wifi"/> + +