arbitrary icon dimension consensus
This commit is contained in:
parent
acce2ef2bd
commit
30a074fee0
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue