-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add watch only address using qrcode #9898
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (7)
|
i believe we have this already, next button is disabled if address has been already added |
@flexsurfer oh right it's in the |
082e97c
to
136c0c1
Compare
136c0c1
to
6237b60
Compare
@andmironov i changed a bit the message and how it is displayed |
90% of end-end tests have passed
Failed tests (10)Click to expand
Passed tests (91)Click to expand
|
@tbenr could we just insert scanned address into input field? in that case we don't need to duplicate logic and validations |
@flexsurfer it was one option but then, as a user, I thought it was better to go straight to next screen. But I can change it, no prob (I should have time this evening). |
@tbenr yeah i think better to change that, because it would be great if you can review scanned address before adding it, and code will be simpler, thanks! |
Looks great to me on iOS and Android when adding QR code from Status. Mostly it will be pure address var encoded in QR code (while in Status app has encoded in So when scanning QR code (value But when scanning address (normalised one, - value is @tbenr, could you update it please so it could eat pure ETH address as well? |
290d144
to
bbb5497
Compare
@Serhy done! |
Retested with QRs from the description, with QR |
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
bbb5497
to
eb1cc65
Compare
Not sure if the issue @Serhy raised was resolved in the PR build I just tried. For a 'pure' ETH address without |
@hesterbruikman what build and platform you tried? |
Platform: Android |
@hesterbruikman try https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-200214-073916-bbb549-pr-universal.apk - this is last one which I tested |
Works! Thanks for checking. Sorry I must have scrolled to the wrong date build on mobile 😬 |
when adding a watch-only address I added:
avoid adding if address has been already addedi18n on some hardcoded strings(fixed by latest pr)status: ready