File tree 4 files changed +27
-10
lines changed
src/main/java/de/syss/MifareClassicTool
metadata/en-US/changelogs
4 files changed +27
-10
lines changed Original file line number Diff line number Diff line change 1
1
Changelog of MifareClassicTool (MCT):
2
2
3
- In development:
3
+ Version 4.2.0:
4
+ * Choosing the language is now possible.
5
+ * Choosing the theme (light/dark) is now possible
6
+ (the light theme is not very good yet).
7
+ * Bugfix: Export dumps in .mct format without corrupting
8
+ (Thanks to "twisteroid ambassador").
9
+ * Bugfix: Writing a block with a readable key B.
10
+ * Fixed several crashes.
11
+ * Updated for Android 14.
12
+ * Some minor code cleanup.
4
13
5
14
Version 4.1.0:
6
15
* Added "Hide Identical Sectors" option and show
7
16
tag data difference in percent for the Diff Tool
8
- (Thanks to Deun Lee)
17
+ (Thanks to Deun Lee).
9
18
* Added French translation
10
- (Thanks to Nicolas "iomega11" André)
19
+ (Thanks to Nicolas "iomega11" André).
11
20
* Improved Italian translation
12
21
(Thanks to Nicolas "iomega11" André and
13
- Erik "ErikPelli" Pellizzon)
14
- * Updated for Android 13
22
+ Erik "ErikPelli" Pellizzon).
23
+ * Updated for Android 13.
15
24
16
25
Version 4.0.5:
17
26
* Added more well known keys to the extended key file.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId " de.syss.MifareClassicTool"
12
12
minSdk 19
13
13
targetSdk 33
14
- versionCode 64
15
- versionName ' 4.1 .0'
14
+ versionCode 65
15
+ versionName ' 4.2 .0'
16
16
}
17
17
18
18
androidResources {
Original file line number Diff line number Diff line change @@ -720,9 +720,8 @@ public static void logUid(String uid) {
720
720
721
721
/**
722
722
* For Activities which want to treat new Intents as Intents with a new
723
- * Tag attached. If the given Intent has a Tag extra, it will be patched
724
- * by {@link MCReader#patchTag(Tag)} and {@link #mTag} as well as
725
- * {@link #mUID} will be updated. The UID will be loged using
723
+ * Tag attached. If the given Intent has a Tag extra, {@link #mTag}
724
+ * as well as {@link #mUID} will be updated. The UID will be loged using
726
725
* {@link #logUid(String)}. A Toast message will be shown in the
727
726
* Context of the calling Activity. This method will also check if the
728
727
* device/tag supports MIFARE Classic (see return values and
Original file line number Diff line number Diff line change
1
+ * Choosing the language is now possible.
2
+ * Choosing the theme (light/dark) is now possible
3
+ (the light theme is not very good yet).
4
+ * Bugfix: Export dumps in .mct format without corrupting
5
+ (Thanks to "twisteroid ambassador").
6
+ * Bugfix: Writing a block with a readable key B.
7
+ * Fixed several crashes.
8
+ * Updated for Android 14.
9
+ * Some minor code cleanup.
You can’t perform that action at this time.
0 commit comments