1. 09 Jan, 2020 2 commits
  2. 03 Jan, 2020 2 commits
  3. 02 Jan, 2020 2 commits
  4. 30 Dec, 2019 1 commit
  5. 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
  6. 21 Dec, 2019 2 commits
  7. 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
  8. 11 Dec, 2019 3 commits
  9. 09 Dec, 2019 2 commits
  10. 06 Dec, 2019 1 commit
  11. 05 Dec, 2019 1 commit
  12. 02 Dec, 2019 3 commits
    • Thibaut Sardan's avatar
      bump 404 (#483) · a0df0a0b
      Thibaut Sardan authored
      v4.0.4-beta
      a0df0a0b
    • Hanwen Cheng's avatar
      feat: dynamically bind gensisHash to accountId (#480) · 8c2c09ac
      Hanwen Cheng authored
      * update network constant
      
      * change test naming
      
      * update with cc3 genesisHash
      
      * decouple genesisHash with identities schema
      
      * fix account display error and migration code
      
      * update test
      
      * fix null errors
      
      * move existed cc2 to unknown network
      
      * fix bugs
      
      * fix navigation actions
      
      * fix bugs
      
      * move migration code before agree to privacy policies
      
      * small fix
      
      * refactor accountDetails
      
      * backward compatble with legacy substrate accounts
      
      * fix network list when create identity
      
      * fix: expected address
      
      * correct migration
      
      * remove logs
      8c2c09ac
    • Thibaut Sardan's avatar
      fix: Support cc3 (#481) · bd3d9270
      Thibaut Sardan authored
      * bump deps and metadata
      
      * remove debugger
      
      * update with polkadot/metadata
      
      * fix test errors with new api
      
      * fix sign message in cc3
      
      * test fix
      
      * fix warnings
      
      * fix tests
      bd3d9270
  13. 28 Nov, 2019 1 commit
  14. 27 Nov, 2019 3 commits
  15. 23 Nov, 2019 1 commit
  16. 22 Nov, 2019 6 commits
    • Thibaut Sardan's avatar
      bump 4002 (#472) · 071e3642
      Thibaut Sardan authored
      071e3642
    • Thibaut Sardan's avatar
      bump 401 (#469) · 3e3dc8a8
      Thibaut Sardan authored
      3e3dc8a8
    • Thibaut Sardan's avatar
      fix: remove version in "About" to fix CI (#463) · 6dc669aa
      Thibaut Sardan authored
      * remove version
      
      * dumb commit to run ci
      
      * dumb commit to run ci
      6dc669aa
    • Thibaut Sardan's avatar
      bump 400 (#462) · 6bf57af5
      Thibaut Sardan authored
      6bf57af5
    • Hanwen Cheng's avatar
      major: HDKD feature (#431) · 4c86d8cf
      Hanwen Cheng authored
      * create legacy account list and identities switch
      
      * refactor account store for legacyAccountList view
      
      * init identityNew screen
      
      * style: logo
      
      * style: color change
      
      * react vector icons
      
      * component: ButtonIcon
      
      * IdentitySwitch in header
      
      * rename empty to emptyAccount
      
      * finish identityNew screen data binding
      
      * Update IdentitiesSwitch.js
      
      * style: header
      
      * ButtonIcon text option
      
      * remove useless isWelcome and fix lint error
      
      * fix typo
      
      * refactor LegacyAccountBackup
      
      * init IdentityNew
      
      * ButtonIcon onPress isRequired
      
      * font styles component
      
      * style: IdentitySwitch
      
      * style mop up: IdentitySwitch
      
      * style chores
      
      * style: listed cards
      
      * basic account creation for identity backup screen
      
      * IdentityBackup, IdentityPin, PathsList
      
      * shadow and misc styles
      
      * style mop up: listed cards
      
      * network logos
      
      * AccountCard can function as a networkButton
      
      Because in v4 each identity has only one network account for each network, there's no need for visual differenciation between networkButton and AccountCard in AccountList, NetworkChooser, AccountNew, AccountRecover etc.
      
      * style: layout containers for screens with AccountCard
      
      * style and fixedPrefix prop for TextInput
      
      fixedPrefix will be used to indicte full derivation path
      
      * fontStyle for seed phrases
      
      * unlock logic, new seed generation, path derivation
      
      * prepared place for identityList
      
      * integrate idenity serializer
      
      * add and move specs to certain foler
      
      * Button props
      
      * show path with netwok
      
      * merge
      
      * data bind with derivation path screen
      
      * remove navigationOptions and refactoring to stateless component
      
      * finish identity recover feature
      
      * fix all lint warnings
      
      * current identity label on identitiesSwitch
      
      * identiy management and identity backup
      
      * fix derivation and add error handling for wrong derivation path
      
      * group paths in paths list screen
      
      * show path name
      
      * path details screen, delete path function
      
      * add Path Management Screen
      
      * reset disconnect behaviour
      
      * use accountId as address
      
      * ethereum account list in idenitty and remove legacy account creation
      
      * signing function for the account in identity store
      
      * fix according to YJ review, reset some navigation behavior
      
      * fix some warnings
      
      * Update SecurityHeader.js
      
      * scrollable identitySwitch
      
      * show only available networks
      
      * rephrase backup identity
      
      * add scan buttton to the bottom
      
      * start screen with network chooser
      
      * revert conflicts
      
      * settings
      
      * Revert "revert conflicts"
      
      This reverts commit c54069f5.
      
      * e2e test for default substrate account creation
      
      * e2e test for derivation hard key
      
      * show no accountt hint text on androiid
      
      * refactor qr scanner
      
      * add identity management dropdown to every identity
      
      * style: identity screen
      
      * fix initial errors
      
      * update account network chooser
      
      * directly navigation to derivation if there is no key
      
      * add path id for kusama dev
      
      * directly account creation with ethereum account
      
      * networkParams example
      
      * show error icon if network is unknown
      
      * style: pathCard for non-Substrate
      
      * style: group path
      
      * style: substrate derivation
      
      * display path of groupPaths
      
      * vertical spacing for (un)grouped pathCards
      
      * fix address issue
      
      * btns: new derivation and scan
      
      * style: qr
      
      * delete error handling
      
      * after delete non-substrate
      
      * switcher style corrections
      
      * antdesign icons
      
      * icons and headings
      
      * eth address render fix
      
      * heading PathsList
      
      * sign message bug fix, navigate to signedMessage
      
      * style details
      
      * styles: optimised for smaller screens
      
      * ScreenHeader and ButtonMainAction components everywhere
      
      * ButtonMainAction display adjustments
      
      * display logic for different user cases
      
      * scan button fix
      
      * security and errors
      
      * upgrade detox to latest version and merge
      
      * use new fonts
      
      * `add legacy account` button for test backward compatibility
      
      * add test for delete path
      
      * textInput adjustments
      
      * delete idenitity
      
      * add currentIdentity to pathcard
      
      * fix test multi item problem
      
      * add mock file for scanning test
      
      * mock recover identity and update genesisHash
      
      * Screens with seeds
      
      * screens w popups
      
      * identity (mnemonic) icon in paths
      
      * add account signing process
      
      * tested signing process, and bug fixes
      
      * style chores
      
      * correct signing process
      
      * improved touch, scroll and popup behaviours
      
      * new shadows
      
      * error test @YJ
      
      * fix: test_substrate_sign1
      
      * remove test sign1
      
      * fix delete bugs
      
      * style onboarding message
      
      * payload screen styling
      
      * fix navigation after scan
      
      * refactor signed screen
      
      * button position @ios fix
      
      * icon centering @ios fix
      
      * back from debugging
      
      * lead to identitiesSwitch after deletetion
      
      * signed message styling
      
      * fix signed message styling
      
      * fix signing in ethereum
      
      * fix eslint with hooks
      
      * use async functions for setState
      
      * group alerts
      
      * more test cases and soft key fix
      
      * improve path grouping
      
      * sort list and add keys
      
      * hide tac buttons after first login
      
      * put logo on left consistently
      
      * use alternative for regex look behind
      
      * fix e2e test
      
      * use switchNavigator
      
      * remove logs and remarks
      
      * remove useless code
      
      * copyright and use strict everywhere
      
      * comment out unused code
      
      * use accountId instead of address
      
      * remove warnings
      
      * remove logo when back button appear
      
      * Use about screen instead of settings
      
      * fix grumbles
      
      * remove unused refs
      
      * style fix
      
      * back from debugging
      
      * fix card name not shown problem
      
      * style: Substrate TxDetails
      
      * indication of sender/recipient for PathCards
      
      * move duplicated code into component and fix merge error
      
      * fix: loading error
      
      * move method to top
      
      * fix naming in path derivation
      
      * separate soften keys from harden
      
      * use memo to improve performance on pathslist
      
      * Revert "Merge branch 'hanwen-fix-loading' into sveta-hanwen-hdkd"
      
      This reverts commit 7fbcfb25, reversing
      changes made to b0375444.
      
      * UI fix, fix unclickable legacy items on legacyAccountList
      
      * TxDetails for small screen
      
      * 8 * 4 = 32
      
      * fixes according to code review
      
      * extract onPress and use PureComponent if possible
      
      * add error handling for derived address generation
      
      * fix signing
      
      * fix grumbles according to review
      
      * save uppercase account id
      
      * fix styling
      
      * fix grumbles
      
      * extract function out of render method
      
      * Update identityManipulation.spec.js
      
      * fix extra separator
      
      * two buttons in row for small screen
      
      * styling fix
      
      * remove extra margin
      4c86d8cf
    • Thibaut Sardan's avatar
      Update .gitlab-ci.yml · 3292187d
      Thibaut Sardan authored
      3292187d
  17. 21 Nov, 2019 4 commits
  18. 18 Nov, 2019 1 commit
  19. 09 Nov, 2019 2 commits