Merge pull request #453 from owncloud/improve_action_bar_pr_392_with_develop
[pub/Android/ownCloud.git] / res / xml / preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 ownCloud Android client application
4
5 Copyright (C) 2012 Bartek Przybylski
6 Copyright (C) 2012-2013 ownCloud Inc.
7
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.
11
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.
16
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/>.
19 -->
20 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
21 <PreferenceCategory android:title="@string/prefs_category_general">
22
23 <!-- ListPreference
24 android:key="select_oc_account"
25 android:title="@string/prefs_select_oc_account"
26 android:summary="@string/prefs_summary_select_oc_account"
27 / -->
28 <com.owncloud.android.ui.PreferenceMultiline android:title="@string/prefs_manage_accounts" android:key="manage_account" />
29 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:title="@string/prefs_pincode" android:key="set_pincode"
30 android:summary="@string/prefs_pincode_summary"/>
31 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:key="instant_uploading"
32 android:title="@string/prefs_instant_upload"
33 android:summary="@string/prefs_instant_upload_summary"/>
34 <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:dependency="instant_uploading"
35 android:disableDependentsState="true"
36 android:title="@string/instant_upload_on_wifi"
37 android:key="instant_upload_on_wifi"/>
38 <!-- DISABLED FOR RELEASE UNTIL FIXED
39 CheckBoxPreference android:key="log_to_file"
40 android:title="@string/prefs_log_title"
41 android:summary="@string/prefs_log_summary"/>
42 <Preference android:key="log_history"
43 android:title="@string/prefs_log_title_history"
44 android:summary="@string/prefs_log_summary_history"/ -->
45
46 </PreferenceCategory>
47
48 <PreferenceCategory android:title="@string/prefs_category_more" android:key="more">
49 <Preference android:title="@string/prefs_help" android:key="help" />
50 <Preference android:title="@string/prefs_recommend" android:key="recommend" />
51 <Preference android:title="@string/prefs_feedback" android:key="feedback" />
52 <Preference android:title="@string/prefs_imprint" android:key="imprint" />
53
54 <Preference android:id="@+id/about_app"
55 android:title="@string/about_title"
56 android:key="about_app" />
57 </PreferenceCategory>
58
59
60 </PreferenceScreen>