1. 01 Apr, 2020 2 commits
    • Hanwen Cheng's avatar
      refactor: regroup the paths into their own network. (#575) · ffa23843
      Hanwen Cheng authored
      * fix: add backward compatibility for kusama account with different genesisHash
      
      * refactor: regroup the paths into their own network
      
      * fix logic error
      ffa23843
    • Joseph Mark's avatar
      feat: sign with seed reference (#580) · ccdee715
      Joseph Mark authored
      
      
      * Decrypt and sign without seed crossing bridge
      
      - decrypt the seed in rust and return a raw pointer as i64
      - from ios return int64_t
      - from android return double using Double.longBitsToDouble
      - in typescript use number
      - sign messages by passing the seed reference and converting back to a
      String pointer in rust
      
      * Comment new functions in native.ts
      
      * Remove debug code
      
      * lint
      
      * lint fixes
      
      Co-authored-by: default avatarHanwen Cheng <heawen.cheng@gmail.com>
      ccdee715
  2. 27 Mar, 2020 2 commits
  3. 23 Mar, 2020 1 commit
    • Hanwen Cheng's avatar
      fix: signing button postion (#563) · 1afd9367
      Hanwen Cheng authored
      * fix: upgrade react navigation v5
      
      * update project settings in ios
      
      * improve navigation by upgrading to react navigation v5
      
      * make compiler happy
      
      * unlink react-native-secure-storage
      
      * make detox and react-navigation happy again
      
      * make e2e test happy
      
      * use safe area context app wide
      
      * delete stray comment
      
      * fix screen heading styles
      
      * fix pin backup navigation
      
      * revert change to rust target
      
      * fix ui overlap on android
      
      * remove bounce in ios scroll view
      
      * lint fix
      
      * fix: signing button position
      1afd9367
  4. 19 Mar, 2020 2 commits
    • Hanwen Cheng's avatar
      refactor: Imporve navigation (#562) · 91410fe6
      Hanwen Cheng authored
      * fix: upgrade react navigation v5
      
      * update project settings in ios
      
      * improve navigation by upgrading to react navigation v5
      
      * make compiler happy
      
      * unlink react-native-secure-storage
      
      * make detox and react-navigation happy again
      
      * make e2e test happy
      
      * use safe area context app wide
      
      * delete stray comment
      
      * fix screen heading styles
      
      * fix pin backup navigation
      
      * revert change to rust target
      
      * fix ui overlap on android
      
      * remove bounce in ios scroll view
      
      * lint fix
      91410fe6
    • Hanwen Cheng's avatar
      ea3e4f4e
  5. 14 Mar, 2020 2 commits
  6. 13 Mar, 2020 1 commit
    • Hanwen Cheng's avatar
      feat: add Polkadot support (#555) · 9e8d39e6
      Hanwen Cheng authored
      
      
      * Add Edgeware
      
      * fix path
      
      * merge master branch
      
      * build: update polkadot dependencies and remove redundant packages
      
      * update kusama metadata to latest
      
      * fix tests
      
      * prepare polkadot network
      
      * add edgeware network
      
      * add kulupu network
      
      * update title
      
      * compatible with network without genesisHash
      
      * add edgeware logo
      
      * order network list
      
      * give each network a order field
      
      * rephrase
      
      * fix order
      
      Co-authored-by: default avatarcarumusan <879525+carumusan@users.noreply.github.com>
      9e8d39e6
  7. 11 Mar, 2020 2 commits
  8. 05 Mar, 2020 1 commit
    • Hanwen Cheng's avatar
      test: add e2e signing and ethereum tests (#549) · cad3e74e
      Hanwen Cheng authored
      * rebase to master
      
      * fix rebase deletion
      
      * remove console logs and ignore useless warning
      
      * use eslint unused vars
      
      * add ethereum signing test
      
      * re-arrange e2e and unit configs, use common jest config
      
      * update .gitignore
      
      * fix configs
      
      * fix android bug and upgrade detox
      
      * rename unit test scripts
      
      * update docs with yarn unit
      
      * remove debug logs
      
      * update test config
      cad3e74e
  9. 03 Mar, 2020 1 commit
    • Hanwen Cheng's avatar
      refactor: migrating to typescript (#521) · e1785af7
      Hanwen Cheng authored
      * init typescript settings
      
      * change let to const
      
      * use typescript strict
      
      * update lint config for typescript
      
      * update lint config for typescript
      
      * upgrade to react-navigation v4 and use typed navigator
      
      * add required dependency for react navigation
      
      * update with eslint and App.tsx
      
      * following merging
      
      * refactor buttons
      
      * refactor
      
      * stash
      
      * add types for networks specs
      
      * fix add legacy account error
      
      * update typescript configs
      
      * refactor identity and account stores
      
      * hoc.js to typescript
      
      * refactor main landing page
      
      * complete identity utils and account store
      
      * renaming files
      
      * refactor components and payloads component
      
      * refactor all the components and scanner store
      
      * fix typescript compiler errors
      
      * rename alls screens
      
      * refactor screens
      
      * refactor all the screens
      
      * fix typescript compiler errors
      
      * fixed compiler and lint error
      
      * reorder files and use path alias
      
      * reoder imports
      
      * ignore jest caches
      
      * integrate typescript with jest
      
      * integrate e2e test
      
      * update travis config and readme
      
      * remove logs and comments
      
      * delete redundant line
      
      * fix scanner name
      
      * multi signing fix
      
      * add default catch
      
      * use await to avoid async problem and remove one warning with source.uri
      
      * use path alias of e2e and utils
      
      * imporve sign button display in small screen
      
      * hide path derivation option for ethereum account
      
      * fix path display error
      
      * fix ethereum delete problem
      
      * imporve navigation
      
      * upgrade react navigation to resolve bug
      
      * add react hooks lint
      
      * fix missing icon bug
      e1785af7
  10. 10 Feb, 2020 2 commits
  11. 07 Feb, 2020 2 commits
  12. 06 Feb, 2020 2 commits
    • Hanwen Cheng's avatar
      feat: enable network selection for custom path (#536) · 5700a4dd
      Hanwen Cheng authored
      * extract root as normal custom account
      
      * extract network root account into list
      
      * do not create root account when create new identity
      
      * renaming new root account
      
      * enable derive path in paths list
      
      * init network selector component
      
      * complete UI component and path derivation
      
      * complete functionality
      
      * fix bug
      
      * exclude network options in dev
      
      * use pathId to index custom path account's network
      
      * update warning
      
      * enable create custom path and fix touchable error in android
      5700a4dd
    • Hanwen Cheng's avatar
      refactor: identity root account and network root account (#532) · 71372268
      Hanwen Cheng authored
      * extract root as normal custom account
      
      * extract network root account into list
      
      * do not create root account when create new identity
      
      * renaming new root account
      
      * enable derive path in paths list
      
      * remove unused comment
      71372268
  13. 20 Jan, 2020 1 commit
  14. 16 Jan, 2020 5 commits
  15. 09 Jan, 2020 2 commits
  16. 03 Jan, 2020 2 commits
  17. 02 Jan, 2020 2 commits
  18. 30 Dec, 2019 1 commit
  19. 23 Dec, 2019 2 commits
    • Thibaut Sardan's avatar
      chore: Bump 4.0.5 (#506) · 5ba48188
      Thibaut Sardan authored
      * bump 4005
      
      * package
      v4.0.5-beta
      5ba48188
    • Hanwen Cheng's avatar
      feat: Enable create custom path (#497) · c89ee27b
      Hanwen Cheng authored
      * add network icon to legacy account
      
      * refactor screen heading
      
      * fix stylesheet creation
      
      * remove protocol from AccountIcon
      
      * add root account derivation
      
      * enable derivation root from derivationPath screen
      
      * add '//kusama' into test suites
      
      * fix match and remove console.log
      
      * flatten styles in screenHeadings
      
      * fix: enable creating custom path
      
      * enable signing with unknown network
      
      * fall back unknown network to substrate network
      
      * change workflow
      
      * adjust e2e test
      
      * add custom path test
      
      * adjust test and fix group with unknown network root path
      
      * remove redundant component
      
      * fix nits
      
      * enable root address
      
      * use corresponding network key when generating known network
      
      * root identity in the network list screen
      
      * fix ui of root account
      
      * fix delete navigation
      
      * remove root from customized paths
      
      * update warning text
      
      * grammar ...
      
      * rephrase and fix network list calculation
      
      * display account info in transaction screen
      
      * fix signing and naming
      
      * rephrase warnings
      
      * fix signing problem
      
      * fix scanner extra cleanup error
      
      * refine navigation
      c89ee27b
  20. 21 Dec, 2019 2 commits
  21. 12 Dec, 2019 1 commit
    • Hanwen Cheng's avatar
      feat: enable create root account under a network (#494) · b1ea1f6d
      Hanwen Cheng authored
      * add network icon to legacy account
      
      * refactor screen heading
      
      * fix stylesheet creation
      
      * remove protocol from AccountIcon
      
      * add root account derivation
      
      * enable derivation root from derivationPath screen
      
      * add '//kusama' into test suites
      
      * fix match and remove console.log
      
      * flatten styles in screenHeadings
      
      * change workflow
      
      * move add network button to bottom
      
      * revert the channge on AccountNetworkChooser.js
      b1ea1f6d
  22. 11 Dec, 2019 2 commits