Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension ↵ | kumavis | 2019-03-29 | 1 | -0/+9 |
|\ | | | | | | | into vimalsagar-develop | ||||
| * | merging upstream branch | Vimal | 2018-11-12 | 1 | -0/+45 |
| |\ | |||||
| * | | Adding CoinSwitch exchange | Vimal | 2018-10-22 | 1 | -0/+9 |
| | | | |||||
* | | | Increase Token Symbol length to twelve | Thomas Huang | 2018-11-23 | 1 | -2/+2 |
| | | | |||||
* | | | Remove "Beta" from welcome messages | Whymarrh Whitby | 2018-11-21 | 1 | -2/+2 |
| |/ |/| | | | | | | | | | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete | ||||
* | | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 1 | -0/+6 |
| | | |||||
* | | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 1 | -0/+9 |
| | | |||||
* | | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 1 | -0/+30 |
|/ | |||||
* | Fix formatting of locale files (#5479) | Noel Yoo | 2018-10-10 | 1 | -3/+3 |
| | |||||
* | Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages | Whymarrh Whitby | 2018-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | Using the following commands: sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete | ||||
* | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 1 | -1/+1 |
| | | | | t() call; t is just available on props. | ||||
* | Portuguese translations. | Tiago Alves | 2018-03-20 | 1 | -0/+819 |