|
|
|
@ -7,34 +7,41 @@
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:defaultValue="false"
|
|
|
|
|
android:key="pref_night_mode"
|
|
|
|
|
android:title="@string/pref_night_mode"
|
|
|
|
|
android:summary="@string/pref_night_mode_description"/>
|
|
|
|
|
android:title="@string/pref_night_mode_title"
|
|
|
|
|
android:summary="@string/pref_night_mode_summary"/>
|
|
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:defaultValue="false"
|
|
|
|
|
android:key="pref_issuer"
|
|
|
|
|
android:title="@string/pref_issuers"
|
|
|
|
|
android:summary="@string/pref_issuers_description"/>
|
|
|
|
|
android:title="@string/pref_issuer_title"
|
|
|
|
|
android:summary="@string/pref_issuer_summary"/>
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="Security">
|
|
|
|
|
<EditTextPreference
|
|
|
|
|
android:key="pref_timeout"
|
|
|
|
|
android:title="@string/pref_timeout_title"
|
|
|
|
|
android:summary="@string/pref_timeout_summary"
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
android:defaultValue="30"
|
|
|
|
|
android:dialogTitle="Set number of seconds of inactivity before Aegis locks the database"/>
|
|
|
|
|
<Preference
|
|
|
|
|
android:key="pref_slots"
|
|
|
|
|
android:title="Key slots"
|
|
|
|
|
android:summary="Manage the list of keys that can decrypt the database"/>
|
|
|
|
|
android:title="@string/pref_slots_title"
|
|
|
|
|
android:summary="@string/pref_slots_summary"/>
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="Tools">
|
|
|
|
|
<Preference
|
|
|
|
|
android:key="pref_import"
|
|
|
|
|
android:title="Import"
|
|
|
|
|
android:summary="Import a database"/>
|
|
|
|
|
android:title="@string/pref_import_title"
|
|
|
|
|
android:summary="@string/pref_import_summary"/>
|
|
|
|
|
<Preference
|
|
|
|
|
android:key="pref_export"
|
|
|
|
|
android:title="Export"
|
|
|
|
|
android:summary="Export the database"/>
|
|
|
|
|
android:title="@string/pref_export_title"
|
|
|
|
|
android:summary="@string/pref_export_summary"/>
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
|