3571 Commits

Author SHA1 Message Date
Max Risuhin
2c85d70e48
Log only error from status-go API call result #5816;
Update .re-natal config with new JS modules.

Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2018-09-18 13:07:49 +03:00
tbenr
51469c507e
Fixes #4393
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-09-18 12:56:09 +03:00
Andrey Shovkoplyas
4c05c9a9cd
make sign message message text great
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-09-18 12:27:50 +03:00
3dd776190a
use ubuntu:12.04 image to build linux app
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-09-17 16:21:30 -04:00
gnl
da934c40c3
Add support for custom URL schemes on the desktop
...and add some missing keys to Info.plist

Signed-off-by: George Lipov <gnl@lipov.net>
2018-09-17 19:31:53 +03:00
janherich
031088b856
Fix unit tests 2018-09-17 12:51:57 +02:00
lokalise-bot
7c7717d101
Lokalise: update of translations/en.json
[#5829] chat commands translations
2018-09-17 12:34:29 +03:00
Eric Dvorsak
ccbc0baffb
update developer dependencies
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-09-17 10:31:30 +02:00
lokalise-bot
eaaf5f0bff
Lokalise: update of translations/en.json
[#5829] default dapps translations
2018-09-17 09:26:01 +03:00
Chad
40c23cc166
fix zero plural localisation issue
fix zero case for :t/members-active key
2018-09-17 09:02:58 +03:00
Roman Volosovskyi
448e84a0e9
adjust defview so that componen-map can be passed as the second arg 2018-09-15 08:59:30 +03:00
Chad Jackson
dd19989f12
Fix French Play Store title listing translation
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-09-14 19:12:38 +02:00
Dmitry Novotochinov
ed63cd4994
[#5474] Handle offline wallet onboarding
* Add :on-error callback to get-token-balance
* Check if online before doing token balance update
* Pull to refresh makes full wallet update, i.e. for all known tokens,
to properly update balances for new tokens that might appear in user
wallet with time and for tokens that were missed during offline

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-09-14 19:11:32 +02:00
Anton Danchenko
4a21b5192c
Fixed assets selection and default running time for chat bot
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-09-14 17:19:33 +03:00
Dmitry Novotochinov
76036c88cc
[#5745] validate accout recover result
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-14 17:03:00 +03:00
Pedro Pombeiro
94ee56e43a
translations: Add PT translation for Fastlane
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-09-14 13:08:30 +02:00
Anton Danchenko
c5549f5d03
fixed issue with empty public key input after entering the key
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-09-14 13:44:50 +03:00
Anton Danchenko
64589d526f
chatbot for one-to-one chats
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-09-14 13:34:47 +03:00
Dmitry Novotochinov
e0e205f565
Rename notifications/request-notifications
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-13 22:12:24 +03:00
Roman Volosovskyi
c948559c09
remove logging of database encryption keys 2018-09-13 20:19:28 +03:00
Dmitry Novotochinov
5944d2b43f
[#5734] Check PN permissions on login
Client with versions 0.9.26/27 who recovered their accounts weren't
asked for PN permissions so we now check permissions after user signs in.

Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-13 18:58:56 +03:00
Dmitry Novotochinov
1b40ccbe86
[#5798] change balance tilde color, remove it when 0 balance
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-13 18:57:38 +03:00
Andrey Shovkoplyas
a20facd895
web3 opt-in updates
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-09-13 18:27:43 +03:00
Adam Babik
a79eca1e23
update status-go to 0.14 (Keys Derivation Padding Fix)
Signed-off-by: Adam Babik <a.babik@designfortress.com>
2018-09-13 16:56:58 +02:00
Vitaliy Vlasov
ca2e7795d3
Merge pull request #5318 from status-im/fix/system-warnings-notifications
Add system warnings, delivery notifications, general unread messages
2018-09-13 17:33:06 +03:00
Julien Eluard
71d00cea7a
[Fixes #5828] Updated bounties network URL
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-09-13 16:02:54 +02:00
Shi Lei
8fa0522bad
[fix #5604] Fixed the problem of tooltips being cropped out on the android platform.
Three screens: account/create, account/login and wallet/transaction-fee are known to be affected by this issue. In the former two screens, the fixes incur no visible UI changes; in the last screen, the tooltips are shifted down by 8 points.

Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-13 16:57:18 +03:00
Chad
30b4234f7b
Add latin american spanish translation
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-09-13 14:20:21 +02:00
Igor Mandrigin
710c10faa4
Fix make setup on macOS.
Before, it always downloaded linux NDK no matter which platform you are
using. This way, `make setup` was actually able to break Android build
on macOS.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-09-13 13:00:01 +02:00
Vitaliy Vlasov
62ba35972b
Remove on-content-size-change handler 2018-09-13 12:48:47 +03:00
Roman Volosovskyi
c61200f9ae
[#5180] Encrypt account's db with password 2018-09-13 12:20:13 +03:00
Vitaliy Vlasov
d9e7d7c887
Test commit for inverted feature 2018-09-13 12:19:56 +03:00
Lukasz Fryc
0dd008f7b9
Update changelog for 0.9.27 2018-09-13 11:08:28 +02:00
754b8691f2
upgrade fastlane to 2.104.0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-09-12 15:55:46 -04:00
janherich
988a1ca2e2
Prices handling in commands impl 2018-09-12 17:39:02 +02:00
Vitaliy Vlasov
33da59f859
Fix formatting 2018-09-12 18:09:47 +03:00
Vitaliy Vlasov
59c1eb1f5f
Fix connectivity error view overlay 2018-09-12 16:23:11 +03:00
Vitaliy Vlasov
70aae89d05
Fix error view jumps 2018-09-12 16:23:09 +03:00
Vitaliy Vlasov
0562015fa8
Fix status display by providing public key in message data 2018-09-12 16:21:16 +03:00
Vitaliy Vlasov
d0e5ecd48b
Add system warnings, delivery notifications, general unread messages
badge
2018-09-12 16:21:14 +03:00
Vitaliy Vlasov
2d3952f252
Test commit to trigger Jenkins build 2018-09-12 16:20:35 +03:00
Vitaliy Vlasov
08e092c824
Fix connectivity error view overlay 2018-09-12 16:20:35 +03:00
Vitaliy Vlasov
7bde1ef1f9
Disable 'Tap for options' on Desktop 2018-09-12 16:20:33 +03:00
Vitaliy Vlasov
fc12e22535
Fix error view jumps 2018-09-12 16:20:09 +03:00
Vitaliy Vlasov
3e43d85215
Fix message delivery status alignment on desktop 2018-09-12 16:18:53 +03:00
Vitaliy Vlasov
400e8b6d99
Fix message key so that message status updates work 2018-09-12 16:18:51 +03:00
Vitaliy Vlasov
9136dd0d3f
Fix :show-desktop-tab usage 2018-09-12 16:18:03 +03:00
Vitaliy Vlasov
a08a98c491
Fix status display by providing public key in message data 2018-09-12 16:18:03 +03:00
Vitaliy Vlasov
ffaa85f133
Add system warnings, delivery notifications, general unread messages
badge
2018-09-12 16:17:49 +03:00
Vitaliy Vlasov
f240a6bef9
Merge pull request #5795 from status-im/fix/5624-change-chat-options-color
Change links color in chat header
2018-09-12 14:44:33 +03:00