File tree 4 files changed +11
-6
lines changed
src/main/java/de/syss/MifareClassicTool
metadata/en-US/changelogs
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog of MifareClassicTool (MCT):
2
2
3
3
In development:
4
+
5
+ Version 4.0.3:
4
6
* Added more well known keys to the extended key file.
5
7
(extended-std.keys file will be updated automatically.)
6
8
* Bugfix: Prevent crash when key editor loads from saved instance.
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " de.syss.MifareClassicTool"
11
11
minSdkVersion 19
12
12
targetSdkVersion 31
13
- versionCode 60
14
- versionName ' 4.0.2 '
13
+ versionCode 61
14
+ versionName ' 4.0.3 '
15
15
}
16
16
17
17
buildTypes {
Original file line number Diff line number Diff line change 18
18
19
19
package de .syss .MifareClassicTool ;
20
20
21
+ import static de .syss .MifareClassicTool .Activities .Preferences .Preference .AutoCopyUID ;
22
+ import static de .syss .MifareClassicTool .Activities .Preferences .Preference .UIDFormat ;
23
+
21
24
import android .app .Activity ;
22
25
import android .app .ActivityManager ;
23
26
import android .app .AlertDialog ;
58
61
import java .io .InputStream ;
59
62
import java .io .InputStreamReader ;
60
63
import java .io .OutputStream ;
61
- import java .io .UnsupportedEncodingException ;
62
64
import java .math .BigInteger ;
63
65
import java .nio .charset .StandardCharsets ;
64
66
import java .text .SimpleDateFormat ;
69
71
70
72
import de .syss .MifareClassicTool .Activities .IActivityThatReactsToSave ;
71
73
72
- import static de .syss .MifareClassicTool .Activities .Preferences .Preference .AutoCopyUID ;
73
- import static de .syss .MifareClassicTool .Activities .Preferences .Preference .UIDFormat ;
74
-
75
74
76
75
/**
77
76
* Common functions and variables for all Activities.
Original file line number Diff line number Diff line change
1
+ * Added more well known keys to the extended key file.
2
+ (extended-std.keys file will be updated automatically.)
3
+ * Bugfix: Prevent crash when key editor loads from saved instance.
4
+ * Some minor bug fixes.
You can’t perform that action at this time.
0 commit comments