Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages | Whymarrh Whitby | 2018-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 | ||||
* | Fix casing of MetaMask in all localized messages | Whymarrh Whitby | 2018-08-14 | 1 | -3/+3 |
| | | | | | | | Using the following: sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \ find app/_locales/ -name '*.bak' -delete | ||||
* | code review changes | brunobar79 | 2018-08-08 | 1 | -0/+3 |
| | |||||
* | fix merge conflicts | brunobar79 | 2018-08-08 | 1 | -0/+3 |
|\ | |||||
| * | Show invalid seed phrase error when importing new account | Whymarrh Whitby | 2018-08-07 | 1 | -0/+3 |
| | | |||||
* | | design complete | brunobar79 | 2018-08-04 | 1 | -2/+8 |
| | | |||||
* | | added crossbrowser support and error handling | brunobar79 | 2018-08-01 | 1 | -0/+6 |
| | | |||||
* | | send to fullscreen if no permission from popup | brunobar79 | 2018-07-31 | 1 | -0/+3 |
| | | |||||
* | | copy | brunobar79 | 2018-07-31 | 1 | -1/+1 |
| | | |||||
* | | use existing modals | brunobar79 | 2018-07-31 | 1 | -0/+12 |
|/ | |||||
* | Merge pull request #4625 from MetaMask/initial-trezor-support | Bruno Barbieri | 2018-07-20 | 1 | -1/+106 |
|\ | | | | | Initial trezor support | ||||
| * | last css fixes | brunobar79 | 2018-07-19 | 1 | -0/+3 |
| | | |||||
| * | design done | brunobar79 | 2018-07-19 | 1 | -4/+40 |
| | | |||||
| * | fix browser not supported screen | brunobar79 | 2018-07-18 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-18 | 1 | -0/+3 |
| |\ | | | | | | | | | | initial-trezor-support | ||||
| * | | updated account list based on new designs | brunobar79 | 2018-07-18 | 1 | -0/+6 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-14 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | | | | initial-trezor-support | ||||
| * | | | update label | brunobar79 | 2018-07-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | added affiliate link to trezor | brunobar79 | 2018-07-14 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-13 | 1 | -0/+24 |
| |\ \ \ | | | | | | | | | | | | | | | | initial-trezor-support | ||||
| * | | | | added tooltip | brunobar79 | 2018-07-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | forget device and autiload account features added | brunobar79 | 2018-07-12 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | finish warning modal UI | brunobar79 | 2018-07-11 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | added ui to remove accounts | brunobar79 | 2018-07-10 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | copy updated | brunobar79 | 2018-07-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | update connect harwdware screen | brunobar79 | 2018-07-07 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-07 | 1 | -0/+9 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | initial-trezor-support | ||||
| * | | | | | move strings to localization file | brunobar79 | 2018-07-06 | 1 | -0/+9 |
| | | | | | | |||||
| * | | | | | move hardcoded strings to localization file | brunobar79 | 2018-07-03 | 1 | -0/+15 |
| | | | | | | |||||
| * | | | | | fix merge conflicts | brunobar79 | 2018-07-02 | 1 | -0/+9 |
| |\ \ \ \ \ | |||||
| * | | | | | | initial trezor support | Bruno | 2018-06-10 | 1 | -0/+9 |
| | | | | | | | |||||
* | | | | | | | Use Number constructor for number conversion. Use existing ↵ | Alexander Tseung | 2018-07-18 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | noConversionRateAvailable message | ||||
* | | | | | | | Add fallback when no function found, fix network colors, add fiat values for ↵ | Alexander Tseung | 2018-07-18 | 1 | -0/+9 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | tokens with contract exchange rates | ||||
* | | | | | | Fix edge cases and add translation compatibility | Sara Reynolds | 2018-07-17 | 1 | -0/+3 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Add tooltip to new tab icon in tx-view | Whymarrh Whitby | 2018-07-12 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Add tooltip to menu icon in tx-view | Whymarrh Whitby | 2018-07-12 | 1 | -0/+3 |
| |_|_|/ |/| | | | |||||
* | | | | Use eth-method-registry to get method data | Alexander Tseung | 2018-07-07 | 1 | -0/+3 |
| | | | | |||||
* | | | | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 1 | -0/+21 |
| |_|/ |/| | | |||||
* | | | Update import from seed screen on new ui. | Dan | 2018-07-05 | 1 | -0/+9 |
| |/ |/| | |||||
* | | Merge branch 'develop' into i4409-i4410-ens-input-enhancements | Dan | 2018-06-20 | 1 | -0/+6 |
|\ \ | |||||
| * | | View address of an added token (#4591) | Csaba S | 2018-06-19 | 1 | -0/+6 |
| |/ | | | | | | | | | | | * adding menu actions for tokens * apply common style | ||||
* / | ENS input in send form shows distinct errors for invalid addresses and ↵ | Dan | 2018-06-15 | 1 | -0/+3 |
|/ | | | | non-existent addresses. | ||||
* | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-01 | 1 | -4/+19 |
|\ | |||||
| * | Add new alert modals | Alexander Tseung | 2018-06-01 | 1 | -1/+10 |
| | | |||||
| * | Add rpc key to i18n messages (#4375) | Alexander Tseung | 2018-05-30 | 1 | -0/+3 |
| | | |||||
| * | Add notification for dropped retry transactions (#4363) | Alexander Tseung | 2018-05-30 | 1 | -3/+6 |
| | | |||||
* | | Display correct titles and subtitles on send token and editing send ↵ | Dan | 2018-05-25 | 1 | -0/+7 |
|/ | | | | transaction screens. | ||||
* | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 1 | -1/+10 |
| | |||||
* | Add error message when passwords don't match in first time flow. Change ↵ | Alexander Tseung | 2018-05-14 | 1 | -1/+1 |
| | | | | input field styling in first time flow | ||||
* | Add new unlock screen design | Alexander Tseung | 2018-05-12 | 1 | -1/+10 |
| | |||||
* | Use new design for reveal seed screen. Persist seed words only in first time ↵ | Alexander Tseung | 2018-04-23 | 1 | -3/+30 |
| | | | | flow | ||||
* | Fix spinner layout | Alexander Tseung | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | Fix BigNumber exception in confirm-send-ether | Alexander Tseung | 2018-04-18 | 1 | -0/+3 |
| | |||||
* | Address Add Token design feedback | David Yoo | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Adds simulation failure error messages to confirm screen. | Dan | 2018-04-03 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 1 | -0/+15 |
|\ | |||||
| * | Updates Add token screen to latest design. | Dan | 2018-03-24 | 1 | -0/+15 |
| | | |||||
* | | Correct reprice title and subtitle key names. | Dan | 2018-03-22 | 1 | -2/+2 |
| | | |||||
* | | 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. | ||||
* | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-21 | 1 | -3/+78 |
|\| | | | | | | | i18n-translator-redux | ||||
| * | Add i18n to tx status | Thomas | 2018-03-21 | 1 | -1/+13 |
| | | |||||
| * | Update onlySendToEtherAddress message | Thomas | 2018-03-21 | 1 | -1/+1 |
| | | |||||
| * | Add i18n in settings/info | Thomas | 2018-03-21 | 1 | -0/+3 |
| | | |||||
| * | Started on Tx list i18n | Thomas | 2018-03-21 | 1 | -0/+6 |
| | | |||||
| * | Remove duplicate keys | Thomas | 2018-03-20 | 1 | -7/+1 |
| | | |||||
| * | Add send screen template | Dan Finlay | 2018-03-20 | 1 | -1/+13 |
| | | |||||
| * | Add template for settings and info | Dan Finlay | 2018-03-20 | 1 | -0/+9 |
| | | |||||
| * | Add recover and backup tempaltes | Dan Finlay | 2018-03-20 | 1 | -0/+18 |
| | | |||||
| * | Add connecting indication templates | Dan Finlay | 2018-03-20 | 1 | -0/+15 |
|/ | |||||
* | Fix messages typo (#3591) | Thomas Huang | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | More for i18n | Thomas | 2018-03-16 | 1 | -0/+210 |
| | |||||
* | Add sigRequest for Signature Request | Thomas | 2018-03-13 | 1 | -0/+3 |
| | |||||
* | Missing comma in messages.json | Dan | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into i18n | Dan | 2018-03-07 | 1 | -4/+18 |
|\ | |||||
* | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 1 | -66/+102 |
| | | |||||
* | | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 1 | -125/+506 |
| | | |||||
* | | first steps to i18n | Nick Doiron | 2018-01-23 | 1 | -1/+166 |
|/ | |||||
* | Fix MetaMask title for EN. | Kevin Serrano | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | init commit | kumavis | 2015-08-01 | 1 | -0/+10 |