X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/9e678fc697cd2722afa3487058af6a9c06bf2f27..deb1e48fc01a9750cc55429ff290e6f6ac025bf4:/res/xml/preferences.xml
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index eb95bcdb..e1876e94 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -3,7 +3,7 @@
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 2015 ownCloud Inc.
+ Copyright (C) 2012-2013 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@@ -18,11 +18,16 @@
along with this program. If not, see .
-->
+
+
+
-
+
-
+
@@ -33,17 +38,35 @@
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"/>
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+