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
yenda
0dbcfab2e6
avoid nested touchable highlight
...
it seems like the nested touchable highlight is delaying the
recomputation of subscriptions
2019-11-25 15:01:59 +01:00
Andrey Shovkoplyas
bf5416b629
remove statusbar and add safeview for android
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-25 14:42:09 +01:00
Churikova Tetiana
47d22305db
test_set_primary_ens_custom_domain
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-25 11:36:49 +01:00
Jakub Sokołowski
96ce65a350
bundle of desktop dependency upgrades
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-23 20:01:01 +01:00
Vitaliy Vlasov
b503852387
Fix typo in on-verify-pin-success
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-11-21 20:32:03 +02:00
acolytec3
76296870d1
Truncate decimal values beyond 6 decimal places in signing sheet
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-21 19:05:36 +01:00
Vitaliy Vlasov
f4d5beced7
Add troubleshooting notes for Yarn/Git and adb server/client issues
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-11-21 17:15:02 +02:00
acolytec3
8bd2326369
Update SAI/DAI PNGs
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-21 15:21:30 +01:00
Churikova Tetiana
0b1da0e118
markdown support test + waits
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-21 12:01:57 +01:00
Serhy
84325fc528
Fix invite friends test
...
Signed-off-by: Serhy <sergii@status.im>
2019-11-21 12:47:34 +02:00
Roman Volosovskyi
5ecc7590d9
[ #9446 ] Resume logging when connection to card is restored
...
Currently there are two ways to initiate logging in with keycard:
- enter PIN code and after that connect card to the phone
- connect card to the phone and enter PIN after that
Before this commit in both cases when connection to the keyacrd was lost
and then restored, logging in didn't resume. In result a user saw a
pop-up with endless spinner.
The reason of this bug was that `:on-card-connected` and `:on-card-read`
actions were not restored in app-db after losing connection to the card.
This commit introduces helper functions for both `:on-card-connected` and
`:on-card-read` which allow to reset these values and stash them until
particular flow of calls to keycard will be finished. In case if
connection was lost before the flow is finished the valueas are restored
so that it can be succesfully resumed on th next connection.
Also a banch of log entries were added to simplify debugging of
interactions with keycard and native module.
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-20 12:31:16 +01:00
acolytec3
a38df48691
Weak-password disallows confirm code step
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-20 12:30:21 +01:00
Andrea Maria Piana
efcb35504d
[ Fixes : #9489 ] Correctly pass `now` in cofx when receiving messages
...
`now` was not passed anymore in cofx, this fixes the issue.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-11-20 12:27:30 +01:00
Andrea Maria Piana
ddbfc78e08
[ Fixes : #9492 ] Consider system messages always in their own group
...
System messages should always display the user picture, and should never
be grouped.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-11-20 12:25:50 +01:00
Jakub Sokołowski
7d1812cc94
fix nix-clean for MacOS
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-19 15:46:42 +01:00
Andrey Shovkoplyas
89d09c4ba5
fix chats list and ens example name
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-18 17:12:40 +01:00
Roman Volosovskyi
f8c761a40e
[ #9345 ] fix some issues on keycard login screen
2019-11-18 15:39:49 +02:00
Churikova Tetiana
40ca4af6a6
align e2e with accessibility-ids
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-11-18 13:11:52 +01:00
elegant651
7b14bbecde
Add new welcome page after generating their key
...
formatting to style
add accessibility-id & flow for keycard
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-18 12:27:55 +01:00
Andrey Shovkoplyas
fcbe277cf4
erc20 validation in different builds
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-18 12:05:02 +01:00
Serhy
6aa225192f
Test can cancel quote message
...
Signed-off-by: Serhy <sergii@status.im>
2019-11-18 12:25:28 +02:00
Jakub Sokołowski
0c6cd948ad
upgrade multiple desktop deps
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-17 21:01:56 +01:00
Pedro Pombeiro
af7341447c
nix: Remove need to pass default values in `--arg config`
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-11-17 16:26:58 +01:00
Pedro Pombeiro
e38e9f1072
Ensure `STATUS_GO_SRC_OVERRIDE` gets passed to the Nix shell's `config`
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-11-15 16:12:13 +01:00
Andrey Shovkoplyas
670c07b9b4
[ #8845 ] Update list of public chats
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-15 13:59:47 +01:00