170 Commits

Author SHA1 Message Date
Bitgamma
8cf7cbff80
add factory reset (#41)
add factory reset
v2.5.35
2021-04-30 15:44:35 +03:00
Stefan Lew
9679ae2ea5
Update AndroidManifest.xml (#40)
fixes #32
2021-04-28 12:39:06 +03:00
Bitgamma
b9f242aa11
add change PUK and pairing password (#39)
* add change PUK and pairing
v2.5.34
2021-04-09 12:21:36 +03:00
Bitgamma
d1098e969a
Handle multiple pairings (#38)
handle multiple pairings
v2.5.33
2021-03-17 18:15:50 +03:00
Michele Balistreri
f602fadf80
removeKeyWithUnpair also unpairs others v2.5.32 2021-03-02 13:27:59 +03:00
Bitgamma
67ba4d5596
Merge pull request #37 from status-im/faster-login
Faster login times
v2.5.31
2021-02-22 17:13:52 +01:00
Michele Balistreri
05f25401ec
rebase 2021-02-19 14:42:27 +03:00
Michele Balistreri
bca8a10e7d
separate importKeys from getKeys (iOS) 2021-02-19 14:39:19 +03:00
Michele Balistreri
cb7fc7fb55
separate get keys from import keys (android) 2021-02-19 14:39:07 +03:00
Michele Balistreri
958adb1e72
make the wallet key current on login and load key v2.5.30 2021-02-08 12:09:14 +03:00
Bitgamma
62421a6fc5
Merge pull request #35 from status-im/feature/ios
add iOS support
v2.5.29
2021-02-01 14:23:08 +01:00
Bitgamma
ad9cb78c70
Merge branch 'master' into feature/ios 2021-02-01 14:21:08 +01:00
Michele Balistreri
c867f6d40d
change message on disconnect 2021-01-18 10:19:55 +03:00
Michele Balistreri
b65839bfb8
improve notifications 2021-01-15 13:10:58 +03:00
Andrea Franz
5ced24fc82
add if #available(iOS 13.0, *) on invocation method 2021-01-14 23:11:11 +01:00
Michele Balistreri
8fc8c734a4
Merge branch 'feature/ios' of https://github.com/status-im/react-native-status-keycard into feature/ios 2021-01-14 16:56:37 +03:00
Michele Balistreri
ea2e3bedd7
restart polling on error 2021-01-14 16:56:33 +03:00
Andrea Franz
d045041604
add log on connect 2021-01-13 15:54:53 +01:00
Michele Balistreri
40a2dd360a
add haptic feedback on connection 2021-01-13 17:19:11 +03:00
Michele Balistreri
4024884b70
emit keyCardOnDisconnected on NFCError 2021-01-13 12:42:24 +03:00
Michele Balistreri
2dc8360b6f
off by one 2021-01-12 11:30:37 +03:00
Michele Balistreri
9c09588b8b
better error checking on verifyPIN 2021-01-12 11:28:15 +03:00
Michele Balistreri
8fd1534891
fix verify pin 2020-12-21 16:08:16 +03:00
Michele Balistreri
e520e4b8c2
fix change pin 2020-12-21 15:39:08 +03:00
Michele Balistreri
58e3031310
shorten pairing password 2020-12-18 15:46:23 +03:00
Bitgamma
6d95a0d85d
Update package.json
bump version
v2.5.28
2020-12-18 14:57:56 +03:00
Michele Balistreri
ea45d8c7c6
shorten pairing password 2020-12-18 13:57:38 +03:00
Michele Balistreri
2c639d61a2 add the ability to set a custom message 2020-12-15 13:51:07 +03:00
Bitgamma
d3bb09466d
Update react-native-status-keycard.podspec
set correct ios version
2020-12-14 17:49:26 +03:00
Andrea Franz
97b4bdcb3c
add missing semicolon 2020-12-13 10:49:53 +01:00
Michele Balistreri
b6498e3a7d handle 0x prefix for hex strings 2020-12-11 14:28:31 +03:00
Bitgamma
805aaf956c
Update SmartCard.swift
fixed PUK generation
2020-12-11 12:12:46 +03:00
Bitgamma
44b75fddd2
Update SmartCard.swift
fix typos
2020-12-11 09:11:44 +03:00
Michele Balistreri
6c36a08ddb added error argument to stopNFC, fixed bug 2020-12-10 16:58:10 +03:00
Michele Balistreri
b3ea0b5bf3 send actual error message 2020-12-10 15:21:15 +03:00
Michele Balistreri
9df9f47df5 fix typo 2020-12-10 14:36:55 +03:00
Michele Balistreri
e6292fa3ea check if pairing is empty 2020-12-10 14:32:19 +03:00
Michele Balistreri
cd93a1fb11 fixed log, success message 2020-12-10 13:55:57 +03:00
Andrea Franz
26e01dd0f0 register NFC events 2020-12-08 13:16:33 +01:00
Andrea Franz
9d1c14e1ff use global thread for keycard interactions 2020-12-08 11:20:31 +01:00
Michele Balistreri
0755278f1f add startNFC/stopNFC 2020-12-04 09:21:08 +03:00
Michele Balistreri
ae19c52317 implement all methods 2020-12-03 14:50:45 +03:00
Michele Balistreri
bd2b0ed50e add utility methods 2020-12-03 12:09:57 +03:00
Michele Balistreri
6f10bf1dd5 add all method declarations 2020-12-03 10:30:11 +03:00
Michele Balistreri
6da5774757 small refactor to reduce the #available checks needed 2020-12-03 08:32:00 +03:00
Andrea Franz
b3d56547fb add nfcIsEnabled definition 2020-12-02 19:21:21 +01:00
Michele Balistreri
70b9633252 implement initialization and pairing 2020-12-02 17:14:12 +03:00
Michele Balistreri
89bb22046c separate implementation from boilerplate/bridging code 2020-12-02 16:24:27 +03:00
Andrea Franz
f322b67096 add signPinless method 2020-12-01 21:51:39 +01:00
Andrea Franz
a7b277e701 rollback package.json 2020-12-01 13:48:24 +01:00