1. 23 Jun, 2020 1 commit
    • Hanwen Cheng's avatar
      fix: v4.3 UX according to user feedback (#643) · 5f650559
      Hanwen Cheng authored
      * move the derive button to the button
      
      * remove unused button
      
      * refactor redirection function
      
      * change the redirection after derivation
      
      * refactor e2e tests to fit new work flow
      
      * add version in about
      
      * validate pin input without button tapped
      
      * Update NetworkSelector.tsx
      
      * update westend genesis hash
      
      * fix e2e test
      
      * move two tabs in the bottom to one
      
      * fix e2e test
      
      * bump version to 4.3.2
      
      * bump dependencies
      
      * remove password length limitation
      
      * update xcode settings
      
      * fix e2e test
      5f650559
  2. 22 Jun, 2020 1 commit
    • Hanwen Cheng's avatar
      build: add flipper support and upgrade to RN 0.62.2 (#600) · 0a0563e1
      Hanwen Cheng authored
      * update dependencies
      
      * Change organization
      
      * remove unused icon
      
      * embed swift libraries
      
      * update library search path
      
      * upgrade gradle
      
      * listen to ui mode change and use single task
      
      * integrate flipper
      
      * merge master
      
      * Update yarn.lock
      
      * apply changes
      
      * fix project settings in ios and yarn.lock
      
      * bump version
      
      * Update project.pbxproj
      
      * Update project.pbxproj
      
      * update dependency
      
      * Update project.pbxproj
      
      * fix dependency issue
      
      * adjust setting on xcode for e2e test
      0a0563e1
  3. 16 Jun, 2020 2 commits
    • Hanwen Cheng's avatar
      fix: use seed root account as first default key pair (#636) · da57bd3a
      Hanwen Cheng authored
      * chore: generate seed root account as seed default account
      
      * adjust e2e test
      
      * make linter happy
      da57bd3a
    • Hanwen Cheng's avatar
      feat: enable seed export for derived account (#638) · 9e8d654a
      Hanwen Cheng authored
      * add rust seed export function
      
      * add get secret with ref function
      
      * stash
      
      * add rust function for derive mini secret key
      
      * fix test on rust part
      
      * add bindings on native part
      
      * add js bindings
      
      * add hard derivation check function and tests
      
      * add test in rust for passworded keypairs secret
      
      * new path secret screen
      
      * add new hook for unlocking
      
      * refactor and improve unlocking
      
      * add genesisHash in the secret QR
      
      * add e2e test and fix ios building
      
      * fix rust test
      
      * update os version
      9e8d654a
  4. 08 Jun, 2020 1 commit
  5. 02 Jun, 2020 2 commits
    • Hanwen Cheng's avatar
      9f1fb537
    • goldsteinsveta's avatar
      style: revamp / mop up ui (#619) · 77195601
      goldsteinsveta authored
      
      
      * style: navigation bar bg color
      
      * feat: component QrTab
      
      * rename: QrTab > QrScannerTab
      
      * style: networkCard icons
      
      * fix: tsc declare 'react-native-navbar-color'
      
      * style: ButtonNewDerivation
      
      * style: pink everything derivation + refactor components
      
      * refactor: colors
      
      * style: identitiesSwitch
      
      * font: RobotoMono-Medium
      
      * refactor: ButtonMainAction
      
      * style: nits
      
      * fix image names
      
      * add images in ios
      
      * add font in ios
      
      * ignore yellowbox in e2e local test
      
      * fix header styling
      
      * style: nits
      
      * style: removes gap between PathsList view and ButtonNewDerivation
      
      * style: ButtonNewDerivation nits
      
      * move qrscanner to the bottom of the screen
      
      * style and typo: nits
      
      * style: color coding as in polkadotjs apps and polkascan
      
      * style: contrast ratios
      
      * style: derivations
      
      headings, gaps between groups
      
      * style: nit
      
      * style: signedMessage
      
      * reorder styles
      
      * change opacity of white color
      
      * fix button styles
      
      * use scroll container
      
      * fix: borked button
      
      * style: lighter white-gray
      
      * style: column buttons
      
      to be safe at small devices
      
      * style: compact seed input
      
      * style: nits
      
      * fix: typo
      
      * fix: blurry pixels
      
      * fix: app bg mismatch
      
      * style: center small lock
      
      * style: shadow
      
      * set pin input to vertical center
      
      * remove unused component
      
      * align button styles for android and ios
      
      * add extra padding for identities switch icon make it easier for tap
      
      * style: signed extrinsic/tx
      
      same as the new signed msg
      
      * style: QR first signing screens
      
      Co-authored-by: default avatarHanwen Cheng <heawen.cheng@gmail.com>
      77195601
  6. 28 May, 2020 1 commit
  7. 27 May, 2020 1 commit
    • Hanwen Cheng's avatar
      fix: Signing on Polkadot CC1 (#629) · ea6a0f7a
      Hanwen Cheng authored
      * fix: signing on polkadot, adjust with polkadot js
      
      * add polkadot e2e test
      
      * fix e2e polkadot signing test
      
      * bump version to 4.3
      
      * fix passworded signing problem and add e2e passworded test
      
      * refine message details view
      ea6a0f7a
  8. 26 May, 2020 2 commits
  9. 22 May, 2020 1 commit
  10. 20 May, 2020 2 commits
  11. 14 May, 2020 1 commit
  12. 08 May, 2020 1 commit
  13. 07 May, 2020 1 commit
  14. 06 May, 2020 2 commits
  15. 05 May, 2020 2 commits
    • Hanwen Cheng's avatar
      add missing commits (#604) · 5b9403c0
      Hanwen Cheng authored
      5b9403c0
    • Hanwen Cheng's avatar
      feat: simplify sign flow (#603) · 66d938a1
      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
      
      * feat: enable passworded identity
      
      * use keyboard scroll view
      
      * complete password generation
      
      * update react-native-camera and related polkadot api packages
      
      * add registry store and use type override
      
      * reduce android bundle size
      
      * update yarn.lock
      
      * update metadata
      
      * prettier happy
      
      * update polkadot api
      
      * add password in pinInputt
      
      * remove password from identity
      
      * add password in path derivation
      
      * remove log
      
      * complete password support
      
      * make compiler happy
      
      * refactor account store error handling
      
      * remove password check when signing
      
      * add lock icon for passworded account
      
      * add hint also on path
      
      * add extra hint text
      
      * fix autofocus and remove useRef
      
      * add e2e test suit for passworded account
      
      * make lint happy
      
      * destroy reference when app go into background
      
      * fix lint
      
      * add seed ref functions
      
      * enable pin los address creation
      
      * signing with seed reference
      
      * fix bridge in ios
      
      * use lists for data pointers for each identity
      
      * createSeedRefWithNewSeed function
      
      * fix logic error
      
      * more fix and complete e2e test
      
      * remove console log
      
      * add copyright
      
      * fix lint errors
      
      * refactor qrscanner to functional componnet
      
      * move files into module
      
      * finish sign process during scanning
      
      * refactor signed tx and message page
      
      * simplify seed ref getter in scanning
      
      * stash changes
      
      * refactor scanner store and improve multi part sign
      
      * complete signing for multi part
      
      * fix e2e
      
      * make lint happy
      
      * update babel related packages
      
      * merge master
      
      * Update yarn.lock
      
      * prevent detox to be included into package.
      66d938a1
  16. 04 May, 2020 1 commit
    • Hanwen Cheng's avatar
      feat: change identicon when derivate path (#602) · f89586c0
      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
      
      * feat: enable passworded identity
      
      * use keyboard scroll view
      
      * complete password generation
      
      * update react-native-camera and related polkadot api packages
      
      * add registry store and use type override
      
      * reduce android bundle size
      
      * update yarn.lock
      
      * update metadata
      
      * prettier happy
      
      * update polkadot api
      
      * add password in pinInputt
      
      * remove password from identity
      
      * add password in path derivation
      
      * remove log
      
      * complete password support
      
      * make compiler happy
      
      * refactor account store error handling
      
      * remove password check when signing
      
      * add lock icon for passworded account
      
      * add hint also on path
      
      * add extra hint text
      
      * fix autofocus and remove useRef
      
      * add e2e test suit for passworded account
      
      * make lint happy
      
      * destroy reference when app go into background
      
      * fix lint
      
      * add seed ref functions
      
      * enable pin los address creation
      
      * signing with seed reference
      
      * fix bridge in ios
      
      * use lists for data pointers for each identity
      
      * createSeedRefWithNewSeed function
      
      * fix logic error
      
      * more fix and complete e2e test
      
      * remove console log
      
      * add copyright
      
      * fix lint errors
      
      * rebase commit on master
      f89586c0
  17. 30 Apr, 2020 2 commits
    • Hanwen Cheng's avatar
      fix: prevent back on network choser android (#601) · 78a1b5d6
      Hanwen Cheng authored
      * rebase on master
      
      * use iphone 11 for e2e
      
      * update os version
      78a1b5d6
    • Hanwen Cheng's avatar
      feat: support pinless signing when user already input pin recently (#589) · 23cc5f65
      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
      
      * feat: enable passworded identity
      
      * use keyboard scroll view
      
      * complete password generation
      
      * update react-native-camera and related polkadot api packages
      
      * add registry store and use type override
      
      * reduce android bundle size
      
      * update yarn.lock
      
      * update metadata
      
      * prettier happy
      
      * update polkadot api
      
      * add password in pinInputt
      
      * remove password from identity
      
      * add password in path derivation
      
      * remove log
      
      * complete password support
      
      * make compiler happy
      
      * refactor account store error handling
      
      * remove password check when signing
      
      * add lock icon for passworded account
      
      * add hint also on path
      
      * add extra hint text
      
      * fix autofocus and remove useRef
      
      * add e2e test suit for passworded account
      
      * make lint happy
      
      * destroy reference when app go into background
      
      * fix lint
      
      * add seed ref functions
      
      * enable pin los address creation
      
      * signing with seed reference
      
      * fix bridge in ios
      
      * use lists for data pointers for each identity
      
      * createSeedRefWithNewSeed function
      
      * fix logic error
      
      * more fix and complete e2e test
      
      * remove console log
      
      * add copyright
      
      * fix lint errors
      
      * fix unlock identity error
      23cc5f65
  18. 23 Apr, 2020 1 commit
  19. 21 Apr, 2020 1 commit
    • Hanwen Cheng's avatar
      feat: add passworded identity (#565) · 67fd659d
      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
      
      * feat: enable passworded identity
      
      * use keyboard scroll view
      
      * complete password generation
      
      * update react-native-camera and related polkadot api packages
      
      * add registry store and use type override
      
      * reduce android bundle size
      
      * update yarn.lock
      
      * update metadata
      
      * prettier happy
      
      * update polkadot api
      
      * add password in pinInputt
      
      * remove password from identity
      
      * add password in path derivation
      
      * remove log
      
      * complete password support
      
      * make compiler happy
      
      * refactor account store error handling
      
      * remove password check when signing
      
      * add lock icon for passworded account
      
      * add hint also on path
      
      * add extra hint text
      
      * fix autofocus and remove useRef
      
      * add e2e test suit for passworded account
      
      * make lint happy
      
      * add path error indicator
      67fd659d
  20. 14 Apr, 2020 2 commits
  21. 09 Apr, 2020 1 commit
  22. 03 Apr, 2020 2 commits
    • Joseph Mark's avatar
      fix: seed reference wrapper (#583) · ea3c150e
      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
      
      * safe typescript wrapper for seed reference
      
      * remove package-lock.json from .gitignore
      
      * add missing type
      
      * initialize dataRef
      
      * comments and names
      
      * lint
      
      * use seed ref as hooks
      
      * Add signing functions to seedRefHooks
      
      * Hook to SeedRef class instead of bridge functions
      
      * fix SeedRefHooks
      
      * SeedRefHooks an obj
      
      Co-authored-by: default avatarHanwen Cheng <heawen.cheng@gmail.com>
      ea3c150e
    • Hanwen Cheng's avatar
      fix: sync extend types with polkadot.js/api (#586) · fae7a7eb
      Hanwen Cheng authored
      * fix: sync with polkadot known types
      
      * use big number here
      
      * make lint happy
      
      * remove ts supress
      
      * rephrase
      fae7a7eb
  23. 02 Apr, 2020 1 commit
  24. 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
  25. 27 Mar, 2020 1 commit
    • Hanwen Cheng's avatar
      fix: kusma extrinsic interpretion and signing error (#570) · c7496277
      Hanwen Cheng authored
      * update react-native-camera and related polkadot api packages
      
      * add registry store and use type override
      
      * reduce android bundle size
      
      * update yarn.lock
      
      * update metadata
      
      * prettier happy
      
      * update polkadot api
      
      * remove log
      
      * still use iphone SE as test e2e device
      c7496277
  26. 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
  27. 19 Mar, 2020 1 commit
    • 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
  28. 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
  29. 11 Mar, 2020 2 commits