diff --git a/_templates/choose-your-wallet.html b/_templates/choose-your-wallet.html
index b29b6c32..af65e507 100755
--- a/_templates/choose-your-wallet.html
+++ b/_templates/choose-your-wallet.html
@@ -648,6 +648,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: "checkpasstransparencyopensource"
+ 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: "checkpasstransparencyopensource"
+ 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 b8fd1c72..119cd979 100644
--- a/_translations/en.yml
+++ b/_translations/en.yml
@@ -135,6 +135,7 @@ en:
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."
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/coinomi.png b/img/wallet/coinomi.png
new file mode 100644
index 00000000..6741cbfc
Binary files /dev/null and b/img/wallet/coinomi.png differ