add some info texts, especialy for novice users to avoid some common misunderstandings. closes #46, closes #47

This commit is contained in:
Philipp Crocoll
2018-01-23 23:09:17 +01:00
parent c4f8af2311
commit b993be4658
15 changed files with 1257 additions and 996 deletions

View File

@@ -59,7 +59,12 @@ namespace keepass2android.Io
public abstract IEnumerable<string> SupportedProtocols { get; }
public void Delete(IOConnectionInfo ioc)
public bool UserShouldBackup
{
get { return true; }
}
public void Delete(IOConnectionInfo ioc)
{
//todo check if directory
IOConnection.DeleteFile(ioc);