Julien Eluard
0498d94d08
[ #4707 ] Updated public chat list
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-06-12 15:02:16 +02:00
Jakub Sokołowski
e54c3c3aed
fix declaration location of build_no variables
2018-06-12 12:52:01 +02:00
Jakub
9ac95d3ed8
tag and push within the script ( #4540 )
2018-06-12 10:08:09 +02:00
Goran Jovic
3f3561123a
set default ios simulator to empty string
...
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-06-12 08:32:47 +02:00
Aleksandr Pantiukhov
41761fd8a2
[ #4684 ]: Share data picture is cut on the top
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-11 20:43:50 +02:00
Pedro Pombeiro
3539020ee2
Update status-go to include latest bootnodes and static peers
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-11 20:40:45 +02:00
Goran Jovic
3eca07cadb
bug #4508 - removes tokens and fiat currencies unsupported by cryptocompare
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-11 20:37:51 +02:00
pacamara
45c645082e
Fixes #4223 : No error when scanning incorrect public key QR code
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-11 20:37:25 +02:00
janherich
535ae6b481
Fix messages from multiple chats problem
2018-06-11 18:30:10 +02:00
janherich
0ad15a79d6
Ensure valid timestamp for all messages
2018-06-11 17:44:01 +02:00
Pedro Pombeiro
e3d86beab2
Fix script so that it works with GNU `sed`
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-11 15:31:33 +02:00
janherich
4ba78de407
Faster seen marking
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-06-11 12:16:42 +02:00
Julien Eluard
952b01e9e1
[ #1228 ] Only enable Next button when passphrase is valid
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-06-11 11:56:03 +02:00
Andrea Maria Piana
6a9c8de0e4
Input text styling
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-11 11:32:59 +02:00
Pedro Pombeiro
ed9d678e08
Add DO and Ukr mailservers. Closes #4623
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-08 18:44:21 +02:00
yevh-berdnyk
69610e41ad
Added test for verification tokens data using api.ethplorer.io
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-08 16:15:21 +02:00
Andrea Maria Piana
00cd7c8578
Dont show add-to-contacts if dapp
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-08 15:07:02 +02:00
Anton Danchenko
0beeaa0322
ixed build for e2e tests in release pipeline
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-08 13:09:17 +02:00
yevh-berdnyk
8f1610527b
Fixed e2e tests
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-08 13:08:05 +02:00
Pedro Pombeiro
03243e4916
Revert "Use the private RPC client for requests to Status backend when not coming from Dapps"
...
This reverts commit 2136fe62ce
.
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-07 18:09:39 +02:00
Lukasz Fryc
f06f4d7a46
Rerun tests when Connection reset by peer happened
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-07 17:26:10 +02:00
Julien Eluard
d13c9cb677
[ #3732 ] Added some more mixpanel events
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-06-07 16:40:21 +02:00
Andrea Maria Piana
608c64e88d
Dont run receive-whisper-messages if the user is logged out
...
This handles a bug whereby we'd run receive-whisper-messages
when the user is logged out.
I could not replicate locally, but a few issues are apparent from
just inspecting the code:
1) there are some race-conditions on logout as we don't wait for all
the filters to be removed. Changing this behaviour is non trivial and
not sure if we can actually handle this completely
(status-go-has-a-message->remove-filter->logout->status-go-deliver-message).
2) no error handling is made in receive-whisper-messages.
This PR defensively handles both cases.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-07 14:16:35 +02:00
Andrea Maria Piana
fc5cd95b9c
Add border to profile picture & style chat icon
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-07 13:50:35 +02:00
Igor Mandrigin
f49cfc02f2
Make the information sharing screen usable on tiny screens.
...
e.g. an iPhone app on an iPad
This doesn't make it *pretty*, just usable.
2018-06-07 12:12:21 +03:00
Igor Mandrigin
c5e078b9d7
[ #4651 ] Set minimum iOS and Android versions.
...
iOS: 11.0 is the minimal requirement, phone-only application.
Android: 6.0 (API level 23).
[Android API levels table](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels )
2018-06-07 12:11:11 +03:00
Igor Mandrigin
125f61b19e
Make run-ios accept the simulator name
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-06-07 09:17:04 +03:00
Dmitry Novotochinov
089717c5e3
Upgrade Instabug to 2.12.0
...
Surveys stopped working in 2.8.1
2018-06-07 07:14:35 +03:00
Igor Mandrigin
7132e3e423
[ #4588 ] Workaround ellipsis issue on public key in the login screen.
...
In the latest RN update it seems like `ellipsizeMode: middle` doesn't
play well with negative letter spacing anymore. This workaround remove negative letter spacing.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-06-06 18:31:34 +03:00
yevh-berdnyk
5b3aeccd8f
Added chat_name parameter for public chat in message reliability
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-06 15:10:24 +02:00
Andrea Maria Piana
19b0cf4052
Text for empty chat
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-06 12:15:50 +02:00
Pedro Pombeiro
18aaa890a3
Rollback part of 2136fe62ce
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-06 08:58:21 +02:00
Roman Volosovskyi
2e62e945ff
[ #4550 ] fix delete group chat label
2018-06-06 09:12:20 +03:00
Pedro Pombeiro
2136fe62ce
Use the private RPC client for requests to Status backend when not coming from Dapps
2018-06-06 09:01:43 +03:00
Pedro Pombeiro
d3202dffa7
Disable group chats even in dev mode. Closes #4506
2018-06-06 08:59:41 +03:00
Goran Jovic
435b2271fd
bug #4593 - fixed gas update after default gas
2018-06-06 06:40:58 +03:00
janherich
cd5542f648
Persist unseen messages
2018-06-05 15:24:55 +02:00
Andrea Maria Piana
5cd643b98e
Enable custom bootnodes for nightly/releases
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-05 15:04:30 +02:00
Roman Volosovskyi
63ac0d9e82
[ #4535 ] decode browser's uri
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-05 13:09:42 +02:00
Andrea Maria Piana
860cfe841d
Enable custom mailservers in nightly/releases
2018-06-05 11:17:27 +03:00
Roman Volosovskyi
89e0bf4eca
show build number in profile
2018-06-05 11:16:04 +03:00
Anton Danchenko
beb7cd2b84
build apk for e2e tests, trigger end-to-end-tests/status-app-nightly job
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-05 09:17:49 +02:00
Eric Dvorsak
ab968dba0e
[fix] show connecting to peers popup when no peers at startup
...
previously was only showing up when there was 0 peers after some
disconnection
but sometimes the app starts and user logs in without being
connected to any peer
this means the peers-summary is nil peers count is nil
2018-06-05 07:30:40 +03:00
Anton Danchenko
b38dd8f013
transaction verification is fixed
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-04 16:06:26 +02:00
Andrea Maria Piana
75d1c04412
Allow for different password on different mailservers
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-04 14:28:43 +02:00
Anton Danchenko
64f965c392
added test 'sign message in dapp', increased time for validation of a transaction
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-04 12:43:23 +02:00
Eric Dvorsak
8782ecc06d
[fix 4574] do not send updates to pending contacts
...
fixes #4574
updates were sent to all pending contacts
fixes that by filtering on the pending? key
2018-06-02 08:31:24 +03:00
yevh-berdnyk
65fa9e5741
Fixed login in e2e tests
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-01 20:12:51 +02:00
Andrea Maria Piana
49592f3a50
Allow editing/deleting custom bootnodes
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-06-01 18:28:10 +02:00
yevh-berdnyk
19ff402b4b
Updated message reliability test report
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-06-01 17:52:14 +02:00