-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: update changelog Release: version bump to 1.09.50 Feat: add "Lock database" button to DB unlocker Feat(yk): add YubiKey challenge-response support (closes #25) Fix(db): assertion crash when auto-loading kp1 databases Feat(yk): add YubiKey challenge-response (NFC/MFi) Refactor(db): switch to CompositeKey instead of several arrays Chore(db): remove excessive SecureByteArray wrapping Feat(yk): integrate YubiKit Fix(viewGroup): enforce minimal row height for entries without title
- Loading branch information
1 parent
e02ad29
commit c521cd5
Showing
369 changed files
with
29,000 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// KeePassium Password Manager | ||
// Copyright © 2018–2019 Andrei Popleteev <[email protected]> | ||
// | ||
// This program is free software: you can redistribute it and/or modify it | ||
// under the terms of the GNU General Public License version 3 as published | ||
// by the Free Software Foundation: https://www.gnu.org/licenses/). | ||
// For commercial licensing, please contact the author. | ||
|
||
#ifndef KeePassiumBridgingHeader_h | ||
#define KeePassiumBridgingHeader_h | ||
|
||
#import "YubiKit/YubiKit.h" | ||
#endif /* KeePassiumBridgingHeader_h */ |
Oops, something went wrong.