projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
32027b6
)
fixed #1228
author
tobiasKaminsky
<tobias@kaminsky.me>
Fri, 30 Oct 2015 10:01:00 +0000
(11:01 +0100)
committer
tobiasKaminsky
<tobias@kaminsky.me>
Fri, 30 Oct 2015 10:01:00 +0000
(11:01 +0100)
res/xml/preferences.xml
patch
|
blob
|
blame
|
history
diff --git
a/res/xml/preferences.xml
b/res/xml/preferences.xml
index
e09de46
..
053c0e2
100644
(file)
--- a/
res/xml/preferences.xml
+++ b/
res/xml/preferences.xml
@@
-22,15
+22,9
@@
android:title="@string/prefs_category_accounts"
android:key="accounts_category">
</PreferenceCategory>
android:title="@string/prefs_category_accounts"
android:key="accounts_category">
</PreferenceCategory>
-
+
<PreferenceCategory android:title="@string/prefs_category_security">
<PreferenceCategory android:title="@string/prefs_category_security">
- <!-- ListPreference
- android:key="select_oc_account"
- android:title="@string/prefs_select_oc_account"
- android:summary="@string/prefs_summary_select_oc_account"
- / -->
- <com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:title="@string/prefs_pincode" android:key="set_pincode"
- android:summary="@string/prefs_pincode_summary"/>
+ <android.preference.CheckBoxPreference android:title="@string/prefs_passcode" android:key="set_pincode" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/prefs_category_instant_uploading" android:key="instant_uploading_category">
</PreferenceCategory>
<PreferenceCategory android:title="@string/prefs_category_instant_uploading" android:key="instant_uploading_category">