1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 ownCloud Android client application
5 Copyright (C)
2012 Bartek Przybylski
6 Copyright (C)
2015 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_accounts" android:
key=
"accounts_category">
24 <PreferenceCategory android:
title=
"@string/prefs_category_security">
25 <android.preference.CheckBoxPreference android:
title=
"@string/prefs_passcode" android:
key=
"set_pincode" />
28 <PreferenceCategory android:
title=
"@string/prefs_category_instant_uploading" android:
key=
"instant_uploading_category">
29 <com.owncloud.android.ui.dialog.OwnCloudListPreference android:
key=
"prefs_instant_behaviour"
30 android:
dialogTitle=
"@string/prefs_instant_behaviour_dialogTitle"
31 android:
title=
"@string/prefs_instant_behaviour_title"
32 android:
entries=
"@array/pref_behaviour_entries"
33 android:
entryValues=
"@array/pref_behaviour_entryValues"
34 android:
defaultValue=
"NOTHING"
38 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:
key=
"instant_uploading"
39 android:
title=
"@string/prefs_instant_upload"
40 android:
summary=
"@string/prefs_instant_upload_summary"/>
41 <com.owncloud.android.ui.PreferenceWithLongSummary
42 android:
title=
"@string/prefs_instant_upload_path_title"
43 android:
key=
"instant_upload_path" />
44 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
45 android:
title=
"@string/instant_upload_on_wifi"
46 android:
key=
"instant_upload_on_wifi"/>
47 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:
key=
"instant_video_uploading"
48 android:
title=
"@string/prefs_instant_video_upload"
49 android:
summary=
"@string/prefs_instant_video_upload_summary" />
50 <com.owncloud.android.ui.PreferenceWithLongSummary
51 android:
title=
"@string/prefs_instant_video_upload_path_title"
52 android:
key=
"instant_video_upload_path" />
53 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
54 android:
title=
"@string/instant_video_upload_on_wifi"
55 android:
key=
"instant_video_upload_on_wifi"/>
56 <!-- DISABLED FOR RELEASE UNTIL FIXED
57 CheckBoxPreference android:
key=
"log_to_file"
58 android:
title=
"@string/prefs_log_title"
59 android:
summary=
"@string/prefs_log_summary"/>
60 <Preference android:
key=
"log_history"
61 android:
title=
"@string/prefs_log_title_history"
62 android:
summary=
"@string/prefs_log_summary_history"/ --
>
66 <PreferenceCategory android:
title=
"@string/prefs_category_more" android:
key=
"more">
67 <Preference android:
title=
"@string/prefs_help" android:
key=
"help" />
68 <Preference android:
title=
"@string/prefs_recommend" android:
key=
"recommend" />
69 <Preference android:
title=
"@string/prefs_feedback" android:
key=
"feedback" />
70 <Preference android:
title=
"@string/prefs_imprint" android:
key=
"imprint" />
72 <Preference android:
id=
"@+id/about_app"
73 android:
title=
"@string/about_title"
74 android:
key=
"about_app" />