KP2A Offline release

This commit is contained in:
Philipp Crocoll
2013-12-26 06:31:40 +01:00
parent 1704e44afc
commit 7613af6c81
22 changed files with 284 additions and 100 deletions

View File

@@ -69,9 +69,11 @@ namespace keepass2android.Io
get
{
yield return "file";
#if !NoNet
yield return "ftp";
yield return "http";
yield return "https";
#endif
}
}