Max Risuhin
ab5d69968c
Set config env file path based on build type.
...
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2018-09-05 11:54:11 +03:00
Vitaliy Vlasov
6e306fba88
Merge pull request #5748 from status-im/update-desktop-dev-env-setup
...
Update desktop dev env setup doc
2018-09-04 18:50:00 +03:00
Vitaliy Vlasov
a5f2e7722a
Add warning about npm versions higher than 5.6.0
2018-09-04 18:49:09 +03:00
Igor Mandrigin
d2d8e43535
Ignore Desktop builds for release.
...
Currently, we don't release desktop betas and it isn't given that the
release schedule will be synchronized. So, for simplicity of support,
let's not build desktop against release branches.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-09-04 11:24:44 -04:00
Vitaliy Vlasov
eebdc1d02d
Update desktop dev env setup doc
2018-09-04 18:01:35 +03:00
Obi Elledge
990aa20d8b
Copy Updates Aug 2018
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-09-04 14:17:05 +02:00
Eric Dvorsak
6d84795b2a
[fix 5738] unread counter disappears after app restart
...
`get-unviewed-messages` cofx was using the `current-public-key`
field from app-db
since it is not set at the point cofx are computed during the init
phase this field is nil and therefore no unread messages were found
the fix changes the cofx so that it returns a function as it is
already done for many cofx that needs parameters that are not
known at the time cofx are computed.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-09-04 14:08:11 +02:00
Jakub Sokołowski
495f513de9
remove old jenkisnfiles
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-09-04 07:39:40 -04:00
Dmitry Novotochinov
19590c8e54
[ fix #5303 ] Improve amount validation for /send and /request commands
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-04 12:53:49 +03:00
Igor Mandrigin
c25abecfc8
Bump version to 0.9.28
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-09-03 19:07:33 +02:00
Eric Dvorsak
02191f0380
[fix 5715] make generate-sym-key-from-password mergeable
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-09-03 19:05:53 +02:00
Eric Dvorsak
3513adb7ca
[feature #5422 ] universal links scannable via QR code scanner
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-09-03 17:14:31 +02:00
Julien Eluard
792c70813f
Only interpret extension universal links if flag is enabled
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-09-03 16:00:03 +02:00
Anton Danchenko
1b2eb5826a
false failures fix
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-09-03 16:43:50 +03:00
janherich
bf068f7909
View & preview implemented
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-09-03 13:45:56 +02:00
Roman Volosovskyi
3570b78ce5
[ #5374 ] upgrade react-native-webview-bridge
2018-09-03 12:29:17 +03:00
gnl
d61b9031ad
Prettify macOS installation bundle
...
Signed-off-by: gnl <gnl@lipov.net>
2018-09-03 12:23:23 +03:00
Goran Jovic
c35a651f15
bug #5542 - fixed errors when no currency selected - using usd as default throughout the app
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-09-03 11:48:48 +03:00
Andrey Shovkoplyas
c96bc5aa8b
[ #4772 ] Resolve ENS domains in browser
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-09-03 11:47:26 +03:00
Pedro Pombeiro
b7b6a252e1
Simplify setup script and fix Android build when setting up from scratch
...
- gradle was being called without `npm install` having had a chance to execute
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-09-03 10:00:37 +02:00
Jakub Sokołowski
3d6c2855be
run bundle install, specify bundle home for jenkins
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-31 22:54:50 -04:00
Dmitry Novotochinov
bdb8688af8
cljfmt formatting fix
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-08-31 22:43:04 +03:00
Julien Eluard
ae976e205f
Added extensions loading panel
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-08-31 16:41:58 +02:00
Jakub Sokołowski
f82285b1f4
bump android build archive limits again to 60
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-31 10:24:30 -04:00
Anton Danchenko
edd58af80b
apk name is a PR number if build for a PR
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-31 10:11:47 -04:00
Jakub Sokołowski
789a905743
do't upload to saucelabs for nightlies
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-31 07:56:55 -04:00
Pedro Pombeiro
26464be158
Replace `npm prune` with cleaning `node_modules/`
...
- Fixes build error in https://ci.status.im/job/status-react/job/combined/job/mobile-ios/455/console
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-08-31 11:57:23 +02:00
Goran Jovic
62db837de5
bug #5694 and #5709 - re-required request events
...
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-08-31 10:00:25 +02:00
gnl
80672a5c3e
Update CI bundle packaging to support code-signing
...
Signed-off-by: gnl <gnl@lipov.net>
2018-08-31 10:50:17 +03:00
yevh-berdnyk
6679374573
Fix for transaction confirmation and asset button
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-08-31 10:23:46 +03:00
Eric Dvorsak
1fff9d7c19
[fix 5688] fix calculating node version
...
Signed-off-by: Adam Babik <a.babik@designfortress.com>
2018-08-30 18:47:28 +02:00
Adam Babik
e9399167f6
update status-go to v0.13.1
2018-08-30 18:46:52 +02:00
Pedro Pombeiro
5ee1659b13
Add `clean` makefile target to ensure build leftover state is removed. Part of #5563
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-30 12:05:25 -04:00
Jakub Sokołowski
2a1468cfa9
use dashes instead of dots in artifact filenames
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-30 11:43:56 -04:00
Jinho Jang
00d4770685
Update title.txt and short_description.txt
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-30 08:19:54 -04:00
Jinho Jang
f0787c4062
Update full_description.txt
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-30 08:17:40 -04:00
Anton Danchenko
869d64a2ff
fixes for false failures in e2e tests
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-08-30 13:16:31 +03:00
Julien Eluard
683e6b5ed0
[ Fixes #5496 ] Added SuperRare NFT support
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-08-30 11:23:25 +02:00
Pedro Pombeiro
96b8edc846
setup: Run gradlew task even if NDK was just installed
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-08-30 10:27:10 +02:00
Jakub Sokołowski
95d0a782c3
fix build failure
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 23:25:06 -04:00
Max Risuhin
76ace61d17
Integration with breakpad; crash report handler dialog #5425
...
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2018-08-30 01:49:43 +03:00
Jakub Sokołowski
6353039171
add a wait for cocoapods lock to disappear
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 17:31:19 -04:00
Jakub Sokołowski
7d87666c60
add --silent to pod install
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 14:59:10 -04:00
Jakub Sokołowski
d985a82670
add default env type to copy for mobile builds
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 14:39:35 -04:00
Jakub Sokołowski
5532510c56
run e2e by default only for nightlies
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 13:46:31 -04:00
Jakub Sokołowski
c11cf17009
bump limit for android ro 40
2018-08-29 11:12:32 -04:00
Igor Mandrigin
9b6d538e6d
Add permission descriptions for iOS.
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 10:53:11 -04:00
gnl
15edcc3434
Add specs for clojure.core macros and special forms
...
This prevents errors like this from slipping by the compiler:
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-08-29 10:36:08 -04:00
Eric Dvorsak
728831c9c2
remove unused flags
...
reorganize config flags
remove offline-inbox-enabled? flag
remove universal-links-enabled flag
remove add-custom-mailservers-enabled? flag
remove spam-button-detection-enabled? flag
remove flags from config files
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-08-29 16:30:05 +02:00
Andrey Shovkoplyas
b754092710
update status js api according to latest changes in web3 opt-in EIP
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-08-29 17:23:07 +03:00