diff --git a/cordova/build.sh b/cordova/build.sh index 40d6916d4..c4be3d920 100755 --- a/cordova/build.sh +++ b/cordova/build.sh @@ -106,6 +106,12 @@ if [ ! -d $PROJECT ]; then cordova plugin add cordova-plugin-customurlscheme --variable URL_SCHEME=bitcoin checkOK + cordova plugin add phonegap-plugin-push@1.2.3 + checkOK + + cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin + checkOK + cordova plugin add cordova-plugin-inappbrowser checkOK diff --git a/package.json b/package.json index 7a392c4c9..82906f9fa 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "url": "https://github.com/bitpay/copay/issues" }, "dependencies": { - "bitcore-wallet-client": "1.2.0", + "bitcore-wallet-client": "1.3.0", "express": "^4.11.2", "fs": "0.0.2", "grunt": "^0.4.5", diff --git a/public/views/preferencesGlobal.html b/public/views/preferencesGlobal.html index 2fd500373..a2994f6c2 100644 --- a/public/views/preferencesGlobal.html +++ b/public/views/preferencesGlobal.html @@ -48,6 +48,10 @@
Use Unconfirmed Funds
+
  • + +
    Enable notifications
    +