- 23 Jun, 2020 1 commit
-
-
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
-
- 22 Jun, 2020 1 commit
-
-
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
-
- 16 Jun, 2020 1 commit
-
-
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
-
- 02 Jun, 2020 1 commit
-
-
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:
Hanwen Cheng <heawen.cheng@gmail.com>
-
- 28 May, 2020 1 commit
-
-
Hanwen Cheng authored
* add hash signing * add e2e test and add more types for checking * bump version
-
- 27 May, 2020 1 commit
-
-
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
-
- 26 May, 2020 1 commit
-
-
Hanwen Cheng authored
* update polkadot genesisHash * bump version * add polkadot metadata
-
- 22 May, 2020 1 commit
-
-
Hanwen Cheng authored
* update polakdot dependencies * bump version number
-
- 20 May, 2020 1 commit
-
-
Hanwen Cheng authored
* fix: parsing bug on unrecognized network key * bumo version number
-
- 14 May, 2020 1 commit
-
-
Hanwen Cheng authored
* fix error on scanning * fix path derivation bug * bump to 4.2.4 * upgrade react navigation
-
- 08 May, 2020 1 commit
-
-
Hanwen Cheng authored
-
- 06 May, 2020 2 commits
-
-
Hanwen Cheng authored
-
Hanwen Cheng authored
-
- 05 May, 2020 2 commits
-
-
Hanwen Cheng authored
-
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.
-
- 30 Apr, 2020 2 commits
-
-
Hanwen Cheng authored
* rebase on master * use iphone 11 for e2e * update os version
-
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
-
- 23 Apr, 2020 1 commit
-
-
Hanwen Cheng authored
* use github actions * change version to iphone 8 * rebase to master * fix rebase deletion * remove console logs and ignore useless warning * use eslint unused vars * up cache * fix env in actions * Create install-sccache.ps1 * Create clean-target.sh * Delete install-sccache.ps1 * Create install-sccache.ps1 * 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 detox settings * add yarn and npm cache * small fix cache * fix sccache * Update actions.yml cache PATH package.json * fix memory out problem * fix stop sccache * Update actions.yml * Update identityManipulation.spec.ts * install pods and cache it * add ESLint * fix release patch settings xcodeworkspace * eslint on ubuntu-latest * yarn tools * update yarn resolution * make lint happy * update toolchain * update node version * eslint with it installed * install dependencies * Update eslint.yml * rename and split test suites * tempororay disable build for caching build * ignore 32 bit architecture in building * Update actions.yml * change test build arch * update package location * remove travis * renaming Co-authored-by:
Denis S. Soldatov aka General-Beck <general.beck@gmail.com>
-
- 21 Apr, 2020 1 commit
-
-
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
-
- 20 Apr, 2020 1 commit
-
-
Joseph Mark authored
* add error handling to remaining rust fns * update swift functions and c api * return exception message from java * add helper function in android Co-authored-by:
Hanwen Cheng <heawen.cheng@gmail.com>
-
- 09 Apr, 2020 1 commit
-
-
Hanwen Cheng authored
* feat: enable generate address with seed * Update src/utils/native.ts Co-Authored-By:
Joseph Mark <sjeohp@gmail.com> * Update src/utils/native.ts Co-Authored-By:
Joseph Mark <sjeohp@gmail.com> Co-authored-by:
Joseph Mark <sjeohp@gmail.com>
-
- 03 Apr, 2020 1 commit
-
-
Hanwen Cheng authored
* fix: sync with polkadot known types * use big number here * make lint happy * remove ts supress * rephrase
-
- 02 Apr, 2020 3 commits
-
-
Hanwen Cheng authored
-
Joseph Mark authored
* remove package-lock.json from .gitignore * Tweak yarn scripts
-
Hanwen Cheng 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 * Remove debug code * lint * lint fixes * test: rust signing with ref * remove malloc test Co-authored-by:
Joseph Mark <sjeohp@gmail.com>
-
- 27 Mar, 2020 2 commits
-
-
Hanwen Cheng authored
-
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
-
- 19 Mar, 2020 1 commit
-
-
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
-
- 14 Mar, 2020 1 commit
-
-
Hanwen Cheng authored
-
- 11 Mar, 2020 2 commits
-
-
Hanwen Cheng authored
* fix path * merge master branch * build: update polkadot dependencies and remove redundant packages * update kusama metadata to latest * fix tests * update react native * stash * unlink libraries * unlink libraries * Delete RNSecureStorage.podspec * Update README.md * Update README.md
-
Hanwen Cheng authored
* fix path * merge master branch * build: update polkadot dependencies and remove redundant packages * update kusama metadata to latest * fix tests
-
- 05 Mar, 2020 1 commit
-
-
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
-
- 03 Mar, 2020 1 commit
-
-
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
-
- 10 Feb, 2020 1 commit
-
-
Axel Chalon authored
This repo's dependencies currently use [older versions](https://github.com/paritytech/parity-signer/blob/97651dcc2f78027aa83c3dc7834f6941e084c8a7/yarn.lock#L5138) of kind-of which have a possibly exploitable vulnerability ([original issue](https://github.com/jonschlinkert/kind-of/issues/30), [PR](https://github.com/jonschlinkert/kind-of/pull/31)).
-
- 07 Feb, 2020 1 commit
-
-
Hanwen Cheng authored
-
- 16 Jan, 2020 3 commits
-
-
Thibaut Sardan authored
-
Thibaut Sardan authored
-
Thibaut Sardan authored
* update metadata * chore: Bump Polkadot api (#527) * bump pokadot apis * bump to beta
-
- 23 Dec, 2019 1 commit
-
-
Thibaut Sardan authored
* bump 4005 * package
-
- 11 Dec, 2019 1 commit
-
-
Hanwen Cheng authored
* test: add debug unit test command into package.json * Update README.md Co-Authored-By:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Update README.md Co-Authored-By:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Update README.md Co-Authored-By:
Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
-