diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html index c929de0f..3f3f247d 100755 --- a/_templates/choose-your-wallet.html +++ b/_templates/choose-your-wallet.html @@ -597,6 +597,46 @@ wallets: privacyaddressreuse: "checkpassprivacyaddressrotation" privacydisclosure: "checkfailprivacydisclosureaccount" privacynetwork: "checkfailprivacynetworknosupporttor" +- coinomi: + title: "Coinomi Universal Wallet" + titleshort: "Coinomi" + compat: "mobile android" + level: 3 + platform: + mobile: + text: "walletcoinomi" + link: "https://play.google.com/store/apps/details?id=com.coinomi.wallet" + source: "https://github.com/Coinomi" + screenshot: "coinomiwalletandroid.png" + os: + - android + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkgoodtransparencydeterministic" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" + android: + text: "walletcoinomi" + link: "https://play.google.com/store/apps/details?id=com.coinomi.wallet" + source: "https://github.com/Coinomi/coinomi-android" + screenshot: "coinomiwalletandroid.png" + os: + - android + check: + control: "checkgoodcontrolfull" + validation: "checkfailvalidationcentralized" + transparency: "checkgoodtransparencydeterministic" + environment: "checkpassenvironmentmobile" + privacy: "checkpassprivacybasic" + privacycheck: + privacyaddressreuse: "checkpassprivacyaddressrotation" + privacydisclosure: "checkfailprivacydisclosurecentralized" + privacynetwork: "checkfailprivacynetworknosupporttor" - coinbase: title: "Coinbase" titleshort: "Coinbase" diff --git a/_translations/en.yml b/_translations/en.yml index d0d77f90..ad7c92b7 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -126,6 +126,7 @@ en: 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." wallethw1: "HW.1 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." walletcoinapult: "Coinapult's wallet is designed with Bitcoin newcomers in mind. It allows sending bitcoins via email and SMS, and a handy tool called Locks helps protecting your balance from Bitcoin price swings. Users can Lock bitcoins to Gold, Euros, and more!" + walletcoinomi: "Coinomi is a lightweight, secure, open-source, universal, HD Wallet. Apart from Bitcoin it also supports many altcoins so you can keep all your funds in a single wallet. Your private keys never leave your device and you only need to back it up just once!" walletdownload: "Install" walletvisit: "Visit website" walletsourcecode: "Source code" diff --git a/img/screenshots/coinomiwalletandroid.png b/img/screenshots/coinomiwalletandroid.png new file mode 100644 index 00000000..4117e5a6 Binary files /dev/null and b/img/screenshots/coinomiwalletandroid.png differ diff --git a/img/wallet/coinomiwallet.png b/img/wallet/coinomiwallet.png new file mode 100644 index 00000000..6741cbfc Binary files /dev/null and b/img/wallet/coinomiwallet.png differ