Commit Graph

3804 Commits

Author SHA1 Message Date
Lukasz Fryc 8e9f0143ad
Remove TestFairy from E2E tests
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-17 22:37:05 +03:00
yenda f98e013cff
fix login after logout when opening app from a notification
moves most of the fx that are suppose to happen only at app startup
to an init/start-app fn so that init/initialize-app which is also
called after logout doesn't repeat unecessary fxs
2018-10-17 17:24:34 +03:00
Julien Eluard c36a0657e6
Added http/get event
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-10-17 16:08:26 +02:00
Roman Volosovskyi 382640d72c
[#6347] fix profile qr code 2018-10-17 17:04:41 +03:00
Andrea Maria Piana 22c8999eca
Send seen with pubkey
Signed-off-by: yenda <eric@status.im>
2018-10-17 15:25:47 +02:00
Andrey Shovkoplyas 62db799d60
rename kUDOS key to KDO, and fixed tokens list item alignment
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-17 14:15:36 +02:00
Aleksandr Pantiukhov 23503dc996
[#6094]: Persist extensions
Signed-off-by: Aleksandr Pantiukhov <alwxndr@gmail.com>
2018-10-17 14:08:45 +02:00
Roman Volosovskyi 99162fa971
[#6307] fix each message sent before upgrade is shown twice after upgrade from 0.9.29 2018-10-17 15:00:14 +03:00
janherich 2a292e96e5
Validate even on submit press 2018-10-17 10:56:54 +02:00
janherich acd05e2687
Implementation of text content parsing 2018-10-16 23:13:11 +02:00
Roman Volosovskyi c338896018
[#6330] remove testfairy 2018-10-16 20:46:43 +03:00
yenda 69fe9dc582
[fix 6334] request multiple topics at once
- group requests by last-request to request multiple topic at once
- fix bug where fetching popup was shown when the app was actually in error
state

Signed-off-by: yenda <eric@status.im>
2018-10-16 17:13:47 +02:00
yevh-berdnyk 55d72b534a
Desktop automation PoC
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-16 17:52:26 +03:00
Goran Jovic d823bfd71c
bug #6135 - made place for recovery phrase error tooltip on desktop
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-10-16 15:37:46 +02:00
Roman Volosovskyi 7bab525202
request only one day history from mailserver 2018-10-16 14:33:51 +03:00
Andrey Shovkoplyas 31fdb39683
[#6149] Add support for KudosTokens
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-16 13:32:11 +02:00
Andrea Maria Piana 09ca7d887c
Log db error
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-10-16 13:25:07 +02:00
Roman Volosovskyi bac5839dd0
[#6156] fix Share link button in user's profile does not contain profile universal link 2018-10-16 13:07:26 +03:00
Oleksii Lymarenko dd7132f7d2
cast rerun count to int
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2018-10-16 12:35:54 +03:00
Roman Volosovskyi 9d1debbf28
[#6283] fix unknown chat after transaction 2018-10-16 08:11:55 +03:00
yenda d09a2956c3
increase request timeout
- give more time for requests to complete
- change mailserver everytime a request time out

Signed-off-by: yenda <eric@status.im>
2018-10-16 01:16:48 +02:00
yenda 647db6d698
hotfix realm migration
Signed-off-by: yenda <eric@status.im>
2018-10-15 21:53:40 +02:00
yenda 1c99df5343
don't check new version on Linux to prevent network error
Signed-off-by: yenda <eric@status.im>
2018-10-15 18:17:01 +02:00
yenda 547f8b0713
[fix 6322] Invalid prop `fontWeight`
Signed-off-by: yenda <eric@status.im>
2018-10-15 18:09:10 +02:00
lokalise-bot e5d3f3a827
Lokalise: update of es, fa, ko, ms, ne, pl, ru, zh_Hans_CN translations.
Enable Farsi.
2018-10-15 19:06:31 +03:00
yenda 660bd2d1bd
request 7 days of history
- fetch 7 days of history when joining a chat
- make 7 24h requests to request 7 days because mailservers
ignores requests for a timespan > 24h
- make requests sequentially to avoid timeouts
- change mailserver after 3 timeouts on a request

Signed-off-by: yenda <eric@status.im>
2018-10-15 17:18:59 +02:00
Oleksii Lymarenko 184dd03fa0
make conftest file meet pytest requirements
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-15 18:10:46 +03:00
Oleksii Lymarenko 1639943627
onboarding screen verification test added (testrail id 5355)
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
2018-10-15 18:07:55 +03:00
Igor Mandrigin 9c362b41a1
Bump version to 0.9.30
Signed-off-by: yenda <eric@status.im>
2018-10-15 16:46:36 +02:00
Oleksii Lymarenko 3bda480fe6
txs history test added (testrail id 5314)
Signed-off-by: yenda <eric@status.im>
2018-10-15 16:45:41 +02:00
Igor Mandrigin bc688421ea
Enable LES option for nightlies.
fixes a leftover cause by having a separate file for nightlies now.

Signed-off-by: yenda <eric@status.im>
2018-10-15 16:44:36 +02:00
Igor Mandrigin 1c4cca1004
Don't start a node while the node is already being started.
Restart it instead, so that we are sure which config is there.

Signed-off-by: yenda <eric@status.im>
2018-10-15 16:43:30 +02:00
janherich b8fa4f5cbd
Hide unknown referenced messages 2018-10-15 17:38:10 +03:00
Julien Eluard 5eeda7aa0b
Fixes #6275
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-10-15 15:34:47 +02:00
Andrey Shovkoplyas a6de279660
desktop no bubbles
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-15 14:59:22 +02:00
Aleksandr Pantiukhov 4c7339f978
[#6198]: Add QR code scanner support in extensions panel
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-10-15 12:03:03 +02:00
yenda 1a2fcdfe3a
refactor contact models
- move models.contact and models.contacts to contact.core
- add tags field to contact and chat

Signed-off-by: yenda <eric@status.im>
2018-10-15 11:57:48 +02:00
Andrey Shovkoplyas aaa8530f5a
download latest nightly in desktop
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-15 11:04:17 +02:00
Volodymyr Kozieiev c5d2852c5b
Changed logging method in desktop react-native-status
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2018-10-14 11:04:22 +03:00
Roman Volosovskyi 21cda18996
[#6083] upgrade react-native-webview-bridge 2018-10-13 21:40:28 +03:00
yenda 8ccb4ddfea
fix remove public chat bug
Signed-off-by: yenda <eric@status.im>
2018-10-12 18:35:18 +02:00
Jakub Sokołowski 33cf6dfd4b
add a fix for APK content type
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-10-12 09:52:23 -04:00
yenda 211e39bb5f
support for all .eth username resolution
- resolve all eth usernames
- resolve stateofus.eth without domain

Signed-off-by: yenda <eric@status.im>
2018-10-12 14:45:15 +02:00
Goran Jovic 364b08e3b2
bug #6261 - removed blue dot from outgoing payment messages
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-10-12 12:34:30 +02:00
Mariano Conti 0838867a6f
Add MKR
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-10-12 12:33:01 +02:00
Julien Eluard 00ed5bc883
Moved to newer pluto
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-10-12 10:17:27 +02:00
Max Risuhin 02cb5dc8d4
Apply scroll-view rendering optimization for list of chats
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2018-10-11 17:16:22 +03:00
yevh-berdnyk dc37e8b2dd
Updated profile picture templates
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-10-11 16:28:02 +03:00
yenda efdd76b364
refactor inbox
Signed-off-by: yenda <eric@status.im>
2018-10-11 14:47:04 +02:00
Andrey Shovkoplyas dc8976a8b2
fix for debug server start on login
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-11 13:30:54 +02:00