From 30a074fee092620e8b088be9dfffe76e0ec3d3ea Mon Sep 17 00:00:00 2001 From: Jarrad Hope Date: Tue, 27 Dec 2016 20:49:03 +0700 Subject: [PATCH] arbitrary icon dimension consensus --- docs/contributing/development/adding-dapps.md | 4 +--- docs/getting-started/faq.md | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/contributing/development/adding-dapps.md b/docs/contributing/development/adding-dapps.md index 1c4c521..fc3a850 100644 --- a/docs/contributing/development/adding-dapps.md +++ b/docs/contributing/development/adding-dapps.md @@ -2,7 +2,7 @@ During the Alpha we are accepting example DApps as default contacts, to add your DApp to Status, you need to ensure it works on testnet (Ropsten) and submit a single commit pull request to [status-react](http://github.com/status-im/status-react) with the following: -- Place a nice 85x85px icon of your DApp to `images/contacts` directory. The file should be named the same as your DApp, for example `my-dapp.png`. +- Place a square icon(`85x85px` or `192x192`) of your DApp to `images/contacts` directory. The file should be named the same as your DApp, for example `my-dapp.png`. - Add information about this icon to `src/status_im/resources.cljs`, for example: ``` @@ -24,5 +24,3 @@ During the Alpha we are accepting example DApps as default contacts, to add your "dapp-url": "http://link-to-your-dapp.com"} ] ``` - -- Submit PR \ No newline at end of file diff --git a/docs/getting-started/faq.md b/docs/getting-started/faq.md index a82eebc..7d6e94e 100644 --- a/docs/getting-started/faq.md +++ b/docs/getting-started/faq.md @@ -60,7 +60,7 @@ No, we support Android & iOS ## Is it possible to install Status & how can I test? -At the moment you have to build it yourself, we are just fixing some bugs before first alpha release to the early access subscribers which signed up on our website [https://status.im](https://status.im) - alternatively there are some binaries floating around the Slack now. +At the moment you have to [build it yourself](../contributing/development/building-status.md), we are just fixing some bugs before first alpha release to the early access subscribers which signed up on our website [https://status.im](https://status.im) - alternatively there are some binaries floating around the Slack now. Soon we'll have our alpha test on Google Play & Testflight. Currently Status has been tested on: @@ -68,6 +68,7 @@ Soon we'll have our alpha test on Google Play & Testflight. Currently Status has - Samsung Galaxy Nexus - Samsung Galaxy A3 - Samsung Galaxy A5 +- Samsung Galaxy S7 Edge - Motorola G3 - iPhone 5 - iPhone 6S