From 16d068826f33fd0098f3cd8ef7b4ee8a6274ca5c Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Fri, 25 Sep 2015 06:27:51 +0200 Subject: [PATCH] remove kdb beta warning --- src/Kp2aBusinessLogic/UiStringKey.cs | 3 +-- src/Kp2aBusinessLogic/database/KdbDatabaseFormat.cs | 5 +---- src/keepass2android/Resources/values/strings.xml | 2 -- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/Kp2aBusinessLogic/UiStringKey.cs b/src/Kp2aBusinessLogic/UiStringKey.cs index 32921742..fffcf70b 100644 --- a/src/Kp2aBusinessLogic/UiStringKey.cs +++ b/src/Kp2aBusinessLogic/UiStringKey.cs @@ -57,8 +57,7 @@ namespace keepass2android CopyFileRequiredForEditing, DuplicateUuidsError, DuplicateUuidsErrorAdditional, - KdbBetaWarning, - DeletingItems, + DeletingItems, AskDeletePermanentlyItems } } diff --git a/src/Kp2aBusinessLogic/database/KdbDatabaseFormat.cs b/src/Kp2aBusinessLogic/database/KdbDatabaseFormat.cs index 19e4ae32..668a9cc9 100644 --- a/src/Kp2aBusinessLogic/database/KdbDatabaseFormat.cs +++ b/src/Kp2aBusinessLogic/database/KdbDatabaseFormat.cs @@ -219,10 +219,7 @@ namespace keepass2android #endif public byte[] HashOfLastStream { get; private set; } public bool CanWrite { get { return true; } } - public string SuccessMessage { get - { - return _app.GetResourceString(UiStringKey.KdbBetaWarning); - } } + public string SuccessMessage { get { return null; } } public void Save(PwDatabase kpDatabase, Stream stream) { diff --git a/src/keepass2android/Resources/values/strings.xml b/src/keepass2android/Resources/values/strings.xml index 315dbbd1..488e1891 100644 --- a/src/keepass2android/Resources/values/strings.xml +++ b/src/keepass2android/Resources/values/strings.xml @@ -533,8 +533,6 @@ Copying file... - Please note: You have loaded a Keepass 1 database. Keepass2Android has recently added write support for this database format. Despite thorough testing, the author does not guarantee that all data will be saved correctly. Please always keep a backup of the original database (Dropbox automatically stores recent versions) before making changes. Please report any issues. Thanks! - Change log Please note! This is a preview release and might come with some flaws! If you experience *anything* unexpected, please let me know (on Codeplex or by email).