From 80d9c894c9bff1b38615d85a82005440dbb224be Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 15 Sep 2017 15:23:47 -0400 Subject: [PATCH 1/3] Adds import cash --- src/js/controllers/import.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js index b2b6ab0be..096fa41c5 100644 --- a/src/js/controllers/import.js +++ b/src/js/controllers/import.js @@ -23,7 +23,7 @@ angular.module('copayApp.controllers').controller('importController', value: false }; - if (config.cashSupport.enabled) $scope.enableCash = true; + if (config.cashSupport) $scope.enableCash = true; if ($stateParams.code) $scope.processWalletInfo($stateParams.code); From e70a7172331a6c116a1786532e5f76900c5b64f4 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 15 Sep 2017 15:24:57 -0400 Subject: [PATCH 2/3] Adds switch for join --- src/js/controllers/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/join.js b/src/js/controllers/join.js index 2a209701d..218d61725 100644 --- a/src/js/controllers/join.js +++ b/src/js/controllers/join.js @@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('joinController', $scope.formData.account = 1; $scope.formData.secret = null; $scope.formData.coin = 'btc'; - if (config.cashSupport.enabled) $scope.enableCash = true; + if (config.cashSupport) $scope.enableCash = true; resetPasswordFields(); updateSeedSourceSelect(); }); From 51e3b65f24c69c60e7b88c60bb1aed456527c813 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 15 Sep 2017 15:26:04 -0400 Subject: [PATCH 3/3] Inc android version --- app-template/bitpay/appConfig.json | 2 +- app-template/copay/appConfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-template/bitpay/appConfig.json b/app-template/bitpay/appConfig.json index ff4812880..cadef9de0 100644 --- a/app-template/bitpay/appConfig.json +++ b/app-template/bitpay/appConfig.json @@ -24,7 +24,7 @@ "pushSenderId": "1036948132229", "description": "Secure Bitcoin Wallet", "version": "3.8.1", - "androidVersion": "381000", + "androidVersion": "381001", "_extraCSS": null, "_enabledExtensions": { "coinbase": true, diff --git a/app-template/copay/appConfig.json b/app-template/copay/appConfig.json index e18f23ec9..a7d1b277a 100644 --- a/app-template/copay/appConfig.json +++ b/app-template/copay/appConfig.json @@ -24,7 +24,7 @@ "pushSenderId": "1036948132229", "description": "A Secure Bitcoin Wallet", "version": "3.8.1", - "androidVersion": "381000", + "androidVersion": "381001", "_extraCSS": null, "_enabledExtensions": { "coinbase": true,