Fixed issue with composite key storing not updating the MasterKeyChanged date (this should be moved to KeePassKit)

Fixed #120 (at least that's what I hope ;) )
This commit is contained in:
michael starke
2013-12-04 21:22:29 +01:00
parent fa52de144c
commit 4d9aa8cc02
6 changed files with 28 additions and 14 deletions

View File

@@ -49,6 +49,9 @@ APPKIT_EXTERN NSString *const kMPSettingsKeyRememberKeyFilesForDatabases;
/* Autotype */
APPKIT_EXTERN NSString *const kMPSettingsKeySendCommandForControlKey;
/* Search */
APPKIT_EXTERN NSString *const kMPSettingsKeyEntrySearchFilterMode;
typedef NS_ENUM(NSUInteger, MPPasswordEncoding) {
MPPasswordEncodingUTF8,
MPPasswordEncodingASCII,