yenda
c6721dcdfc
fix arrow alignment
...
Signed-off-by: yenda <eric@status.im>
2019-02-28 14:50:02 +01:00
Igor Mandrigin
a34ec7ffbe
[temporary workaround] ci: don't check certificates in AppStoreConnect when building iOS
...
it will break adding new devices, but will help workaround the isssue
that we don't have 2FA installed on our Apple ID
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-28 13:58:44 +01:00
Serhy
8aaafa3102
Add tests create acc with special chars pass
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-28 11:07:05 +02:00
Igor Mandrigin
571514154d
ci: don't rebase release branches on `develop`
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-28 09:26:35 +01:00
Roman Volosovskyi
9f5d5d8349
revert Replace react-navigation-stack with fork without default background color
2019-02-28 10:12:53 +02:00
Jakub Sokołowski
62dc664090
ci: avoid running pod while there's another instance running
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-28 09:04:42 +01:00
yenda
0613563fa9
remove print statement
...
Signed-off-by: yenda <eric@status.im>
2019-02-27 20:18:10 +01:00
Vitaliy Vlasov
c23d26e273
TtT Profile screen
...
Edit screen
Edit screen updates
Learn more screen
Add SNT asset value
Formatting
Add TtT note to QR code viewer
Fixes
UI fixes
Intro screen
Fix learn more
Add learn more subtext
Remove unneeded logs
Screen fixes 2
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-02-27 20:08:39 +02:00
Igor Mandrigin
cbb0221e7f
remove (unused) react-native-level-fs
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-27 17:32:34 +01:00
yenda
1c03976b2f
[refactor] remove triple import
...
Signed-off-by: yenda <eric@status.im>
2019-02-27 17:01:25 +01:00
Igor Mandrigin
b6a326ffc2
settings: fix a typo in dapp permissions label
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-27 16:33:35 +01:00
Igor Mandrigin
4fa1ae614a
android: don't crash on invalid URLs
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-27 13:59:51 +01:00
Zed Tan
fa78c5f8bb
[ #7400 ] implement updated copy for beta alert and disclaimer
...
Signed-off-by: Zed Tan <zed@shootbird.work>
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-02-27 13:36:10 +01:00
Andrea Maria Piana
bfbc04ebae
Fix separate topic group chats
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-27 11:22:27 +01:00
Roman Volosovskyi
5368604353
Replace react-navigation-stack with fork without default background color
2019-02-26 19:08:36 +02:00
yenda
6b6847a1ba
[feature] search chats
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-26 18:01:25 +01:00
Andrea Maria Piana
4f89073ae8
Add network info in about, with copy to clipboard
...
In network we show peer infos about you and the connect peers.
Any entry is about is clickable and will copy the value to the
clipboard. Copy info will copy all the info in a JSON string.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-26 17:31:55 +01:00
Andrea Maria Piana
6a42580fc2
Remove separate topic from group chats
...
Currently the separate topic was not used, as it's a bit tricky to
coordinate when multiple devices from different versions are present,
with the partitioned topic, probably this optimisation is not necessary
anymore, so removing this for now.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-26 17:18:26 +01:00
Andrea Maria Piana
71654a6829
Confirm pairing messages
...
Partially addresses https://github.com/status-im/status-react/issues/7513
This commit adds confirmation to pairing messages, which previously were
not confirmed.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-26 17:12:05 +01:00
Roman Volosovskyi
d6bd685703
[ #7537 ] fix Contact stuck on login screen
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-26 15:50:52 +01:00
Andrea Maria Piana
229f5ae108
Dont change mailserver if no network
...
When we are offline, we don't try to change mailserver, and we don't
show a pop up to the user, as it is not that the mailserver is not
working, we are just offline.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-26 15:32:54 +01:00
Igor Mandrigin
8a2b7fc0dc
bump version to 0.10.0
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-26 14:12:01 +01:00
Andrea Maria Piana
25118052df
Convert address to checksum address before testing for eip55
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-26 12:37:55 +01:00
Igor Mandrigin
1c972a4ad5
fix empty geth.log on iOS and Android
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-26 12:35:25 +01:00
Igor Mandrigin
e588de35aa
Show status-go version again.
...
Also, don't hide errors when it is impossible to parse versions string that
comes from status-go.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-26 09:48:32 +01:00
Andrea Maria Piana
c56ef18ca9
Retry mailserver request when initial request fails
...
If the initial request fails we immediately show the error pop-up. This
PR changes the behavior so that it is retried just like any other
request. If 3 requests in a row fail, we show the error pop up if the
user has specifically set a mailserver, otherwise is changed
automatically.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-25 21:43:15 +01:00
Pedro Pombeiro
ceebbc8795
Add configurable e2e tests kickoff project board column name
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-02-25 21:05:52 +01:00
Dmitry Novotochinov
bae935d3e4
[ #7217 ] check card state before installation
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-02-25 22:57:56 +03:00
Roman Volosovskyi
7a6a508696
remove main-tabs ns
2019-02-25 16:30:01 +02:00
yenda
8b01ae232c
compress images
...
Signed-off-by: yenda <eric@status.im>
2019-02-25 13:30:51 +01:00
Roman Volosovskyi
159c57a21d
Set #FFFFFF as default background color on Android
2019-02-25 14:22:47 +02:00
Roman Volosovskyi
a3316bc8fa
Keep message list rendered while switching between tabs
2019-02-25 13:03:18 +02:00
Jakub Sokołowski
ff3a54e9e3
remove mounting of /dev/fuse for linux builds
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-02-25 10:55:42 +01:00
Andrey Shovkoplyas
a1aeff70e5
[ #6703 ] Stickers UI and contract wedding
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-25 09:29:15 +03:00
Roman Volosovskyi
2fa27d4ef9
fix status bar colors
2019-02-23 15:04:25 +02:00
Igor Mandrigin
6e7cd3794e
Enable mailserver confirmations on all builds (except release).
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-22 16:59:24 +01:00
Pedro Pombeiro
d0f1c14bfe
Add `.mailmap` file
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-02-22 16:22:37 +01:00
Pedro Pombeiro
9f9fae62a8
Minor changes in `build-desktop.sh`
2019-02-22 16:22:06 +01:00
Pedro Pombeiro
1c7eaf1b76
Replace sed with jq in build-desktop.sh
2019-02-22 16:22:02 +01:00
Goran Jovic
f7779023ca
renamed deposit to receive on main wallet screen
...
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2019-02-22 13:59:38 +01:00
Serhy
e55f8c95e2
Not expect messages after join gh
...
Signed-off-by: Serhy <sergii@status.im>
2019-02-22 12:33:49 +02:00
yenda
58d7181464
[fix 5772] overlap in login screen on small screens
...
Signed-off-by: yenda <eric@status.im>
2019-02-21 17:07:53 +01:00
Roman Volosovskyi
2ae666a5e0
Add back :mobile-network-settings route
...
It was unintentionally removed during nav refactoring.
2019-02-21 15:48:05 +02:00
Andrea Maria Piana
c9994b5d0f
Dont override last-clock-value on messages
...
The denormalized-clock-value was erroneously set to the one of the last
message received. This meant that on chats were the clock-value raced
ahead of the timestamp (#status), a message from the mailserver or a
message from someone with an old clock-value would basically make those
messages be sorted in the past.
The correct behavior is that last-clock-value for a given chat should be
the maximum last clock value ever seen for that chat.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-21 13:41:06 +01:00
Roman Volosovskyi
b8d4f2911b
new bottom tab (react-navigation)
2019-02-20 19:14:17 +02:00
Brandon Wissmann
0fe4ac516f
Added WBTC token
...
Signed-off-by: yenda <eric@status.im>
2019-02-20 12:34:49 +01:00
yenda
f31bb4a4b2
[fix 7521] error when receiving message from blocked user
...
Signed-off-by: yenda <eric@status.im>
2019-02-20 12:34:02 +01:00
Andrea Maria Piana
9040f0345a
Fix block contact db error
...
bddae03ab2
broke adding a user to contacts, this fixes by serializing the contact
before saving it.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-19 18:56:12 +01:00
Igor Mandrigin
c081f7f49c
ULC mode for Ropsten
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-19 17:59:45 +01:00
Andrea Maria Piana
fecb9bed7e
Update bundle script
...
With the change in status-go mobile the name of the artifact as changed
and currently the script is looking at the wrong file.
I have also added an option to not clean the repo (only if specified),
as I rarely want to clean the repo myself, and I have always to comment
it out.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-02-19 13:40:05 +01:00