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_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:
title=
"@string/instant_upload_on_wifi"
42 android:
key=
"instant_upload_on_wifi"/>
43 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:
key=
"instant_video_uploading"
44 android:
title=
"@string/prefs_instant_video_upload"
45 android:
summary=
"@string/prefs_instant_video_upload_summary" />
46 <com.owncloud.android.ui.PreferenceWithLongSummary
47 android:
title=
"@string/prefs_instant_video_upload_path_title"
48 android:
key=
"instant_video_upload_path" />
49 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle
50 android:
title=
"@string/instant_video_upload_on_wifi"
51 android:
key=
"instant_video_upload_on_wifi"/>
52 <!-- DISABLED FOR RELEASE UNTIL FIXED
53 CheckBoxPreference android:
key=
"log_to_file"
54 android:
title=
"@string/prefs_log_title"
55 android:
summary=
"@string/prefs_log_summary"/>
56 <Preference android:
key=
"log_history"
57 android:
title=
"@string/prefs_log_title_history"
58 android:
summary=
"@string/prefs_log_summary_history"/ --
>
62 <PreferenceCategory android:
title=
"@string/prefs_category_more" android:
key=
"more">
63 <Preference android:
title=
"@string/prefs_help" android:
key=
"help" />
64 <Preference android:
title=
"@string/prefs_recommend" android:
key=
"recommend" />
65 <Preference android:
title=
"@string/prefs_feedback" android:
key=
"feedback" />
66 <Preference android:
title=
"@string/prefs_imprint" android:
key=
"imprint" />
68 <Preference android:
id=
"@+id/about_app"
69 android:
title=
"@string/about_title"
70 android:
key=
"about_app" />