Volodymyr Kozieiev
f34012a815
Switched to updated installation packages
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2019-10-02 18:46:34 +03:00
Alex Good
78c57a356b
Fix small UI problems with the compose reply screen
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-02 13:21:19 +02:00
Serhy
6037add156
Fix api request to etherscan
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-02 11:13:27 +03:00
Volodymyr Kozieiev
ace4b5a161
Desktop works with react-navigation v3
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2019-10-02 10:19:37 +03:00
Jakub Sokołowski
599ed98093
fix which APK is published for e2e builds
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-01 23:42:16 +02:00
Dmitry Novotochinov
9f6db66ab6
[ #9055 ] fix keycard restore
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-10-01 19:28:59 +03:00
Andrea Maria Piana
42961f3a0e
Add username to quoted message
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-10-01 12:13:36 +02:00
Jakub
c8b4fdfcd9
Update issue templates
...
Resolves #9058
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-30 19:02:44 +02:00
Andrey Shovkoplyas
9d06f01506
[ #8934 ] Only one sticker is shown in "Recently used"
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-30 16:15:08 +02:00
Andrey Shovkoplyas
371c66aad1
Remove UUID related code #9048
...
Signed-off-by: yenda <eric@status.im>
2019-09-30 15:55:55 +02:00
Andrey Shovkoplyas
f52b87ef22
[ #8945 ] "null is not an object" error when tap on sticker sent in chat
...
Signed-off-by: yenda <eric@status.im>
2019-09-30 15:55:12 +02:00
Andrey Shovkoplyas
bedb6a841b
keycard seed suggestions
...
Signed-off-by: yenda <eric@status.im>
2019-09-30 15:37:04 +02:00
Andrey Shovkoplyas
7ddebcb815
[ #8973 ] Mobile data syncing pop-up missing text
...
Signed-off-by: yenda <eric@status.im>
2019-09-30 15:33:22 +02:00
Pedro Pombeiro
616489bbf2
Add `pod-install` Makefile target
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-30 14:15:51 +02:00
snyk-bot
a7c9329df5
fix: fastlane/Gemfile & fastlane/Gemfile.lock to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RUBYZIP-469156
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-30 14:15:35 +02:00
Jakub Sokołowski
973623f4c8
build multiple APKs for different architectures
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-30 13:59:42 +02:00
Jakub Sokołowski
70c6265230
upgrade Go: 1.11 > 1.12
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-30 11:57:57 +02:00
Andrey Shovkoplyas
6a732570c7
[ #9034 ] Turn off autosuggestion on seedphrase confirmation input
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-30 10:38:40 +02:00
dependabot-preview[bot]
54a3e64c2e
Bump react-native-shake from 3.3.1 to 3.4.0 in /mobile/js_files
...
Bumps [react-native-shake](https://github.com/Clip-sub/react-native-shake ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/Clip-sub/react-native-shake/releases )
- [Commits](https://github.com/Clip-sub/react-native-shake/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-30 10:37:04 +02:00
Pedro Pombeiro
f8d447fa59
Hide Account Export menu item in wallet for v1. Closes #9040
...
Signed-off-by: yenda <eric@status.im>
2019-09-28 14:00:18 +02:00
Andrea Maria Piana
acd7e56d1d
Add gfycat/identicon from status-go
...
Signed-off-by: yenda <eric@status.im>
2019-09-26 14:12:43 +02:00
Serhy
42a65a7a1e
Fix multipleaccount test
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-26 12:39:35 +03:00
yenda
c047b588ed
throw errors on dangerous behaviours
...
- if multiaccount settings are saved on top of an empty map or nil,
this means something went wrong, the state of the app is unstable,
and actually saving will result in loss of data. It should never
happen, but if it does, throw and error and abort.
- sometimes two fxs are merged when they shouldn't, this is caused by
bugs and should never happen, but if it does, throw an error with arguments
for both effects to help localize the error
Signed-off-by: yenda <eric@status.im>
2019-09-25 19:33:43 +02:00
yenda
bf6b328996
replace require-macro for defnstyle and defstyle
...
- renamed the macros def and defn so that they are now used with aliased
namespace `styles/def` and `styles/defn` to force user to use aliased require
instead of require-macro and refer
- this makes sure the cljs file is required which includes the require for
platform ns needed after macroexpension
Signed-off-by: yenda <eric@status.im>
2019-09-25 17:18:26 +02:00
Churikova Tetiana
9d0de73c1e
Another fix for false failures
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-25 17:17:02 +02:00
Churikova Tetiana
4239ae5686
Mobile popup
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-25 16:57:22 +02:00
Serhy
0a5acfb0f7
Update logcat tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-25 11:21:09 +03:00
Dmitry Novotochinov
18ce3b0129
[ #8968 ] custom seed phrase popover
...
Signed-off-by: yenda <eric@status.im>
2019-09-25 09:39:25 +02:00
yenda
3ee52b4fba
hotfix styles.cljs
...
Signed-off-by: yenda <eric@status.im>
2019-09-24 22:38:41 +02:00
yenda
133800b191
remove wrap-first-time
...
Signed-off-by: yenda <eric@status.im>
2019-09-24 18:57:15 +02:00
Churikova Tetiana
ebc2ff04cd
Modified e2e for deleting-clear all dapps
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-24 12:07:51 +02:00
Andrey Shovkoplyas
222c6ac20c
[ #8516 ] Cannot delete dapp from "Recent"
2019-09-24 12:06:53 +02:00
yenda
e91375a97b
fix #8992 update account timestamp when login with keycard
...
Logout from keycard account was redirecting to login screen for another user
because `b.multiaccountsDB.UpdateAccountTimestamp` was not called in
`startNodeWithKey` as it was done in `startNodeWithAccount` in status-go
The fix is therefore in status-go and this PR updates status-go version to
fix that
Signed-off-by: yenda <eric@status.im>
2019-09-24 11:48:12 +02:00
dependabot-preview[bot]
9954ee6b8d
Bump qrcode from 1.4.1 to 1.4.2 in /mobile/js_files
...
Bumps [qrcode](https://github.com/soldair/node-qrcode ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases )
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md )
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 09:58:34 +02:00
dependabot-preview[bot]
a5a7f3f055
Bump qrcode from 1.4.1 to 1.4.2 in /desktop/js_files
...
Bumps [qrcode](https://github.com/soldair/node-qrcode ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/soldair/node-qrcode/releases )
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md )
- [Commits](https://github.com/soldair/node-qrcode/compare/v1.4.1...v1.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 09:58:01 +02:00
dependabot-preview[bot]
e6b6deeb04
Bump @react-native-community/netinfo in /mobile/js_filesBumps [@react-native-community/netinfo]( https://github.com/react-native-community/react-native-netinfo ) from 4.2.1 to 4.2.2.- [Release notes]( https://github.com/react-native-community/react-native-netinfo/releases )- [Changelog]( https://github.com/react-native-community/react-native-netinfo/blob/master/CHANGELOG.md )- [Commits]( https://github.com/react-native-community/react-native-netinfo/compare/v4.2.1...v4.2.2 )Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 09:56:23 +02:00
Serhy
2c56de0872
Fix app version and deeplink tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-24 10:45:18 +03:00
Pedro Pombeiro
4a95b88e36
Add changes to PR checklist discussed in Istanbul
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-23 16:53:30 +02:00
yenda
a1735e4577
typos in REVIEW.md
...
Signed-off-by: yenda <eric@status.im>
2019-09-23 14:06:40 +02:00
Pedro Pombeiro
97e9f0daa1
nix: Update fastlane Gemset
...
Signed-off-by: yenda <eric@status.im>
2019-09-23 14:05:57 +02:00
Pedro Pombeiro
51dd7af5f8
Use modern build system for iOS
2019-09-23 09:12:22 +02:00
tbenr
f7076016d8
fixes #8071
...
Signed-off-by: yenda <eric@status.im>
2019-09-20 17:54:23 +02:00
Churikova Tetiana
da120feef8
fix for menu item
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-20 16:11:06 +02:00
Churikova Tetiana
c3d59db47a
Fix picture for e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-20 14:37:21 +02:00
Churikova Tetiana
f7c7a10258
Small fix for new user profile
...
Signed-off-by: yenda <eric@status.im>
2019-09-20 14:09:34 +02:00
yenda
8ccc858d41
fix #9003 Recover deleted translations
...
replace i18n/message-status-label by regular label to avoid repeating
this issue in the future
recover the following labels:
- status-not-sent-click
- status-not-sent-tap
- status-sent
Signed-off-by: yenda <eric@status.im>
2019-09-20 13:07:11 +02:00
Jakub Sokołowski
00de482767
re-enable desktop builds
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-09-19 17:41:50 +03:00
yenda
0796f597f0
add missing loginWithKeycard iOS implementation
...
Signed-off-by: yenda <eric@status.im>
2019-09-18 14:51:46 +02:00
yenda
9a2ba3009d
fix log level config
...
the log level config for status-go wasn't saved in the node-config
as a result even though the setting looked applied in the UI it wasn't
in the node
2019-09-17 23:31:32 +02:00
Andrea Maria Piana
49d882ba29
Fix bootnodes toggle
...
Signed-off-by: yenda <eric@status.im>
2019-09-17 23:30:19 +02:00