From: Javier Gonzalez Date: Tue, 22 Apr 2014 10:47:26 +0000 (+0200) Subject: Merge pull request #149 from owncloud/videoInstandUploads X-Git-Tag: oc-android-1.7.0_signed~332 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/d60ddd81a007f045f1d6300a1407997378790a9f?hp=f5b6a68b6204558a302ee9fcd7dfc2bc67cf1711 Merge pull request #149 from owncloud/videoInstandUploads Issue #136 [Feature] Instant upload of videos --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3067a40f..48d5b0c1 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -175,6 +175,10 @@ + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 8d243fce..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 photos 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"/> + +