Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-template/bitpay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nameCase": "Particl",
"nameCaseNoSpace": "Particl",
"gitHubRepoName": "copay",
"gitHubRepoUrl": "git://github.com/particl/copay.git",
"gitHubRepoUrl": "https://github.com/particl/copay.git",
"gitHubRepoBugs": "https://github.com/particl/copay/issues",
"disclaimerUrl": "",
"url": "https://particl.io",
Expand Down
7 changes: 4 additions & 3 deletions app-template/config-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<access origin="https://shapeshift.io" />
<access origin="https://api.coinbase.com" />
<access origin="https://coinbase.com" />
<access origin="https://api.coinmarketcap.com" />
<access origin="https://api.coingecko.com" />
<access origin="https://*.particl.io" />
<allow-navigation href="gap://ready" />
<preference name="AndroidPersistentFileLocation" value="Internal" />
Expand All @@ -43,7 +43,7 @@
<preference name="loadUrlTimeoutValue" value="60000" />

<!-- Android Version: Marshmallow 6.0 (API Level 23) or higher -->
<preference name="android-minSdkVersion" value="23" />
<preference name="android-minSdkVersion" value="28" />

<!-- iOS 10.3 or higher -->
<preference name="deployment-target" value="10.3" />
Expand Down Expand Up @@ -85,7 +85,8 @@
<variable name="SECOND_URL_SCHEME" value="*APPURI*" />
<variable name="THIRD_URL_SCHEME" value="particl-bitpay" />
</plugin>
<plugin name="cordova-plugin-fcm" spec="https://github.com/cmgustavo/cordova-plugin-fcm.git#v4.1" />
<!-- <plugin name="cordova-plugin-fcm" spec="https://github.com/cmgustavo/cordova-plugin-fcm.git#v4.1" /> -->
<plugin name="hrs-cordova-plugin-fcm-with-dependecy-updated" spec="6.4.4" />

<!-- Keyboard input focus fix -->
<plugin name="cordova-plugin-wkwebview-inputfocusfix" spec="https://github.com/cmgustavo/cordova-plugin-wkwebview-inputfocusfix.git#3a4e7908331ae110d6fc269c6c6f11b5e756e3f7" />
Expand Down
2 changes: 1 addition & 1 deletion app-template/copay/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nameCase": "Copay",
"nameCaseNoSpace": "Copay",
"gitHubRepoName": "copay",
"gitHubRepoUrl": "git://github.com/bitpay/copay.git",
"gitHubRepoUrl": "https://github.com/bitpay/copay.git",
"gitHubRepoBugs": "https://github.com/bitpay/copay/issues",
"disclaimerUrl": "https://copay.io/disclaimer",
"url": "https://copay.io",
Expand Down
2 changes: 1 addition & 1 deletion app-template/index-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' gap: https://bws.bitpay.com https://bitpay.com https://test.bitpay.com https://auth.shapeshift.io https://shapeshift.io https://api.coinbase.com https://coinbase.com https://api.coinmarketcap.com https://*.particl.io; img-src 'self' data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' gap: https://bws.bitpay.com https://bitpay.com https://test.bitpay.com https://auth.shapeshift.io https://shapeshift.io https://api.coinbase.com https://coinbase.com https://api.coingecko.com https://*.particl.io; img-src 'self' data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:">

<link rel="shortcut icon" href="assets/img/app/favicon.ico">
<link rel="manifest" href="manifest.json">
Expand Down
2 changes: 1 addition & 1 deletion app-template/particl-dev/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nameCase": "Particl Copay Dev",
"nameCaseNoSpace": "ParticlCopayDev",
"gitHubRepoName": "copay",
"gitHubRepoUrl": "git://github.com/particl/copay.git",
"gitHubRepoUrl": "https://github.com/particl/copay.git",
"gitHubRepoBugs": "https://github.com/particl/copay/issues",
"disclaimerUrl": "https://copay.io/disclaimer",
"url": "https://github.com/particl/copay",
Expand Down
2 changes: 1 addition & 1 deletion app-template/particl/appConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"nameCase": "Particl Copay",
"nameCaseNoSpace": "ParticlCopay",
"gitHubRepoName": "copay",
"gitHubRepoUrl": "git://github.com/particl/copay.git",
"gitHubRepoUrl": "https://github.com/particl/copay.git",
"gitHubRepoBugs": "https://github.com/particl/copay/issues",
"disclaimerUrl": "https://copay.io/disclaimer",
"url": "https://github.com/particl/copay",
Expand Down
Loading