diff --git a/_less/screen.less b/_less/screen.less index 22450c27..74ce0ef6 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1395,6 +1395,9 @@ div.post { .walletmenu .wallet-windows{ background-image:url(/img/os/wallet_menu_windows.svg); } +.walletmenu .wallet-windowsphone{ + background-image:url(/img/os/wallet_menu_windowsphone.svg); +} .walletmenu .wallet-mac{ background-image:url(/img/os/wallet_menu_mac.svg); } diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index 81769592..08633732 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -191,6 +191,51 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosurespv" privacynetwork: "checkfailprivacynetworknosupporttor" +- copay: + title: "Copay" + titleshort: "Copay" + compat: "mobile desktop web android ios windowsphone windows mac linux" + level: 3 + platform: + mobile: + text: "walletcopay" + link: "https://copay.io" + source: "https://github.com/bitpay/copay" + screenshot: "copay.png" + os: + - android + - ios + - windowsphone + - linux + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" + desktop: + text: "walletcopay" + link: "https://copay.io/" + source: "https://github.com/bitpay/copay" + screenshot: "copay.png" + os: + - windows + - mac + - linux + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkpasstransparencyopensource" + environment: "checkfailenvironmentdesktop" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" - airbitzwallet: title: "Airbitz Bitcoin Wallet" titleshort: "Airbitz" @@ -885,6 +930,7 @@ wallets:
diff --git a/_translations/en.yml b/_translations/en.yml index 9f28728f..d42e2e13 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -136,6 +136,7 @@ en: walletbitgo: "BitGo is a high-security multi-sig wallet, which protects your bitcoin from theft and loss. You maintain full custody; BitGo cannot spend or freeze funds. BitGo wallets are easy to use and offer advanced security features such as spending limits and multi-user access." walletgreenaddress: "GreenAddress is a user-friendly multi-signature wallet with improved security and privacy. At no time are your keys server side, even encrypted. For security reasons, you should always use 2FA and the browser extension or Android App." wallettrezor: "Trezor is a hardware wallet providing a high level of security without sacrificing convenience. Unlike cold storage, Trezor is able to sign transactions while connected to an online device. That means spending bitcoins is secure even when using a compromised computer." + walletcopay: "Copay is the HD-multisignature wallet originally built to secure BitPay's funds. Copay supports multiple personal and shared wallets, testnet, and the full Payment Protocol. A private BWS node can be used for enhanced security and privacy." walletnano: "Ledger Nano is a hardware wallet built upon a ST23YT66 banking smartcard platform. It keeps the user private keys safe, validates transactions, can be used as a secure prepaid card or a multisignature party. While not open-source, it can be deterministically validated." walletninki: "Ninki is a multi-signature wallet with a beautiful user interface that makes sending bitcoin as easy as email. You have full control of your bitcoins at all times." walletbither: "Bither is a simple and secure wallet on many platforms. With special designed Cold/Hot modes, user can easily get both safety and simplicity. Bither's XRANDOM uses different entropy sources to generate true random number for users. Also with HDM, users can have HD's advantages and Multisig's security." @@ -146,6 +147,7 @@ en: walletsourcecode: "Source code" platformandroid: "Android" platformios: "iOS" + platformwindowsphone: "Windows Phone" platformblackberry: "BlackBerry" platformwindows: "Windows" platformmac: "Mac" diff --git a/img/os/wallet_menu_windowsphone.png b/img/os/wallet_menu_windowsphone.png new file mode 100644 index 00000000..18f2f90f Binary files /dev/null and b/img/os/wallet_menu_windowsphone.png differ diff --git a/img/os/wallet_menu_windowsphone.svg b/img/os/wallet_menu_windowsphone.svg new file mode 100644 index 00000000..98d8dcb1 --- /dev/null +++ b/img/os/wallet_menu_windowsphone.svg @@ -0,0 +1,109 @@ + + + + diff --git a/img/os/windowsphone.png b/img/os/windowsphone.png new file mode 100644 index 00000000..f6120d61 Binary files /dev/null and b/img/os/windowsphone.png differ diff --git a/img/screenshots/copay.png b/img/screenshots/copay.png new file mode 100644 index 00000000..fbaa5dc6 Binary files /dev/null and b/img/screenshots/copay.png differ diff --git a/img/wallet/copay.png b/img/wallet/copay.png new file mode 100644 index 00000000..fdea483f Binary files /dev/null and b/img/wallet/copay.png differ