1. 27 Aug, 2019 2 commits
  2. 26 Aug, 2019 3 commits
    • YJ's avatar
      fix: add genesis hash (#329) · e86b3709
      YJ authored
      e86b3709
    • Thibaut Sardan's avatar
      Parse and construct function together (#328) · 264a30af
      Thibaut Sardan authored
      
      
      * fix: parse and construct together
      
      * fix: tests, assert inputs valid
      
      * fix: suri vlaidation
      
      * fix: refactor derivation path and phrase
      
      * fix: prevent account creation or recovery with invalid path
      
      * Update src/screens/AccountRecover.js
      
      Co-Authored-By: default avatarYJ <yjkimjunior@gmail.com>
      
      * Update src/screens/AccountNew.js
      
      Co-Authored-By: default avatarYJ <yjkimjunior@gmail.com>
      264a30af
    • YJ's avatar
      UOS Qr Support (rebased on master) (#325) · e41ad3f6
      YJ authored
      * feat: wip for adding QR support for UOS
      
      * chore: Squashed old branch
      
      * feat: expose blake2s hash function
      
      * fix: use ui-qr
      
      * fix: add peer dependencies for @polkadot/*
      
      * feat: handle decoding via UOS
      
      * fix: decode substrate payload!
      
      * fix(): network selection
      
      * Update src/components/QrView.js
      
      * fix(): backward compatible
      
      * fix(): Mock for a sparta account, add prefixes for substrate
      
      * fix(): address map for substrate accounts
      
      * fix: Duplicate function names in iOS
      
      * fix(): init with PolaIcon file, types, add ui-shared and react-native-svg
      
      * fix(): add @polkadot/util-crypto
      
      * fix(): add react-native-crypto with override and node-libs-react-native
      
      * fix(): add import 'crypto' in Apps.js
      
      * fix(): add stream-browserify and overrides
      
      * feat: Expose `substrateAddress` in native.js
      
      * fix(): ideenticon visible
      
      * fix: decode from u8a
      
      * fix(): pull in @polkadot/reactnative-identicon
      
      * fix: reformat data for consistency with legacy. temporary placeholdder for native substrateSign
      
      * fix(): remove test files
      
      * fix: update jest config to solve building problem on iOS
      
      * fix(): revert https://github.com/paritytech/parity-signer/pull/300
      
      * fix: qr view
      
      * fix: update npm script for android dev startup
      
      * fix: decoding message and fix the screwed up qr code
      
      * fix: warning when signing payload hash
      
      * fix: remove nodefy and cleanup deps
      
      * fix: re-enable screenshot for debug
      
      * fix: typo
      
      * fix: remove punny dep
      
      * fix: remove polkadot/ui-shared
      
      * fix: remove timers-browsify
      
      * fix: remove string_decoder
      
      * fix: remove buffer
      
      * fix: remove hoist-non-react-statics
      
      * fix: use genesisHash and Address
      
      * fix: make it build
      
      * fix: move parsing logic to store, setup for hadnleing multipart
      
      * fix: store unsignedata
      
      * fix: setData uses scannerstore state unsigned data
      
      * fix: move parse to util
      
      * fix: new account creation with mock
      
      * fix: bring in native blake2s function
      
      * fix: advanced derived path field for new account
      
      * fix: move decores
      
      * fix: use react hooks in AccountIcon
      
      * fix: fix address and nits
      
      * fix: fix genesis in QR
      
      * fix: genesisHash as string
      
      * fix: use real accounts and mnemonic
      
      * fix: refactor
      
      * fix: setup unit tests, vscode debug env
      
      * fix: address encoding
      
      * fix: make tests pass
      
      * fix: multipart unit test
      
      * fix: setup for testing stores
      
      * fix: displaying ascii message to sign, use Kusama adddress in store
      
      * fix: unneeded hexToAscii
      
      * feat: sr25519 signing
      
      * fix: put current account in the state
      
      * fix: decode SCALE
      
      * fix: make tests pass
      
      * feat: Complete SURI derivation
      
      * feat: Expose blake2s proxy function in native.js
      
      * fix: use genesisHash
      
      * fix: use substrateAddress
      
      * fix: recover
      
      * fix: recover derivation
      
      * fix: refactor advanced (derivation path) field
      
      * fix: derivation path validity + refactor
      
      * fix: sign data
      
      * fix: binding for blake2
      
      * fix: display derivation path and link to check pasword
      
      * fix: Added react methods to EthkeyBridge.m
      
      * fix: derivation for new accounts
      
      * fix: merge
      
      * fix: verify derivation pw
      
      * fix: remove dup, reset head
      
      * fix: merge conflicts, handling legacy etehrum txn
      
      * fix: show the hash for oversized message hex
      
      * fix: alert warning signing hash, get network key substrate
      
      * fix: remove log reports
      
      * fix: display decoded extrinsic payload details
      
      * fix: lock when saving accounts
      
      * fix: lock when unmounting backup view
      
      * fix: name wasn't save properly in securestore
      
      * fix: comment out Polkadot and add testnet
      
      * fix: bug ethereum new account and duplicated functions
      
      * fix: stray comment
      
      * fix: derive path
      
      * fix: bump api for payload with spec version
      
      * fix: making it build on android
      
      * fix: link RNSecureStorage
      
      * fix: link for ios
      
      * fix: finalize
      
      * fix: remove logs
      
      * fix: remove console logs
      
      * feat: wip for adding QR support for UOS
      
      * fix: use ui-qr
      
      * fix: add peer dependencies for @polkadot/*
      
      * feat: handle decoding via UOS
      
      * fix: decode substrate payload!
      
      * chore: Squashed old branch
      
      * feat: expose blake2s hash function
      
      * Update src/components/QrView.js
      
      * fix: Duplicate function names in iOS
      
      * feat: Expose `substrateAddress` in native.js
      
      * fix: decode from u8a
      
      * fix: reformat data for consistency with legacy. temporary placeholdder for native substrateSign
      
      * fix(): init with PolaIcon file, types, add ui-shared and react-native-svg
      
      * fix(): add react-native-crypto with override and node-libs-react-native
      
      * fix(): add stream-browserify and overrides
      
      * fix(): ideenticon visible
      
      * fix: qr view
      
      * fix: decoding message and fix the screwed up qr code
      
      * fix: warning when signing payload hash
      
      * fix(): remove test files
      
      * fix(): revert https://github.com/paritytech/parity-signer/pull/300
      
      
      
      * fix: remove nodefy and cleanup deps
      
      * fix: re-enable screenshot for debug
      
      * fix: remove punny dep
      
      * fix: remove timers-browsify
      
      * fix: make it build
      
      * fix: move parsing logic to store, setup for hadnleing multipart
      
      * fix: store unsignedata
      
      * fix: setData uses scannerstore state unsigned data
      
      * fix: move parse to util
      
      * fix: bring in native blake2s function
      
      * fix: move decores
      
      * fix(): address map for substrate accounts
      
      * fix: use genesisHash and Address
      
      * fix: refactor
      
      * fix: advanced derived path field for new account
      
      * fix: setup unit tests, vscode debug env
      
      * fix: address encoding
      
      * fix: make tests pass
      
      * fix: multipart unit test
      
      * fix: setup for testing stores
      
      * fix: displaying ascii message to sign, use Kusama adddress in store
      
      * fix: decode SCALE
      
      * fix: make tests pass
      
      * feat: sr25519 signing
      
      * feat: Complete SURI derivation
      
      * fix: use substrateAddress
      
      * fix: recover derivation
      
      * fix: refactor advanced (derivation path) field
      
      * fix: sign data
      
      * feat: Expose blake2s proxy function in native.js
      
      * fix: merge
      
      * fix: display derivation path and link to check pasword
      
      * fix: remove dup, reset head
      
      * fix: merge conflicts, handling legacy etehrum txn
      
      * fix: show the hash for oversized message hex
      
      * fix: verify derivation pw
      
      * fix: rmeove crash reports, qr hex payload
      
      * fix: yarn.lock
      
      * fix: uncorrupt project.pbxproj, resolve merge conflicts
      
      * fix: finalize rebase
      
      * fix: rmeove unused function
      
      * fix: minor gurumbles
      
      * fix: fonts
      
      * fix: add back rn camera
      
      * fix: helper check valid json string
      
      * Update src/screens/MessageDetails.js
      
      Co-Authored-By: default avatarThibaut Sardan <33178835+Tbaut@users.noreply.github.com>
      
      * Update src/screens/MessageDetails.js
      
      Co-Authored-By: default avatarThibaut Sardan <33178835+Tbaut@users.noreply.github.com>
      
      * Update src/screens/MessageDetails.js
      
      Co-Authored-By: default avatarThibaut Sardan <33178835+Tbaut@users.noreply.github.com>
      
      * Update src/screens/About.js
      
      Co-Authored-By: default avatarThibaut Sardan <33178835+Tbaut@users.noreply.github.com>
      e41ad3f6
  3. 21 Aug, 2019 1 commit
    • Thibaut Sardan's avatar
      Substrate accounts management (#293) · be3edf8b
      Thibaut Sardan authored
      * chore: Squashed old branch
      
      * feat: expose blake2s hash function
      
      * fix(): network selection
      
      * fix(): backward compatible
      
      * fix(): Mock for a sparta account, add prefixes for substrate
      
      * fix(): address map for substrate accounts
      
      * fix: Duplicate function names in iOS
      
      * feat: Expose `substrateAddress` in native.js
      
      * fix: use genesisHash and Address
      
      * fix: new account creation with mock
      
      * fix: advanced derived path field for new account
      
      * fix: use react hooks in AccountIcon
      
      * fix: fix address and nits
      
      * fix: fix genesis in QR
      
      * fix: genesisHash as string
      
      * fix: use real accounts and mnemonic
      
      * fix: unneeded hexToAscii
      
      * feat: sr25519 signing
      
      * fix: put current account in the state
      
      * feat: Complete SURI derivation
      
      * fix: use genesisHash
      
      * fix: use substrateAddress
      
      * fix: recover
      
      * fix: recover derivation
      
      * fix: refactor advanced (derivation path) field
      
      * fix: derivation path validity + refactor
      
      * fix: display derivation path and link to check pasword
      
      * fix: derivation for new accounts
      
      * fix: verify derivation pw
      
      * fix: lock when saving accounts
      
      * fix: lock when unmounting backup view
      
      * fix: name wasn't save properly in securestore
      
      * fix: comment out Polkadot and add testnet
      
      * fix: bug ethereum new account and duplicated functions
      
      * fix: stray comment
      
      * fix: derive path
      
      * fix: seed validation
      be3edf8b
  4. 16 Aug, 2019 2 commits
  5. 14 Aug, 2019 1 commit
    • Fei Liu's avatar
      chore: update splash screen (#316) · 3cb84de5
      Fei Liu authored
      * chore: update splash screen
      
      * chore: update background color to match the logo
      
      * chore: remove duplicated image file
      3cb84de5
  6. 12 Aug, 2019 1 commit
  7. 07 Aug, 2019 2 commits
  8. 06 Aug, 2019 2 commits
    • Thibaut Sardan's avatar
      Polkadot identicons (#301) · 5e0332e2
      Thibaut Sardan authored
      * fix(): init with PolaIcon file, types, add ui-shared and react-native-svg
      
      * fix(): add @polkadot/util-crypto
      
      * fix(): add react-native-crypto with override and node-libs-react-native
      
      * fix(): add import 'crypto' in Apps.js
      
      * fix(): add stream-browserify and overrides
      
      * fix(): ideenticon visible
      
      * fix(): pull in @polkadot/reactnative-identicon
      
      * fix(): remove test files
      
      * fix: update jest config to solve building problem on iOS
      
      * fix(): revert https://github.com/paritytech/parity-signer/pull/300
      
      * fix: update npm script for android dev startup
      
      * fix: remove nodefy and cleanup deps
      
      * fix: re-enable screenshot for debug
      
      * fix: typo
      
      * fix: remove punny dep
      
      * fix: remove polkadot/ui-shared
      
      * fix: remove timers-browsify
      
      * fix: remove string_decoder
      
      * fix: remove buffer
      
      * fix: remove hoist-non-react-statics
      
      * fix: revert hoist-non-react-statics removal
      
      * fix: add peer deps @plugnet/util @polkadot/keyring
      
      * fix: upgrade vm-browserify @polkadot/reactnative-identicon
      
      * fix: upgrade react-native bignumber reactotron
      
      * fix: remove unused react-native-simple-picker
      
      * fix: move reactotron to dev-deps
      
      * fix: remove report
      
      * fix: removed types.js
      
      * fix: remove unneeded Buffer and crypto import in shim.js
      
      * fix: rename shim and remove yarn dep
      
      * fix: rename to shim.js
      5e0332e2
    • Thibaut Sardan's avatar
      fix: pull from Parity instead (#305) · 6cfbab4d
      Thibaut Sardan authored
      6cfbab4d
  9. 05 Aug, 2019 1 commit
    • Hanwen Cheng's avatar
      Fix typeface and maintain interface consistency (#297) · e781b8c1
      Hanwen Cheng authored
      * fix: update header font to manifold CF
      
      * fix: update account list font family
      
      * fix: make font available in android
      
      * fix: change android default font color to black instead of grey
      
      * fix: apply fonts to all the usage of `Munifold CF`
      
      * fix: change Roboto fonts to Manifold
      
      * fix: change font to manifold of input
      
      * fix: fix previous unfunctional font styles
      e781b8c1
  10. 02 Aug, 2019 4 commits
  11. 31 Jul, 2019 4 commits
  12. 30 Jul, 2019 3 commits
  13. 29 Jul, 2019 1 commit
  14. 26 Jul, 2019 1 commit
  15. 25 Jul, 2019 12 commits