Roman Volosovskyi
9b9eefbf0e
Allow to fetch more history in public chats (up to 30 days)
2019-04-26 15:53:26 +03:00
Julien Eluard
f6fce850b2
Revert "After dismissing error, no redirect to home and new qr can be"
...
This reverts commit 386c678caf
.
2019-04-26 15:27:44 +03:00
Anton Danchenko
43ac92b9b0
enable stickers in e2e builds and added accessibility labels
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-26 14:32:33 +03:00
Jakub Sokołowski
3774a0845a
add diawi upload retries
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-26 10:29:12 +02:00
yenda
c4f719352e
[fix] wallet on-error dispatch
...
the code to dispatch an event on transaction error was not working
this fixes it
Signed-off-by: yenda <eric@status.im>
2019-04-25 17:42:34 +02:00
yenda
fa18f3b746
updating dev dependencies
...
Signed-off-by: yenda <eric@status.im>
2019-04-25 16:18:17 +02:00
Roman Volosovskyi
3a2d70273e
Maintain scroll postion after fetching gap
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-25 16:01:03 +02:00
Jakub Sokołowski
e55cbc4c1f
upgrade urllib3: 1.24 > 1.24.2
...
Details: https://nvd.nist.gov/vuln/detail/CVE-2019-11324
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-25 15:28:52 +02:00
Jakub Sokołowski
9ff0ebce03
upgrade fastlane: 2.117.1 > 2.121.1
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-25 13:36:04 +02:00
Andrea Maria Piana
494772a35d
Fix broken contact syncing
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-25 12:45:20 +02:00
Julien Eluard
bdb672e131
[ Fixes #8001 ] Fixes white flash on Android
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-25 08:59:00 +02:00
Roman Volosovskyi
c98f547349
Multiple messages gaps per chat
2019-04-24 22:33:08 +03:00
yenda
60225995b7
fix token transactions
...
Signed-off-by: yenda <eric@status.im>
2019-04-24 19:52:58 +02:00
Dmitry Novotochinov
072ab5c487
ensure card has applet installed before starting setup
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-04-24 16:37:40 +03:00
Serhy
c49a2269c5
Fix connection is secure test
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-24 13:06:33 +03:00
Brandon Wissmann
701773608c
remove ability to change values while signing transaction
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-04-24 12:00:00 +02:00
Andrey Shovkoplyas
722fd67938
[ #8008 ] Error "No protocol method IDeref.-deref defined for type undefined:" and crash if open DApp permissions
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-04-24 11:58:17 +02:00
Andrey Shovkoplyas
0d2be79452
react switch warnings fix
...
Signed-off-by: yenda <eric@status.im>
2019-04-23 22:36:55 +02:00
yenda
3134d1dfce
[fix] fetch wallet token transactions
...
- previously wallet transaction fetching was quite hazardous
- most of the time the `:wallet/all-tokens` map was nil so no token
was recognized
- the query for transfers was made accross 100000 blocks, now it
only checks that the first time, then from latest block checked minus
12 to follow progress of unconfirmed transactions
Signed-off-by: yenda <eric@status.im>
2019-04-23 14:24:41 +02:00
yenda
9d84ef3ad1
[feature] implement erc20 get-transaction for SNT and STT
...
- change `ethereum/get-transaction` to use call-private-rpc instead
of web3 object
- implement a version for erc20 tokens SNT and STT that provides enriches
result of get-transaction with `:recipient` and `:snt-amount`
Signed-off-by: yenda <eric@status.im>
2019-04-23 14:23:44 +02:00
yenda
2c028a474b
[refactor] send-transaction-message fx/defn
...
- turn :send-transaction-message event into an fx producing function
- allow transaction with defined on-result event to also send transaction
message
Signed-off-by: yenda <eric@status.im>
2019-04-23 14:23:00 +02:00
Volodymyr Kozieiev
d05ff8a1b8
Removed changes that lead to error when running desktop in a dev mode
2019-04-22 22:24:20 +03:00
Churikova Tetiana
e9fa601e7a
Add tests for block user from public chat and 1-1 header
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-04-22 14:49:24 +02:00
bitsikka
8482ea5b5a
[ #7933 ] fix - joining public chat with messages throws error
...
[#7933 ] fix - joining public chat with messages throws error
2019-04-19 13:00:23 +03:00
Jakub Sokołowski
a4b5f69e5b
merge nix-cache build Jenkinsfiles
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-19 10:56:45 +02:00
Andrey Shovkoplyas
6f16ccf416
[ #6457 ] Implement extension data persistence
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-04-18 15:53:22 +02:00
Andrey Shovkoplyas
159199a1b3
removed dapps list and introduced simple Dapp store dapp
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-04-18 15:49:06 +02:00
Serhy
d5f8853b81
Update SimplDapp in e2e to use github url
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-18 10:39:12 +03:00
Jakub Sokołowski
78a1b025ac
don't use docker containers on linux, nix rules all
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-16 21:35:51 +02:00
bitsikka
cd1dfb67f4
[ #7917 ] fix - Contacts are not synced between 0.11.0 and current nightly
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-16 21:33:46 +02:00
Roman Volosovskyi
5bd25515e4
Fix endless spinner on Fetch messages
2019-04-16 22:10:39 +03:00
Roman Volosovskyi
2753b0ef60
Skip fetching 24h of discovery topics on a new account
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-16 11:55:17 +02:00
Igor Mandrigin
d905aa7fa4
request to squash commits if the PR has multiple
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-16 11:52:40 +02:00
Jinho Jang
89566a883d
Update ko.json
...
update and sort the ko.json file in alphabetical order
fixed with Anna's test results (https://github.com/status-im/status-react/pull/7966#issuecomment-482635334 )
2019-04-16 10:23:01 +03:00
Pedro Pombeiro
a436793fa0
Consolidate TARGET_SYSTEM_NAME and TARGET_PLATFORM with TARGET_OS
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-15 20:31:38 +01:00
Pedro Pombeiro
a7f8252d50
Add --pure to nix-shell calls
2019-04-15 20:29:55 +01:00
Andrey Shovkoplyas
0fb9cabcfc
new profile hook and capacities
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-04-15 16:45:47 +02:00
Andrey Shovkoplyas
b721f4810f
fixes and improvements for chat command
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-04-15 16:44:42 +02:00
Kris Calabio
a06ca37de5
Emoji-only messages can be long-pressed
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-15 10:25:13 +02:00
Roman Volosovskyi
a4d8f57b09
Fetch missed range of messages
2019-04-12 16:22:44 +03:00
Roman Volosovskyi
fbda69ff78
[iOS, Android] Upgrade realm-js
2019-04-12 16:21:41 +03:00
Pedro Pombeiro
d453e510a2
Move shellHook to status-go package
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-12 14:02:04 +02:00
Pedro Pombeiro
8e6b8b1ff1
Use Android SDK from nixpkgs instead of downloading
2019-04-12 13:57:38 +02:00
Pedro Pombeiro
89f34a7707
Improve makefile to only make Nix install the bare minimum for intended platform
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-12 12:18:43 +02:00
Jakub Sokołowski
42a3b7d195
fix setting of BUILD_TYPE and BRANCH params
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-12 11:49:02 +02:00
Jakub Sokołowski
5c5e804c88
don't make e2e builds use modified ID
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-12 09:56:20 +02:00
Emilio Silva Schlenker
64b63d5593
[ #7598 ] Beta alert on upgrading
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-11 20:50:10 +02:00
Jakub Sokołowski
55abf20645
modify .env settings using Jenkins params
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-11 19:49:13 +02:00
bitsikka
316a50b032
[ #7930 ] fix - No label is shown for empty chat screen if you open public chat via deep link after opening another public chat via deep link
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-11 19:35:29 +02:00
Pedro Pombeiro
9fe3395880
Migrate back to Node.js v10.15.0
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-11 18:59:50 +02:00