status-react/modules/react-native-status/ios/RCTStatus
Sean Hagstrom 6a7f04a5a8
feat(wallet-settings): Implement import missing key pair by private key (#20372)
* chore: update private-key validation

* chore: add native module bindings

* chore: add translation labels

* chore: add size-12 for password icon

* fix: ensure we use feature-flag namespace when using feature-flags

* fix: blur styles for icon-avatar in missing key-pairs

* fix: blur styles for accounts in missing key-pairs

* fix: blur styles for bottom-sheet

* fix: adjust blur background color for bottom-sheets

* chore: add support for private-keys for missing key-pair component

* chore: add definitions for events and effects

* feature: implement private-key import for missing key-pair

* tidy: remove debugging

* tidy: distinguish to import for missing-keypair

* tidy: remove unneeded function

* tidy: refactor layout to use floating-button-page

* tidy: remove unused effect bindings

* tidy: refactor event bindings for importing-missing-keypair-by-private-key

* tweak: add error logging

* tidy: refactor helper to re-frame utils

* tweak: group partially operable and fully operable keypairs together

* chore: add documentation for call-continuation

* tweak: refactor documentation

* tweak: throw exception when not given a compatible continuation

* fix: update least-operability when making key-pair fully operable
2024-06-11 13:05:10 +01:00
..
RCTStatus.xcodeproj move rn-mail code to our native modules (#19760) 2024-04-24 11:55:40 +02:00
AccountManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
AccountManager.m feat(wallet-settings): Implement import missing key pair by private key (#20372) 2024-06-11 13:05:10 +01:00
DatabaseManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
DatabaseManager.m refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
EncryptionUtils.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
EncryptionUtils.m refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
LogManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
LogManager.m refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
MailManager.h move rn-mail code to our native modules (#19760) 2024-04-24 11:55:40 +02:00
MailManager.m move rn-mail code to our native modules (#19760) 2024-04-24 11:55:40 +02:00
NetworkManager.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
NetworkManager.m [#20035] feat: import missing key pair by scanning QR code (#20144) 2024-05-30 22:07:33 +03:00
RCTStatus.h Move react-native-status to a pod dependency 2021-03-30 10:54:00 +02:00
RCTStatus.m Log signals from the Clojure layer instead of native code (#19683) 2024-04-23 09:53:07 -03:00
UIHelper.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
UIHelper.m refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
Utils.h refactor native modules into separate modules (#18385) 2024-01-15 18:57:35 +05:30
Utils.m General QR code scanner flow (#18677) 2024-02-16 12:06:28 +01:00