From 2cd77d47eb681feb735d15bcbb4108df930e3fe2 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Sun, 23 Feb 2020 13:43:09 +0100 Subject: [PATCH] Move up remember keyfile locations setting --- app/src/main/res/values/strings.xml | 4 ++-- app/src/main/res/xml/preferences_application.xml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fe7815e98..ef14f2cce 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -205,12 +205,12 @@ Selection mode Save location of databases Remember the location of databases + Save location of keyfiles + Remember the location of databases keyfiles Show recent files Show locations of recent databases Hide broken database links Hide broken links in the list of recent databases - Save location of keyfiles - Remember the location of databases keyfiles Root Database encryption algorithm used for all data. To generate the key for the encryption algorithm, the master key is transformed using a randomly salted key derivation function. diff --git a/app/src/main/res/xml/preferences_application.xml b/app/src/main/res/xml/preferences_application.xml index 1c779f2df..e317aaf43 100644 --- a/app/src/main/res/xml/preferences_application.xml +++ b/app/src/main/res/xml/preferences_application.xml @@ -125,6 +125,12 @@ android:title="@string/remember_database_locations_title" android:summary="@string/remember_database_locations_summary" android:defaultValue="@bool/remember_database_locations_default"/> + -