2014-07-30 03:42:22 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-06-17 21:18:26 +02:00
|
|
|
<PreferenceCategory android:title="@string/pref_git_title">
|
|
|
|
<Preference
|
|
|
|
android:key="git_server_info"
|
|
|
|
android:title="@string/pref_edit_server_info" />
|
2017-04-27 18:12:50 +02:00
|
|
|
<Preference
|
|
|
|
android:key="git_config"
|
|
|
|
android:title="@string/pref_edit_git_config" />
|
2015-06-17 21:18:26 +02:00
|
|
|
<Preference
|
|
|
|
android:key="ssh_key"
|
|
|
|
android:title="@string/pref_ssh_title" />
|
2015-07-15 04:42:55 +02:00
|
|
|
<Preference
|
|
|
|
android:key="ssh_keygen"
|
|
|
|
android:title="@string/pref_ssh_keygen_title" />
|
2015-07-16 09:16:25 +02:00
|
|
|
<Preference
|
|
|
|
android:key="ssh_see_key"
|
|
|
|
android:title="@string/pref_ssh_see_key_title" />
|
2015-06-17 21:18:26 +02:00
|
|
|
<Preference
|
|
|
|
android:key="git_delete_repo"
|
2016-06-10 13:36:06 +02:00
|
|
|
android:summary="@string/pref_git_delete_repo_summary"
|
2015-06-17 21:18:26 +02:00
|
|
|
android:title="@string/pref_git_delete_repo" />
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="git_external"
|
2016-06-10 13:36:06 +02:00
|
|
|
android:summary="@string/pref_external_repository_summary"
|
|
|
|
android:title="@string/pref_external_repository" />
|
2015-06-17 21:18:26 +02:00
|
|
|
<Preference
|
|
|
|
android:dependency="git_external"
|
|
|
|
android:key="pref_select_external"
|
2016-06-10 13:36:06 +02:00
|
|
|
android:title="@string/pref_select_external_repository" />
|
2015-06-17 21:18:26 +02:00
|
|
|
</PreferenceCategory>
|
2014-07-30 03:42:22 +02:00
|
|
|
|
2015-06-17 21:18:26 +02:00
|
|
|
<PreferenceCategory android:title="@string/pref_crypto_title">
|
|
|
|
<org.openintents.openpgp.util.OpenPgpAppPreference
|
|
|
|
android:key="openpgp_provider_list"
|
|
|
|
android:title="@string/pref_provider_title" />
|
|
|
|
<Preference
|
|
|
|
android:key="openpgp_key_id_pref"
|
|
|
|
android:title="@string/pref_key_title" />
|
|
|
|
</PreferenceCategory>
|
2014-08-07 01:38:16 +02:00
|
|
|
|
2015-06-17 21:18:26 +02:00
|
|
|
<PreferenceCategory android:title="@string/pref_general_title">
|
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue="45"
|
|
|
|
android:dialogTitle="@string/pref_password_dialog_title"
|
|
|
|
android:inputType="number"
|
|
|
|
android:key="general_show_time"
|
|
|
|
android:summary="@string/pref_password_dialog_title"
|
|
|
|
android:title="@string/pref_password_title" />
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:title="@string/show_password_pref_title"
|
|
|
|
android:summary="@string/show_password_pref_summary"
|
|
|
|
android:key="show_password" />
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:dialogTitle="@string/pref_copy_dialog_title"
|
|
|
|
android:key="copy_on_decrypt"
|
|
|
|
android:summary="@string/pref_copy_dialog_title"
|
|
|
|
android:title="@string/pref_copy_title" />
|
2017-01-06 22:39:11 +01:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="clear_after_copy"
|
|
|
|
android:summary="After an automatic copy or a manual copy of the password, the clipboard will be automatically cleared."
|
|
|
|
android:title="Automatically clear the clipboard after copy" />
|
2015-06-17 21:18:26 +02:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="filter_recursively"
|
|
|
|
android:summary="@string/pref_recursive_filter_hint"
|
|
|
|
android:title="@string/pref_recursive_filter" />
|
|
|
|
</PreferenceCategory>
|
2015-07-31 15:00:06 +02:00
|
|
|
|
2017-01-02 19:32:36 +01:00
|
|
|
<PreferenceCategory android:title="@string/pref_autofill_title">
|
2015-08-14 22:51:39 +02:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="autofill_enable"
|
|
|
|
android:title="@string/pref_autofill_enable_title"/>
|
2015-07-31 15:00:06 +02:00
|
|
|
<Preference
|
2015-08-16 22:58:03 +02:00
|
|
|
android:dependency="autofill_enable"
|
2015-07-31 15:00:06 +02:00
|
|
|
android:key="autofill_apps"
|
2015-08-14 22:51:39 +02:00
|
|
|
android:title="@string/pref_autofill_apps_title"/>
|
2015-08-12 00:32:16 +02:00
|
|
|
<CheckBoxPreference
|
2015-08-16 22:58:03 +02:00
|
|
|
android:dependency="autofill_enable"
|
2015-08-12 00:32:16 +02:00
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="autofill_default"
|
2015-08-14 22:51:39 +02:00
|
|
|
android:summary="@string/pref_autofill_default_hint"
|
|
|
|
android:title="@string/pref_autofill_default_title"/>
|
2015-12-30 07:18:42 +01:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:dependency="autofill_enable"
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="autofill_always"
|
|
|
|
android:title="@string/pref_autofill_always_title"/>
|
2015-07-31 15:00:06 +02:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
2017-01-02 19:32:36 +01:00
|
|
|
<PreferenceCategory android:title="@string/pref_misc_title">
|
2017-01-24 07:18:03 +01:00
|
|
|
<Preference
|
|
|
|
android:key="export_passwords"
|
|
|
|
android:title="Export Passwords"
|
|
|
|
android:summary="Exports the encrypted passwords to an external directory"/>
|
|
|
|
|
2015-07-21 22:10:55 +02:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="clear_clipboard_20x"
|
|
|
|
android:summary="@string/pref_clear_clipboard_hint"
|
2015-08-14 22:51:39 +02:00
|
|
|
android:title="@string/pref_clear_clipboard_title" />
|
2017-06-24 13:10:17 +02:00
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="use_android_file_picker"
|
|
|
|
android:title="Use default file picker" />
|
2015-07-21 22:10:55 +02:00
|
|
|
</PreferenceCategory>
|
2017-06-13 13:05:10 +02:00
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="app_version"
|
|
|
|
android:title="Version" />
|
2017-01-02 19:32:36 +01:00
|
|
|
</PreferenceScreen>
|