Commit Graph

178 Commits

Author SHA1 Message Date
Siddarth Kumar 8684dc0586
Revert "use HexUtils instead of bouncycastle" 2023-06-11 19:47:11 +05:30
Siddarth Kumar bb6c48fe94
Merge pull request #49 from siddarthkay/remove-bouncy-castle-dep
use HexUtils instead of bouncycastle
2023-06-11 19:44:43 +05:30
PravinBagde cf1c4b6a1e use HexUtils instead of bouncycastle 2023-06-11 19:38:04 +05:30
Michele Balistreri 93dd64754e
update sdk (#48)
* update sdk
2023-02-22 12:24:27 +01:00
Michele Balistreri 9c5b897991
Make compatible with newer XCode (#46)
xcode 14 compatibility
2022-09-19 14:51:16 +02:00
Michele Balistreri af61b0213a
bump version 2021-11-17 14:02:23 +03:00
Michele Balistreri 31e057dc04
handle system busy error 2021-11-17 13:04:59 +03:00
Michele Balistreri 7548329c59
default pairing (#44)
use a default pairing password
2021-11-16 08:23:35 +03:00
Bitgamma 8cf7cbff80
add factory reset (#41)
add factory reset
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
2021-04-09 12:21:36 +03:00
Bitgamma d1098e969a
Handle multiple pairings (#38)
handle multiple pairings
2021-03-17 18:15:50 +03:00
Michele Balistreri f602fadf80
removeKeyWithUnpair also unpairs others 2021-03-02 13:27:59 +03:00
Bitgamma 67ba4d5596
Merge pull request #37 from status-im/faster-login
Faster login times
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 2021-02-08 12:09:14 +03:00
Bitgamma 62421a6fc5
Merge pull request #35 from status-im/feature/ios
add iOS support
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
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