Bugfix: Correct display of filenames/database names when using GDrive

updated ART warning
added debug-Manifest (different package name)
commit Manifest for last offline release
removed Internet permissions (not required for Offline version) in KdbLibrary
This commit is contained in:
Philipp Crocoll
2014-03-23 16:57:52 +01:00
parent 8cb849365e
commit 964cd76bca
13 changed files with 323 additions and 180 deletions

View File

@@ -65,7 +65,8 @@ namespace keepass2android
db.KpDatabase.KeyEncryptionRounds = DefaultEncryptionRounds;
db.KpDatabase.Name = "Keepass2Android Password Database";
//re-set the name of the root group because the PwDatabase uses UrlUtil which is not appropriate for all file storages:
db.KpDatabase.RootGroup.Name = _app.GetFileStorage(_ioc).GetFilenameWithoutPathAndExt(_ioc);
// Set Database state
db.Root = db.KpDatabase.RootGroup;