Serhy
0b2490d20e
Fix wallet tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-12-05 11:14:46 +01:00
Jakub Sokołowski
e8150d7187
small fix for TR_CASE_IDS parameter
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-05 11:00:40 +01:00
acolytec3
2fda266f07
Add ENS name resolution to EIP681 support
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-05 10:48:05 +01:00
Jakub Sokołowski
72dfb5189e
upgrade Xcode: 11.1 > 11.2.1
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-04 17:45:22 +01:00
Jakub Sokołowski
d6d33aceb0
add fastlane to ios shell
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-04 17:44:43 +01:00
Jakub Sokołowski
e8b4ed4ca8
fixes for RN upgrade
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-04 17:10:14 +01:00
Roman Volosovskyi
da6542e8ef
[ #9494 ] Don't show "Your key recovered" screen on account creation
2019-12-04 15:36:52 +02:00
Roman Volosovskyi
6db7495423
Fix keycard account unlocking on disabled bioauth
...
This commit fixes the case when biometric auth was disabled on the
device after being enabled for a keycard account.
2019-12-04 12:17:07 +02:00
Andrey Shovkoplyas
a2f64bd544
delete watch-only account
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-04 10:35:12 +01:00
Andrey Shovkoplyas
4bffdede81
[ #8585 ] Add watch only account
2019-12-04 10:34:58 +01:00
Roman Volosovskyi
15d9e7be86
Fix recovery with seed after visiting keycard recovery
2019-12-04 11:21:15 +02:00
Roman Volosovskyi
4d3c622947
[ #9470 ] Fix status bar in dark mode (iOS)
2019-12-04 08:54:54 +02:00
Roman Volosovskyi
907b35cedd
Migrate to RN 0.61.5
...
This change allows to fix status bar on iOS in dark mode #9470
2019-12-04 08:52:02 +02:00
Jakub Sokołowski
f30f0ed139
add optional TR_CASE_IDS argument to e2e PR tests
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-03 22:39:32 +01:00
yenda
94c7953f30
remove commands before replacement by gui commands
...
Signed-off-by: yenda <eric@status.im>
2019-12-03 15:07:56 +01:00
Serhy
0b802ec456
Update e2e test to expect changes
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-03 13:10:56 +01:00
Andrey Shovkoplyas
935029aef0
[ #9542 ] Make "Sync over mobile network" modal even less annoying
2019-12-03 13:07:27 +01:00
Andrey Shovkoplyas
6facfe3938
[ #9550 ] Improve stickers usage experience
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-03 11:15:45 +01:00
Andrea Maria Piana
7bf626c3a3
[ Fixes #9510 ] Fix timestamp placement for text elements
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-12-03 07:14:59 +01:00
Roman Volosovskyi
5bb6997d1d
[ #9354 ] Unlock keycard account without a card
...
To make it work `encryption-public-key` and `whisper-private-key` are
stored on the devices when a user chooses this option. The former key is
used for multiaccount's database encryption, the latter is needed for a
messaging. In case if a user wants to sign a transaction the card is
still needed, we don't store wallet's keys on the device.
Other things were fixed/added:
- A user can enable biometric auth for a regular account when chooses
to save the password on the device (if biometric auth is available).
This is done for feature parity between keycard and "on device"
accounts.
- The option to create/restore an account on a keycard is not shown on
the devices which do not support NFC. Currently, the app just crashes
if the user continues a flow which is not supported by the device.
2019-12-02 19:25:05 +02:00
Roman Volosovskyi
cd0486227d
[ #9470 ] ignore dark mode on iOS
...
Status bar still has to be fixed
2019-12-02 19:13:21 +02:00
Andrey Shovkoplyas
67f64f3816
handle only last resolve , chill button
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-02 15:30:31 +01:00
Andrey Shovkoplyas
831f7f05f3
[ #9213 ] ENS addr is checked instead of owner
2019-12-02 13:01:24 +01:00
Jakub Sokołowski
d930c51dfa
use regular CI linux hosts for end-to-end tests
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Serhy <sergii@status.im>
2019-12-02 13:04:39 +02:00
Serhy
577e699405
Upgrade to pytest 5.3.1
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-02 12:55:50 +02:00
Andrey Shovkoplyas
81fecd7a16
[ #9543 ] Signing phrase popup minor fix
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-02 11:10:39 +01:00
Andrey Shovkoplyas
5142383354
fiddle code snippets
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-12-02 11:09:43 +01:00
Roman Volosovskyi
5a408f1613
[ #9061 ] Fix balances fetching of a new keycard account
...
This issue wasn't properly fixed for a newly created account, balance
was properly fetched only after re-login.
2019-11-30 19:07:52 +02:00
Jakub Sokołowski
f330392ccf
narrow match with UID, print persistent matching processes
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-30 14:47:06 +01:00
Serhy
13a619502c
Fixing wallet send tx tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-11-29 19:43:59 +02:00
Churikova Tetiana
34b356866b
fixed several e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-29 11:30:40 +01:00
Andrey Shovkoplyas
b7c558f310
[ #9509 ] Chat onboarding tooltip needs fixes to scroll behaviour
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-29 11:26:24 +01:00
Pedro Pombeiro
68508a1500
Allow slashes in status-go branch names
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-11-29 11:00:18 +01:00
yenda
572e028f32
fix 9394 select mailserver based on ping
...
- if not mailserver was actively selected by user,
use rpc call to get latency for known mailservers
and use the best one
- this happens when `set-current-mailserver` is called which happens
in `change-mailserver` when user unpins his preferred mailserver and when
there's been too many failed attemps to fetch messages or to connect to
then current mailserverm as well as when user logs in.
Signed-off-by: yenda <eric@status.im>
2019-11-28 23:31:39 +01:00
Roman Volosovskyi
67e6ab6055
[ #9435 ] Prevent multiaccount duplication
...
Currently we have two ways to restore a multiaccount:
- by entering a mnemonic phrase
- by pairing a keycard with an existing multiaccount
In both cases, when we detect that a user tries to recover an existing
multiaccount we interrupt recovering and propose them to unlock that
multiaccount instead.
2019-11-27 17:10:55 +02:00
Andrey Shovkoplyas
507cc5cf39
send transaction GUI
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-27 14:32:04 +01:00
Jakub Sokołowski
182bfef295
don't use pure shell for uploads, causes SSL issues
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-27 11:23:07 +01:00
Pedro Pombeiro
7e6caf03ad
nix: Use mkFilter in local status-go source
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-11-26 18:34:46 +01:00
Jakub Sokołowski
b32dd113f6
nix: upgrade nixpkgs
...
Also:
- upgrade Go: 1.12 > 1.13
- upgrade Android SDK: 28.0.3 > 29.0.2
- nix: stop using system Fastlane for iOS builds
- nix: include CocoaPods in shell for iOS
- nix: concatenate shellHooks correctly
- fix gomobile status-go build by setting GO111MODULE=off
- fix gradle accepting empty STATUS_GO_SRC_OVERRIDE value
- don't use a pure shell for uploadToSauceLabs()
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-26 16:30:41 +01:00
Pedro Pombeiro
7ab5cf053f
nix: fix shell bootstrapper
2019-11-26 16:30:22 +01:00
Jakub Sokołowski
261b81c8a7
nix: upgrade: 2.2.1 > 2.3.1
...
also drop toolversion scripts and functions
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-26 16:30:22 +01:00
Jakub Sokołowski
fe7f6c87ab
nix: fix nix-cache builds on MacOS
...
symlink from /opt/nix requires this setting
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-26 16:30:22 +01:00
Jakub Sokołowski
684630e022
don't load Pluginfile twice
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-26 16:30:21 +01:00
Jakub Sokołowski
f6b7f637f0
disable desktop builds as work on them is on hold
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-26 16:30:21 +01:00
Andrey Shovkoplyas
ec57008834
[ #9360 ] Dapp's permission form doesn't fit in the bottom sheet
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-26 15:33:37 +01:00
Andrey Shovkoplyas
02aafeac8b
[ #9359 ] Hardware back button doesn't work on Android
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-26 15:32:49 +01:00
Andrey Shovkoplyas
4c79d7830e
[ #9184 ] Set password keyboard starts uppercase on old android (6.0.1)
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-26 15:31:57 +01:00
Roman Volosovskyi
0efc1a32fe
clj-kondo configuration for Status specific macroses
2019-11-26 15:16:52 +02:00
Churikova Tetiana
eecf53d11f
more wait for lets_go_button
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-25 17:46:33 +01:00
yenda
a2067783c5
overwrite should-component-update
...
when checking the checkbox, the entire list was being re-rendered
we now only re-render if the `checked?` value has changed
Signed-off-by: yenda <eric@status.im>
2019-11-25 15:03:37 +01:00