-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.0.8278 ----------------------------------------------------------------- First Mayor Release. Note: Earlier *.rfPrj project files are not compatible with this release. Frontend related changes - Feature: Added "Help" -> "About" to display detailed version info - Feature: Added "CheckMifareClassicSecturUnused" Tasktype for MF Classic - Improvement: Changed "TextBlock" to "TextBox" in Datagridcells of type "Content" to easily modify it's content - Improvement: Added "ReadChipPublic" to treeview contextmenu - Improvement: Added "AddNew" to treeview contextmenu - Improvement: Removed Hardcoded strings from ui Backend related changes - Abstraction of ReaderDevice. Ability to add more readers in future releases - DefaultKeys. AppMasterKey and Read/WriteKey become of type AES - Added GenericChip Interface to display more chiptypes without hardcoding their type in HierarchicalDataTemplateViewModel - Added GenericTask Interface to ease access to shared properties (e.g. taskindex...) - Fix: Need to restart Application when changing reader - Fix: Projects were not loaded under some circumstances - Improvement: Detect more different Chiptypes - Improvement: Translation
- Loading branch information
Showing
21 changed files
with
422 additions
and
290 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 |
---|---|---|
|
@@ -2464,6 +2464,7 @@ public override void Dispose() | |
{ | ||
_disposed = false; | ||
Dispose(true); | ||
GC.SuppressFinalize(this); | ||
} | ||
} | ||
} |
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
Oops, something went wrong.