changelog for 1.01, add comments and logging

This commit is contained in:
Philipp Crocoll
2017-01-20 20:32:04 +01:00
parent 673ffb8e79
commit 72212d47ca
7 changed files with 154 additions and 54 deletions

View File

@@ -390,6 +390,7 @@ namespace keepass2android.Io
private bool IsLocalFileFlaggedReadOnly(IOConnectionInfo ioc)
{
//see http://stackoverflow.com/a/33292700/292233
try
{
return new FileInfo(ioc.Path).IsReadOnly;