1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 ownCloud Android client application
5 Copyright (C)
2012 Bartek Przybylski
6 Copyright (C)
2012-
2013 ownCloud Inc.
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License version
2,
10 as published by the Free Software Foundation.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see
<http://www.gnu.org/licenses
/>.
20 <PreferenceScreen xmlns:
android=
"http://schemas.android.com/apk/res/android" >
22 android:
title=
"@string/prefs_category_accounts"
23 android:
key=
"accounts_category">
26 <PreferenceCategory android:
title=
"@string/prefs_category_security">
28 android:
key=
"select_oc_account"
29 android:
title=
"@string/prefs_select_oc_account"
30 android:
summary=
"@string/prefs_summary_select_oc_account"
32 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:
title=
"@string/prefs_pincode" android:
key=
"set_pincode"
33 android:
summary=
"@string/prefs_pincode_summary"/>
36 <PreferenceCategory android:
title=
"@string/prefs_category_instant_uploading"
37 android:
key=
"instant_uploading_category">
38 <EditTextPreference android:
title=
"@string/prefs_instant_upload_path_title"
39 android:
defaultValue=
"@string/instant_upload_path"
40 android:
key=
"instant_upload_path"/>
41 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
42 android:
dependency=
"instant_uploading"
43 android:
disableDependentsState=
"true"
44 android:
title=
"@string/instant_upload_on_charging"
45 android:
key=
"instant_upload_on_charging"/>
46 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
47 android:
key=
"instant_uploading"
48 android:
title=
"@string/prefs_instant_upload"
49 android:
summary=
"@string/prefs_instant_upload_summary"/>
50 <com.owncloud.android.ui.PreferenceWithLongSummary
51 android:
title=
"@string/prefs_instant_upload_path_title"
52 android:
key=
"instant_upload_path" />
53 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
54 android:
title=
"@string/instant_upload_on_wifi"
55 android:
key=
"instant_upload_on_wifi"/>
56 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
57 android:
key=
"instant_video_uploading"
58 android:
title=
"@string/prefs_instant_video_upload"
59 android:
summary=
"@string/prefs_instant_video_upload_summary" />
60 <com.owncloud.android.ui.PreferenceWithLongSummary
61 android:
title=
"@string/prefs_instant_video_upload_path_title"
62 android:
key=
"instant_video_upload_path" />
63 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
64 android:
title=
"@string/instant_video_upload_on_wifi"
65 android:
key=
"instant_video_upload_on_wifi"/>
66 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:
dependency=
"instant_uploading"
67 android:
disableDependentsState=
"true"
68 android:
title=
"@string/instant_upload_on_charging"
69 android:
key=
"instant_upload_on_charging"/>
70 <!-- DISABLED FOR RELEASE UNTIL FIXED
71 CheckBoxPreference android:
key=
"log_to_file"
72 android:
title=
"@string/prefs_log_title"
73 android:
summary=
"@string/prefs_log_summary"/>
74 <Preference android:
key=
"log_history"
75 android:
title=
"@string/prefs_log_title_history"
76 android:
summary=
"@string/prefs_log_summary_history"/ --
>
80 <PreferenceCategory android:
title=
"@string/prefs_category_more" android:
key=
"more">
81 <Preference android:
title=
"@string/prefs_help" android:
key=
"help" />
82 <Preference android:
title=
"@string/prefs_recommend" android:
key=
"recommend" />
83 <Preference android:
title=
"@string/prefs_feedback" android:
key=
"feedback" />
84 <Preference android:
title=
"@string/prefs_imprint" android:
key=
"imprint" />
86 <Preference android:
id=
"@+id/about_app"
87 android:
title=
"@string/about_title"
88 android:
key=
"about_app" />