Commit Graph

2704 Commits

Author SHA1 Message Date
Dmitry Novotochinov 428f1d47ee
Request offline message when app returns from background
* Add "connecting" mailserver status
* Send push notification when "envelope.sent" signal received

Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-05-09 15:29:27 +03:00
psdp 7a5467c3b1
[#3611] Show timestamp even if there is no messages in Group Chat 2018-05-09 14:31:29 +03:00
Roman Volosovskyi f67fb6eaa1
use separate mixpanel app key for local/test/other builds 2018-05-09 14:29:19 +03:00
Dmitry Novotochinov a3f942b26c
Send user events to Instabug 2018-05-09 14:27:59 +03:00
psdp 35983aa3d6
[#4008] Users can set currency 2018-05-09 14:22:15 +03:00
ambilo 9b17cdd306
Remove JSC_ENABLED flag and turn on behavior by default 2018-05-09 14:20:49 +03:00
kwingram25 8effc5974f
[FIX #3852] Back button refinements 2018-05-09 12:58:50 +03:00
Daniel Regeci 0ed067af6a
[FIX #4038] All symbols after dot/comma erased if editing decimal number in the transaction amount field 2018-05-09 12:56:26 +03:00
Aleksandr Pantiukhov 0347a32d03
Code style fix for transaction-related external contribution 2018-05-09 11:43:35 +02:00
Lukasz Fryc d9755f546d
Add appium test about deleting 1-1 chat 2018-05-09 10:57:43 +02:00
psdp 2d1f8989a9
[#4043] 'GOT IT' screen is not shown after signing an unsigned transaction
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-09 11:45:58 +03:00
Goran Jovic e74bc81ce9
feature #3976 - getting token transfer events for erc20 tx history
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-09 11:36:03 +03:00
Stepan Lusnikov db2f8c1515
Add ability to install multiple ios builds
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-09 11:34:31 +03:00
Gott Phusit 49dbfe1021
Make addresses in the QR code and the contact screen copyable
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-09 11:32:06 +03:00
Dmitry Novotochinov 3b8e2b7f75
Change deps.edn to properly resolve transitive deps 2018-05-09 07:33:13 +03:00
Roman Volosovskyi 8f1c9521ba
add cljfmt to project;
add pre-push hook;
add cljfmt to Jenkinsfile;
2018-05-09 07:16:06 +03:00
Pedro Pombeiro 3af05bcb6c Ensure that local temp go build doesn't get reused in next build 2018-05-08 21:05:13 +02:00
Roman Volosovskyi 6e34ede299
reformat test namespaces 2018-05-08 14:43:06 +03:00
Stepan Lusnikov 0082f5dd95
Add ability to run multiple android app
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-08 14:22:46 +03:00
Roman Volosovskyi 97974b940c
fix :contact-s 2018-05-08 13:02:20 +03:00
Roman Volosovskyi 04dff6e24e
fix :empty-topic 2018-05-08 12:40:23 +03:00
Roman Volosovskyi 8c6af7ee62
fix comments 2018-05-08 11:43:08 +03:00
Roman Volosovskyi 8c1cd9d3d4
reformat remaining namespaces 2018-05-08 11:36:32 +03:00
Roman Volosovskyi 6fc03fc217
reformat status-im.ui.* namespaces 2018-05-08 09:32:05 +03:00
Roman Volosovskyi 6c620728da
reformat status-im.data-store.* namespaces
reformat status-im.utils.* namespaces
2018-05-08 09:01:24 +03:00
Jakub Sokołowski a2810999a6
we are actually in andoid/app dir 2018-05-07 21:14:51 +02:00
Jakub Sokołowski 86c6701340
use sh explicitly 2018-05-07 19:56:50 +02:00
Andrey Shovkoplyas dc4e1569cf
[#3958] implemented transactions queue
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-07 20:56:00 +03:00
Jakub Sokołowski 1b25e1f3bf
fetch tags before checking them 2018-05-07 19:19:22 +02:00
Jakub Sokołowski ac7e412a9c
print current working dir 2018-05-07 18:51:49 +02:00
yevh-berdnyk f73338b88e
Fixed job name in 'Run extended e2e tests' stage
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-07 19:26:19 +03:00
Jakub Sokołowski c1af6448d6
separate --tag argument from the command 2018-05-07 17:10:21 +02:00
Roman Volosovskyi 34ae92ac9f
reformat status-im.chat.* namespaces 2018-05-07 17:04:52 +03:00
Jakub Sokołowski 3c0fa7feb5
move pushing build tag to after deploy stages 2018-05-07 15:37:58 +02:00
Jakub Sokołowski 6aa2edd2b5
just use HEAD when tagging 2018-05-07 15:37:57 +02:00
Jakub Sokołowski 99e9316fda
add use of --tag 2018-05-07 15:37:56 +02:00
Jakub Sokołowski ccbfc5bb7e
fix workingDir for build.gradle running build_no.sh 2018-05-07 15:37:55 +02:00
Jakub Sokołowski f97fec1547
update jenkinsfiles and build.gradle to use build_no.sh 2018-05-07 15:37:54 +02:00
Jakub Sokołowski 176817dc55
add script for managing build numbers 2018-05-07 15:37:52 +02:00
yevh-berdnyk 4f979fba43
Fix for e2e tests apk upload in nightly build
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-07 16:13:39 +03:00
Serhy d58d7c8b81
Dont share button tests update from 4098
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-07 12:30:58 +03:00
yevh-berdnyk fcaa291c23
Added e2e tests apk building in Jenkinsfile.nightly_fastlane
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-07 12:29:51 +03:00
Andrea Maria Piana 733f2b193f
dont send seen for public messages and remove checkmark 2018-05-04 21:31:54 +02:00
janherich 504b0be251
Strip unnecessary keys for saving 2018-05-04 21:29:26 +02:00
Roman Volosovskyi 00b8ae311d
[#4006] anonymous uuid for mixpanel 2018-05-04 21:26:46 +02:00
psdp 5d5444e3de
Show fiat value of wallet assets #4009 2018-05-04 21:25:20 +02:00
pacamara d430d74781
Fixes #3847: Half of the line is cut in the input field if focus is on the next line [Android] 2018-05-04 21:21:23 +02:00
yevh-berdnyk f94e1c5826
Added e2e tests for account management verifications
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2018-05-04 16:31:31 +03:00
Goran Jovic ca80926433
bug #3877 - no longer possible to sign messages with empty password
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-03 22:42:15 +02:00
Eric Dvorsak f8e535f9bc
[fix 3843] query mailserver when going back online
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-03 22:40:59 +02:00