Commit Graph

2961 Commits

Author SHA1 Message Date
Andrea Maria Piana 291932db08
publish using pk in 1-to-1
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-05-09 20:26:41 +02:00
Eric Dvorsak b7ab49d305
[fix] recover lost contact requests and following messages
- Fetch discovery topic from offline inboxing
- Send ContactRequestResponse on discovery channel with new-key message
for recovery of invited contacts

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-05-09 18:57:47 +02:00
Goran Jovic df901e8748
feature #3953 - enabled mainnet on release builds, with a warning 2018-05-09 19:46:30 +03:00
Daniel Regeci e2d44a3589
[#3558] Show the revision of status-go in the version label 2018-05-09 19:41:40 +03:00
Roman Volosovskyi 90a508b64f
fix leftovers after [#4051] PR (app crashes on iOS) 2018-05-09 18:23:49 +03:00
Andrey Shovkoplyas fc72443754
[#3823] [#4115] supported some web3 sync calls
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-05-09 16:34:18 +03:00
Roman Volosovskyi 68997983e5
fix .version file creation in release builds 2018-05-09 14:41:25 +02:00
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