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
pacamara
53349ef31f
Fixes #4099 : Localize currency according to selected currency
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-15 16:35:03 +02:00
Eric Dvorsak
225d2e2ec0
[fix] request the right topic from inbox when adding new key
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-15 10:24:25 +02:00
yevh-berdnyk
9a94779238
Updated test for signing a transaction in a DApp and removed test fro signing a transaction later
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-14 19:29:54 +02:00
Stepan Lusnikov
35f7527a1e
Add ios 1024 icon
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 17:56:51 +02:00
Goran Jovic
030f441ea3
feature #4183 - token transfer history gets actual transaction timestamp from block info
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 17:55:34 +02:00
Lukasz Fryc
e32ce7af68
Rerun appium tests failed due to infrastructure reasons
...
rerun_count=0 by default
2018-05-14 17:47:06 +02:00
Julien Eluard
c1b217e032
[ #4227 ] Allow DApps to identify status host
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 15:30:28 +02:00
Goran Jovic
51e3a07aed
feature #4199 - remove sign later and unsigned transactions
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 15:03:52 +02:00
Oskar Thoren
df794c724d
ARD: Disable group chats for beta
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 14:54:25 +02:00
Oskar Thoren
750b32d10b
ARD: Discovery protocol
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 14:53:42 +02:00
Ophelia
95703f9d2f
Disable external bots #3813
...
Removed debug functions from bots.cljs
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 14:49:57 +02:00
psdp
8aeeb19f22
Show spinner when refreshing wallet on iOS [ #3667 ]
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 14:49:03 +02:00
Georgie Mathews
1a314f12ac
[ FIX #1200 ] updates to webview with bugfix for external links in webview
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 14:47:56 +02:00
Julien Eluard
63c9c6908d
[ #4218 ] Removed some DApps
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 14:46:49 +02:00
Eric Dvorsak
baa471a929
remove message cache
...
message cache was initialized when logging-in so it was basically useless
it was causing a bug when switching account and getting a contact request
from the same user in 2 accounts without killing the app because the cache
was not reset and the subsequent contact requests were ignored
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 14:45:49 +02:00
yevh-berdnyk
0d2849d955
e2e tests updated according to new wallet onboarding
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-14 15:22:03 +03:00
Andrey Shovkoplyas
6eea090ef8
updated status-go to latest
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-14 13:05:19 +02:00
Dmitry Novotochinov
cd41cefa96
Handle mailserver connection error
...
* Do not try to reconnect when offline
* If online, but mailserver is disconnected, show notification
* Tap on notification starts reconnecting process
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-14 11:25:45 +02:00
Daniel Regeci
a57b0e6136
[ FIX #3921 ] Align avatar, name and status in top toolbar to the left (1x1, group and public)
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-14 10:43:41 +02:00
Jakub Sokołowski
df3ec429c9
fix printing build number when taggin
2018-05-14 10:10:45 +02:00
Jakub Sokołowski
68300dbc61
fix tag pusshing step to use jenkins-status-im credentials
2018-05-14 10:10:34 +02:00
Eric Dvorsak
a0a79595ce
Rename multi-send-with-pubkey into multi-send-by-pub-key
...
previous naming was confusing because it actually sends using
the symkey of each chat whose simkey is passed as an argument
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-12 11:52:47 +02:00
Roman Volosovskyi
bd0b447457
[ #4068 ] keep existing device UUID when changing account
2018-05-11 19:42:04 +03:00
Adam Babik
2d6cb4fd04
add update-status-go.sh script
...
Signed-off-by: Adam Babik <a.babik@designfortress.com>
2018-05-11 18:17:41 +02:00
Adam Babik
fd807cff61
add update-status-go.sh script
2018-05-11 18:17:15 +02:00
Julien Eluard
1d196d2e82
[ISSUE #4166 ] Fixed incorrect DApps name changes
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 17:54:01 +02:00
Julien Eluard
baa9b2ac02
[ISSUE #4197 ] Added airswap.io to DApps
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 17:00:51 +02:00
Andrey Shovkoplyas
94becb5094
updated status-go to latest
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-11 15:42:16 +02:00
Eric Dvorsak
d876895492
set defaultAccount when getting web3
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 15:10:25 +02:00
pacamara
7334938d96
Fixes #3944 : Improve metrics opt-in screen
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 15:07:56 +02:00
pacamara
89632bea1b
Fixes #3456 : Publish diawi links in relevant PR
2018-05-11 15:11:30 +03:00
Oleg Kilimnik
8369afdddc
Fixes #3417 : App crashed when accessing camera view but access to camera denied for app [iOS]
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 14:04:48 +02:00
Roman Volosovskyi
38b94d7dce
fix release build
2018-05-11 14:36:18 +03:00
psdp
7233a5f97d
[ #4075 ] Clear invalid contact code error message when returning to the "Start new chat"
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 11:53:43 +02:00
Goran Jovic
8a355b1e75
bug #4180 and revert #4038 - amount number formatting in wallet send
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 11:18:04 +02:00
Andrey Shovkoplyas
6194bbde84
Ethlance mainnet
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 10:56:06 +02:00
Eric Dvorsak
e5aae3fafb
[fix 3346] remove unknown status subtitle from 1-1 chat
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-05-11 10:55:07 +02:00
Aleksandr Pantiukhov
01a4869397
[ #3939 ]: Introducing wallet / welcome screen;
...
[#3940 ]: Introducing wallet / signing phrase;
open-migrated-realm has been removed;
2018-05-11 07:23:32 +03:00
janherich
62a9f26e30
First stage of realm transactions
2018-05-10 17:21:23 +02:00
Eric Dvorsak
cdb95616ac
fix defnstyle usage
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-10 17:19:45 +02:00