-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathReleaseNotes.txt
80 lines (56 loc) · 1.67 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
v2.2.3
- Added support for layout color
- Cut dialog title bar
v2.1.0
- Android API 34 update
- Fix USB autoconnection with ANdroid 14
v2.0.71
- Fix USB CDC profile detection
v2.0.70
- Added mssing accesrroies support
v2.0.60
- USB CDC profile handling support
v2.0.50
- Fixed USB connection to connect reader in Android 12 or higher
v2.0.42
- Fix version mismatch
- Android 13 support
v2.0.31
- Fixed perbuild
v2.0.30
- NurApiUsbAutoConnect: Fix error that made the RFID got disconnected when any USB device
is disconnected instead of disconnecting only when the Nur device is disconnected
v2.0.21
- Uodated Gradle version to build project
v2.0.20
- USB fixes
v2.0.14
- Device scan: Removed mDNS scan as NurApi (ver 1.8.1.38) queryEthernet() support it now.
- Fixed LinkedHashMap.Entry error (caused by JavaVersion.VERSION_1_8)
v2.0.13
- Update BLE transports for SmartPair library
v2.0.11
- Added Nordic ID Smart Pair support
- Added interface BleScannerListenerEx to BleScanner to get whole ScanResult
- Faster socket transport disconnect during connecting to unreachable address
v2.0.10
- Fixed integrated device manufacturer name
v2.0.9
- Fixed MDNS Network search
- Fixed possible NPE on BLE transport
v2.0.8
- Fixed BLE bonded mode reconnect on some cases. Might get stuck in "connecting" state
v2.0.7
- Fix possible NPE when scanning for mdns devices
v2.0.6
- Fixed crash bug on BLE listner
v2.0.5
- Added "Allow pairing" functionality
v2.0.3
- Fixed crash on MDNS discovery when other MDNS resolving already active, happens when many MDNS devices detected same time
v2.0.2
- Added MDNS discovery
v2.0.1
- Cleanup
v2.0.0
- Separate NurApiAndroid from samples repo