Commit Graph

2704 Commits

Author SHA1 Message Date
Roman Volosovskyi dcefb0795d
Activate whisper envelope deduplication (performance).
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-22 16:55:20 +02:00
Dmitry Novotochinov 9dc689db67
Handle cross-network /send and /receive commands
If network mismatch:
* Disable on-press action for /receive
* Show warning message with network name command originated from

Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-05-22 16:39:12 +03:00
Georgie Mathews 971d780c1c
[FIX #4296] Rename Recent Recipients to Contacts in Wallet
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-22 14:38:50 +02:00
Igor Mandrigin 685e4d271e
Update the realm reset phrase.
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-22 13:47:49 +02:00
Roman Volosovskyi 579bfe7cf5
remove message appearing animation
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-22 12:32:54 +02:00
Dmitry Novotochinov fd77796cba
Ask PN permissions on iOS when account recovered
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-22 12:31:52 +02:00
Dmitry Novotochinov a9e640a55d
Update welcome image
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-05-22 11:21:23 +03:00
Igor Mandrigin ff86ea7f95
Timeout and abort Jenkins jobs after 90 minutes.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-21 22:24:26 +02:00
Igor Mandrigin 1aae1a9645
[#4053] Quickfix to not log passwords from the transaction screen.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-21 17:59:32 +02:00
janherich efdd6debb0
Fix network id lookup 2018-05-21 15:31:13 +02:00
Eric Dvorsak 85389a3101
[fix] fix mailserver configuration
- current wnode defaults to main for upgraded account
- current wnode is randomly selected for new and recovered accounts and saved
- fix bug when changing mailserver config because encryption key was not
provided for realm file
- fix bug when logging out with mixpanel tracking because
:unregister-mixpanel-tracking event was removed some time ago

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-21 13:13:14 +02:00
Anton Danchenko 23f1c377c5
fixed e2e tests, fixed empty error message in testrail, better error messages
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-05-20 23:53:05 +03:00
yevh-berdnyk 3d33f3feac
Added tests for messaging, chats deleting and wallet set up
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-05-20 17:47:39 +03:00
Serhy 26c819cc9c
Toggle dev mode to change network
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-05-20 17:46:38 +03:00
Daniel Regeci c0bad8f848
[FIX #3640] No Join button when joining public chat 2018-05-19 09:51:07 +03:00
Andrey Shovkoplyas 54175caeba
qr code should be white modal 2018-05-19 09:49:35 +03:00
Andrey Shovkoplyas 7cb17511e9
removed browser navigation, changed "<" on "x", do not updated dapp url 2018-05-19 09:47:15 +03:00
Igor Mandrigin d304063cda
Use `if-not` for error handling in ethereum core functions.
That fixes the exception if we have an error that isn't a string and does not conform to `ISeqable`.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-18 17:25:45 +02:00
Eric Dvorsak f4ec87d36b
[fix] make unread message badge touchable
Unread message badge is not touchable which reduces the surface area
that can be used to go back from a chat when user has unread messages

This gives user the impression that he needs to tap many times to go
back and that the UI lags because a smaller area is touchable when
users have unread messages

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-18 17:18:41 +02:00
Jakub d107f18f78
Merge pull request #4332 from status-im/fix/node-selection
don't specify which macos host to use
2018-05-18 17:06:02 +02:00
Eric Dvorsak 1d94a4d1cb
[fix] mailbox get-current-wnode-address
wrong symbol was introduced in recent PR

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-18 16:37:40 +02:00
Julien Eluard 11c59151f6
[#3946] Improved webview error rendering
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-18 16:11:25 +03:00
Andrey Shovkoplyas 6dec4876a2
move networks under dev mode
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-18 15:25:36 +03:00
Andrey Shovkoplyas 3f3684cddf
removed contacts groups and debug console
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-18 15:17:51 +03:00
janherich 7574a1dc25
Erase realm on new installation
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-18 15:16:20 +03:00
Roman Volosovskyi 9b5058d632
handle multiple incoming messages at once 2018-05-18 14:12:46 +03:00
Eric Dvorsak 4f6eeea3b5
[fix] add public-key when adding contact
Previously the public-key wasn't added when a contact was added until
a contact-request-confirmation was received. This was causing contact-update
not to be sent to contacts whose confirmation was not received yet when user
was updating his profile.

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-18 11:17:28 +02:00
Pedro Pombeiro 98ee9d8fe4
Remove unused settings from .env files
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-05-18 11:01:34 +02:00
Daniel Regeci 7fec1c82f5
[FIX #4268] Broken message counter when having more than 999 messages
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-18 11:29:30 +03:00
Jakub Sokołowski 5375ff5a26
don't specify a single host only 2018-05-18 10:25:42 +02:00
Connor Christie 24d5fabe2e
Add support for custom network upstreams
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-18 11:25:21 +03:00
Jakub 41900da38c
Merge pull request #4305 from status-im/fix/nightly-build-tag-removal
remove git tag steps that seem pointless
2018-05-17 13:06:33 +02:00
Andrey Shovkoplyas e9cb6b01e7
fixed signin blinking
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-17 13:47:39 +03:00
Daniel Regeci 0f2aaa35e3
[FIX #3683] Advanced option does not autoscroll the screen up
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-17 11:24:27 +02:00
Andrey Shovkoplyas e13ba2078d
persist public chat
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-17 11:18:30 +02:00
Lukasz Fryc d2126d4abc
added 'open transaction on etherscan' and 'wallet errors' tests
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-17 10:42:28 +02:00
Jakub Sokołowski 9622fd5b84
remove git tag steps that seem pointless
I really don't see what these are for so I'm just gonna drop them
2018-05-17 09:27:51 +02:00
Serhy c80d4bd62c
Removed debug command test
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-16 20:36:20 +02:00
Jakub 436ac1d798
Merge pull request #4131 from status-im/fix/build-numbering
Fix for versionCode conflicts when uploading to Play Store
2018-05-16 16:55:54 +02:00
Jakub Sokołowski 79ef297bf7
fix pushing for Jenkinsfile.release too 2018-05-16 15:55:09 +02:00
Jakub 6f8d777cea
Merge pull request #4287 from status-im/fix/finding-release-tag
search explicitly for release/xyz tags
2018-05-16 12:40:49 +02:00
Dmitry Shulyak a070635156
Update to status-go with heartbeats and new discovery.summary
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-16 11:27:27 +02:00
janherich ae109c6e99
Second stage of realm transactions
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-16 11:26:44 +02:00
Dmitry Novotochinov 1fc30b798d
Set React Native version in build.gradle
Fixes React Native version mismatch error
https://github.com/facebook/react-native/issues/19259#issuecomment-389064401

Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-05-16 10:20:14 +03:00
Jakub Sokołowski f69f19ec04
search explicitly for release/xyz tags 2018-05-16 08:26:09 +02:00
Oskar Thorén aa108cda12
ADR: Geth node (upstream/LES/ULC) (#4243) 2018-05-16 10:57:20 +08:00
psdp 25aa55f373
[#3398] Replace re-natal with features added in build.clj script
get rid of build-conf.edn

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-15 18:09:38 +02:00
Andrea Franz f49de27e04
add decision 0006-wallet-compatibility
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-15 18:57:09 +03:00
Andrea Franz 24127a598b
update status-go to use the latest commit with wallet-compatibility
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-15 18:56:11 +03:00
Andrea Maria Piana c27418cd2f
Remove username from 1-to-1 chat
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-15 16:38:24 +02:00