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" >
21 <PreferenceCategory android:
title=
"@string/prefs_category_general">
22 <com.owncloud.android.ui.PreferenceWithLongSummary
23 android:
title=
"@string/prefs_storage_path"
24 android:
key=
"storage_path" />
26 <PreferenceCategory android:
title=
"@string/prefs_category_accounts" android:
key=
"accounts_category">
29 <PreferenceCategory android:
title=
"@string/prefs_category_security">
30 <android.preference.CheckBoxPreference android:
title=
"@string/prefs_passcode" android:
key=
"set_pincode" />
33 <PreferenceCategory android:
title=
"@string/prefs_category_instant_uploading" android:
key=
"instant_uploading_category">
34 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:
key=
"instant_uploading"
35 android:
title=
"@string/prefs_instant_upload"
36 android:
summary=
"@string/prefs_instant_upload_summary"/>
37 <com.owncloud.android.ui.PreferenceWithLongSummary
38 android:
title=
"@string/prefs_instant_upload_path_title"
39 android:
key=
"instant_upload_path" />
40 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
41 android:
dependency=
"instant_uploading"
42 android:
disableDependentsState=
"true"
43 android:
title=
"@string/instant_upload_on_wifi"
44 android:
key=
"instant_upload_on_wifi"/>
45 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
46 android:
dependency=
"instant_uploading"
47 android:
disableDependentsState=
"true"
48 android:
title=
"@string/instant_upload_on_charging"
49 android:
key=
"instant_upload_on_charging"/>
51 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
52 android:
key=
"instant_video_uploading"
53 android:
title=
"@string/prefs_instant_video_upload"
54 android:
summary=
"@string/prefs_instant_video_upload_summary" />
55 <com.owncloud.android.ui.PreferenceWithLongSummary
56 android:
dependency=
"instant_video_uploading"
57 android:
disableDependentsState=
"true"
58 android:
title=
"@string/prefs_instant_video_upload_path_title"
59 android:
key=
"instant_video_upload_path" />
60 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
61 android:
dependency=
"instant_video_uploading"
62 android:
disableDependentsState=
"true"
63 android:
title=
"@string/instant_video_upload_on_wifi"
64 android:
key=
"instant_video_upload_on_wifi"/>
65 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
66 android:
dependency=
"instant_video_uploading"
67 android:
disableDependentsState=
"true"
68 android:
title=
"@string/instant_video_upload_on_charging"
69 android:
key=
"instant_video_upload_on_charging"/>
70 <com.owncloud.android.ui.dialog.OwnCloudListPreference android:
key=
"prefs_instant_behaviour"
71 android:
dialogTitle=
"@string/prefs_instant_behaviour_dialogTitle"
72 android:
title=
"@string/prefs_instant_behaviour_title"
73 android:
entries=
"@array/pref_behaviour_entries"
74 android:
entryValues=
"@array/pref_behaviour_entryValues"
75 android:
defaultValue=
"NOTHING"
80 <PreferenceCategory android:
title=
"@string/common_category" android:
key=
"common_category">
81 <EditTextPreference android:
title=
"@string/pref_cache_size"
82 android:
key=
"pref_cache_size"
83 android:
digits=
"0123456789"/>
86 <PreferenceCategory android:
title=
"@string/prefs_category_more" android:
key=
"more">
87 <!-- DISABLED FOR RELEASE UNTIL FIXED
88 CheckBoxPreference android:
key=
"log_to_file"
89 android:
title=
"@string/prefs_log_title"
90 android:
summary=
"@string/prefs_log_summary"/>
91 <Preference android:
key=
"log_history"
92 android:
title=
"@string/prefs_log_title_history"
93 android:
summary=
"@string/prefs_log_summary_history"/ --
>
94 <Preference android:
title=
"@string/prefs_help" android:
key=
"help" />
95 <Preference android:
title=
"@string/prefs_recommend" android:
key=
"recommend" />
96 <Preference android:
title=
"@string/prefs_feedback" android:
key=
"feedback" />
97 <Preference android:
title=
"@string/prefs_imprint" android:
key=
"imprint" />
99 <Preference android:
id=
"@+id/about_app"
100 android:
title=
"@string/about_title"
101 android:
key=
"about_app" />
103 <Preference android:
id=
"@+id/beta_link"
104 android:
title=
"Download latest beta version"
105 android:
key=
"beta_link" />
107 <Preference android:
id=
"@+id/changelog_link"
108 android:
title=
"Changelog beta version"
109 android:
key=
"changelog_link" />
111 </PreferenceCategory>