Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix i18n merge conflicts | Alexander Tseung | 2018-03-30 | 82 | -567/+815 |
|\ | |||||
| * | Merge pull request #3745 from danjm/i3723-fix-long-token-ammounts | kumavis | 2018-03-28 | 1 | -1/+8 |
| |\ | | | | | | | Long token amounts in wallet are truncated with ellipsis. | ||||
| | * | Long token amounts in wallet are truncated with ellipsis. | Dan | 2018-03-27 | 1 | -1/+8 |
| | | | |||||
| * | | Merge pull request #3742 from danjm/i3705-prefix-to-address-with-0x | kumavis | 2018-03-28 | 1 | -1/+3 |
| |\ \ | | | | | | | | | Prefixes to addresses with 0x before sending. | ||||
| | * | | Prefixes to addresses with 0x before sending. | Dan | 2018-03-27 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #3741 from MetaMask/i3692-addtoken-address-undefined | kumavis | 2018-03-28 | 1 | -1/+4 |
| |\ \ \ | | | | | | | | | | | Prevent users from adding custom token if decimals is an empty string. | ||||
| | * | | | Prevent users from adding custom token if decimals is an empty string. | Dan | 2018-03-27 | 1 | -1/+4 |
| | |/ / | |||||
| * | | | ui - actions - fix log for background call | kumavis | 2018-03-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | ui - settings - fix for currentLocale | kumavis | 2018-03-28 | 1 | -2/+3 |
| | | | | |||||
| * | | | ui - settings - derrive locales from index | kumavis | 2018-03-28 | 1 | -8/+1 |
| | | | | |||||
| * | | | Don't query for undefined. | Dan | 2018-03-28 | 1 | -1/+3 |
| | | | | |||||
| * | | | Remove comments and console.logs | Dan | 2018-03-27 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 5 | -116/+258 |
| |\| | | |||||
| * | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-27 | 28 | -182/+178 |
| |\ \ \ | |||||
| * | | | | i18n helper fetchLocale handles 404 gracefully | Dan | 2018-03-24 | 1 | -4/+12 |
| | | | | | |||||
| * | | | | Default current locale in metamask reducer to empty string. | Dan | 2018-03-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Memoize t function in metamask-connect | Dan | 2018-03-24 | 1 | -1/+7 |
| | | | | | |||||
| * | | | | Correct proptypes for t in new-account/create-form.js | Dan | 2018-03-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Correct reprice title and subtitle key names. | Dan | 2018-03-22 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Fix sender-to-recipient export and non-existent translation key. | Dan | 2018-03-22 | 2 | -5/+3 |
| | | | | | |||||
| * | | | | Correct connect reference in confirm-send-ether, confirm-deploy-contract, ↵ | Dan | 2018-03-22 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | network-display. | ||||
| * | | | | Lint fixes | Dan | 2018-03-22 | 14 | -18/+18 |
| | | | | | |||||
| * | | | | Fix references to undefined 'this.props' | Dan | 2018-03-22 | 2 | -25/+23 |
| | | | | | |||||
| * | | | | Remove console.logs | Dan | 2018-03-22 | 2 | -2/+0 |
| | | | | | |||||
| * | | | | Missed modifications of t() in merge resolution. | Dan | 2018-03-22 | 3 | -4/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-22 | 13 | -206/+298 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | i18n redux solution doesn't require importing t() and passing state to each ↵ | Dan | 2018-03-22 | 63 | -439/+405 |
| | | | | | | | | | | | | | | | | | | | | t() call; t is just available on props. | ||||
| * | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-03-21 | 30 | -163/+574 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | i18n-translator-redux | ||||
| * | | | | | Lint fixes. | Dan | 2018-03-20 | 15 | -10/+19 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-20 | 1 | -6/+14 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fixed t() calls where localeMessages is missing; and fix incorrect connect ↵ | Dan | 2018-03-20 | 18 | -24/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | reference. | ||||
| * | | | | | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-20 | 39 | -3070/+672 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Delete commented out code from i18n implementation that used globals. | Dan | 2018-03-20 | 1 | -5/+0 |
| | | | | | | | | |||||
| * | | | | | | | Delete old i18n helper files. | Dan | 2018-03-20 | 2 | -76/+0 |
| | | | | | | | | |||||
| * | | | | | | | Fetch localeMessages in front end only. | Dan | 2018-03-20 | 1 | -3/+5 |
| | | | | | | | | |||||
| * | | | | | | | Handle i18n with redux. | Dan | 2018-03-16 | 84 | -377/+513 |
| | | | | | | | | |||||
| * | | | | | | | ui - settings - add option to set current locale | kumavis | 2018-03-15 | 1 | -0/+45 |
| | | | | | | | | |||||
| * | | | | | | | i18n - load locales manually | kumavis | 2018-03-15 | 37 | -59/+113 |
| | | | | | | | | |||||
* | | | | | | | | Fix merge conflicts. Refactor onboarding flow. | Alexander Tseung | 2018-03-29 | 13 | -33/+65 |
| | | | | | | | | |||||
* | | | | | | | | Fix merge conflicts | Alexander Tseung | 2018-03-27 | 129 | -4073/+3914 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Merge pull request #3680 from danjm/i3517-popup-newui-onboarding | Thomas Huang | 2018-03-27 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Popup uses new ui onboarding when in beta. | ||||
| | * | | | | | | | Pop uses new ui onboarding when in beta. | Dan | 2018-03-23 | 1 | -3/+3 |
| | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #3710 from danjm/i3326-addtokenscreendesignupdate | Thomas Huang | 2018-03-27 | 3 | -113/+254 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Updates Add token screen to latest design. | ||||
| | * \ \ \ \ \ \ | Merge branch 'master' into i3326-addtokenscreendesignupdate | Dan | 2018-03-27 | 28 | -189/+182 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | * | | | | | | | Use new header on add token confirmation screen. | Dan | 2018-03-26 | 1 | -65/+68 |
| | | | | | | | | | |||||
| | * | | | | | | | Updates Add token screen to latest design. | Dan | 2018-03-24 | 3 | -99/+241 |
| | | |/ / / / / | | |/| | | | | | |||||
| * | | | | | | | Merge pull request #3695 from danjm/i3379-signtypedata-overflow | Thomas Huang | 2018-03-27 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | Signed type data notification handles long messages. | ||||
| | * | | | | | | Signed type data notification handles long messages. | Dan | 2018-03-23 | 1 | -0/+1 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #3721 from alextsg/cb-944 | Dan Finlay | 2018-03-27 | 24 | -139/+149 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Update button styles | ||||
| | * | | | | | | Update button styles | Alexander Tseung | 2018-03-26 | 24 | -139/+149 |
| | |/ / / / / | |||||
| * / / / / / | Use ens-input component in send-v2 to allow sending to ens names. | Dan | 2018-03-26 | 5 | -43/+30 |
| |/ / / / / | |||||
| * | | | | | ui - tx conf - only show special token tx conf screen for token send | kumavis | 2018-03-22 | 1 | -4/+8 |
| | | | | | | |||||
| * | | | | | Merge branch 'i3554-fix-editing-dapp-token-txs' of ↵ | kumavis | 2018-03-22 | 3 | -5/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | https://github.com/danjm/metamask-extension into danjm-i3554-fix-editing-dapp-token-txs | ||||
| | * | | | | | Identify token transactions by method names token data, and not just whether ↵ | Dan | 2018-03-20 | 3 | -5/+13 |
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | they've been add via metamask. | ||||
| * | | | | | Merge pull request #3624 from alextsg/cb-941 | kumavis | 2018-03-21 | 8 | -195/+271 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Update confirm transaction screen | ||||
| | * | | | | | Update confirm transaction screen | Alexander Tseung | 2018-03-21 | 8 | -195/+271 |
| | | | | | | | |||||
| * | | | | | | Gas inputs can be changed by up and down arrows (#3598) | Dan J Miller | 2018-03-21 | 2 | -0/+3 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Up and down arrows can control gas inputs. * input-number.js just uses number type. | ||||
| * | | | | | Merge pull request #3635 from MetaMask/i3571-CompleteI18nTemplates | kumavis | 2018-03-21 | 11 | -107/+162 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | I3571 complete i18n templates | ||||
| | * | | | | | Add i18n to tx status | Thomas | 2018-03-21 | 1 | -1/+26 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' into i3571-CompleteI18nTemplates | Thomas | 2018-03-21 | 20 | -57/+377 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Add i18n in settings/info | Thomas | 2018-03-21 | 1 | -14/+14 |
| | | | | | | | | |||||
| | * | | | | | | Started on Tx list i18n | Thomas | 2018-03-21 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | i18n Import flow | Thomas | 2018-03-21 | 2 | -5/+5 |
| | | | | | | | | |||||
| | * | | | | | | I18n add-token.js | Thomas | 2018-03-20 | 1 | -21/+22 |
| | | | | | | | | |||||
| | * | | | | | | Add send screen template | Dan Finlay | 2018-03-20 | 1 | -15/+15 |
| | | | | | | | | |||||
| | * | | | | | | Add template for settings and info | Dan Finlay | 2018-03-20 | 1 | -23/+25 |
| | | | | | | | | |||||
| | * | | | | | | Add recover and backup tempaltes | Dan Finlay | 2018-03-20 | 2 | -18/+24 |
| | | | | | | | | |||||
| | * | | | | | | Add login templates | Dan Finlay | 2018-03-20 | 1 | -3/+3 |
| | | | | | | | | |||||
| | * | | | | | | Add connecting indication templates | Dan Finlay | 2018-03-20 | 1 | -6/+27 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #3632 from MetaMask/retry-tx-refractor | kumavis | 2018-03-21 | 3 | -1/+35 |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | Retry tx refractor | ||||
| | * | | | | | Take user home if an unapproved tx is dropped while they are viewing. | Dan | 2018-03-21 | 1 | -0/+18 |
| | | | | | | | |||||
| | * | | | | | Fix styling regression from master merge. | Dan | 2018-03-20 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Improve responsiveness of gas price row on confirm screen. | Dan | 2018-03-20 | 1 | -0/+16 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #3623 from MetaMask/i#3554 | kumavis | 2018-03-21 | 1 | -0/+2 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | new-ui - dont exclude `txParams.data` when editing and updating txParams | ||||
| | * | | | | new-ui - dont exclude `txParams.data` when editing and updating txParams | frankiebee | 2018-03-20 | 1 | -0/+2 |
| | |/ / / | |||||
| * | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 10 | -13/+25 |
| |\ \ \ \ | |||||
| | * | | | | Fix Account Names being cropped (#3626) | Alexander Tseung | 2018-03-20 | 6 | -11/+6 |
| | | | | | | |||||
| | * | | | | Don't block user from setting gas if estimating gas returns errors. (#3627) | Dan J Miller | 2018-03-20 | 4 | -2/+19 |
| | |/ / / | |||||
| * | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-20 | 39 | -3070/+688 |
| |\| | | | |||||
| | * | | | Merge pull request #3594 from danjm/i3344-improve-currency-input | Thomas Huang | 2018-03-20 | 1 | -6/+14 |
| | |\ \ \ | | | |_|/ | | |/| | | Currency input defaults to empty string | ||||
| | | * | | Currency input defaults to empty string | Dan | 2018-03-17 | 1 | -6/+14 |
| | | | | | |||||
| | * | | | Remove unused files from ui folder. (#3577) | anticlimactic | 2018-03-19 | 27 | -2507/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed unused UI files. Fixes #3434. * Reverted the deletion of "feature-toggle-utils.js". Reverted the deletion of the test files and modified the paths so they referred to the old-ui. | ||||
| | * | | | Fix styling on confirm-send-ether and confirm-send-token (#3600) | Alexander Tseung | 2018-03-17 | 3 | -225/+231 |
| | | | | | |||||
| | * | | | Update Confirm Contract screen (#3597) | Alexander Tseung | 2018-03-17 | 8 | -322/+432 |
| | | | | | |||||
| | * | | | Update margins for consistency in first time flow (#3588) | Alexander Tseung | 2018-03-16 | 1 | -6/+8 |
| | |/ / | |||||
| * | | | Merge branch 'retry-tx-refractor' of ↵ | frankiebee | 2018-03-16 | 3 | -22/+49 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/MetaMask/metamask-extension into retry-tx-refractor | ||||
| | * | | | Set retry gasPrice to forceGasMin on confirm screen in cases where gas is ↵ | Dan | 2018-03-15 | 2 | -4/+34 |
| | | | | | | | | | | | | | | | | | | | | not edited. | ||||
| | * | | | Force gas min has correct precision and is set when editing gas if max. | Dan | 2018-03-15 | 3 | -7/+8 |
| | | | | | |||||
| | * | | | Ensure changes from customize gas modal opened from confirm screen are ↵ | Dan | 2018-03-15 | 2 | -12/+8 |
| | | | | | | | | | | | | | | | | | | | | captured for non-tx transactions. | ||||
| | * | | | Revert 'Set txMeta.time to reflect time of tx approval.' | Dan | 2018-03-15 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge branch 'master' into retry-tx-refractor | frankiebee | 2018-03-16 | 2 | -14/+6 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Update Deposit Eth icon (#3569) | Alexander Tseung | 2018-03-16 | 2 | -14/+6 |
| | | |/ | | |/| | |||||
| * | | | Merge branch 'master' into retry-tx-refractor | frankiebee | 2018-03-15 | 3 | -3/+3 |
| |\| | | | |/ | |/| | |||||
| | * | Merge pull request #3558 from MetaMask/fix-two-translations | Thomas Huang | 2018-03-15 | 2 | -2/+2 |
| | |\ | | | | | | | | | Fix translations whose substitutions params were not in arrays. | ||||
| | | * | Fix translations whose substitutions params were not in arrays. | Dan | 2018-03-14 | 2 | -2/+2 |
| | | | | |||||
| | * | | Grammar correction | Dan Finlay | 2018-03-15 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-14 | 70 | -597/+888 |
| |\| | |||||
| | * | ui - lint fix | kumavis | 2018-03-14 | 1 | -1/+1 |
| | | | |||||
| | * | Merge pull request #3445 from TheCriw/i3440-seed-restore-trim-invalid-characters | kumavis | 2018-03-14 | 1 | -0/+13 |
| | |\ | | | | | | | | | improved verification of restore from seed phrase | ||||
| | | * | FIX #3440 improved verification of restore from seed phrase | criw | 2018-03-06 | 1 | -0/+13 |
| | | | | |||||
| | * | | Remove windows.h from i18n.js | Thomas | 2018-03-14 | 1 | -1/+0 |
| | | | | |||||
| | * | | Add closing parens to appName | Thomas | 2018-03-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 11 | -105/+245 |
| | |\ \ | |||||
| | | * \ | Merge branch 'master' into i3033-responsive-newui-onboarding | kumavis | 2018-03-14 | 19 | -331/+469 |
| | | |\ \ | |||||
| | | | * \ | Merge pull request #3470 from danjm/newui-onboarding-fonts | kumavis | 2018-03-14 | 1 | -1/+1 |
| | | | |\ \ | | | | | | | | | | | | | | | Change fonts in new-ui onboarding to Roboto, with weight 400. | ||||
| | | | | * | | Update first time flow button fonts, and first-time-flow default font, to ↵ | Dan | 2018-03-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Roboto. | ||||
| | | | * | | | Merge pull request #3495 from alextsg/cb-290 | kumavis | 2018-03-14 | 5 | -99/+93 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | Increase tap areas for menu buttons on mobile | ||||
| | | | | * | | | Increase tap areas for menu buttons on mobile | Alexander Tseung | 2018-03-10 | 5 | -99/+93 |
| | | | | | | | | |||||
| | | * | | | | | Left align create password. | Dan | 2018-03-13 | 1 | -0/+12 |
| | | | | | | | | |||||
| | | * | | | | | Styling fixes to welcome; hide network component on create password; shown ↵ | Dan | 2018-03-13 | 3 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | welcoem in popup. | ||||
| | | * | | | | | Add welcome screen to new-ui browser first time flow. | Dan | 2018-03-09 | 6 | -3/+139 |
| | | | | | | | | |||||
| | | * | | | | | Make new-ui create password screen responsive. | Dan | 2018-03-08 | 1 | -24/+0 |
| | | | |_|/ / | | | |/| | | | |||||
| | * | | | | | Add missing opening parens to pag-container__subtitle | Thomas | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-14 | 5 | -83/+122 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Update deposit ether styling (#3510) | Alexander Tseung | 2018-03-13 | 5 | -82/+125 |
| | | | |/ / | | | |/| | | |||||
| | * | | | | Add loglevel and window.log to i18n.js | Thomas | 2018-03-13 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Add i18n back into JsonImportSubview | Thomas | 2018-03-12 | 1 | -7/+7 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into i18n | Thomas Huang | 2018-03-12 | 10 | -150/+228 |
| | |\| | | | |||||
| | | * | | | Remove de-selected token from selectedTokens hash instead of setting to null ↵ | Alexander Tseung | 2018-03-09 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | (#3494) | ||||
| | | * | | | Add empty object default value for tokenData (#3493) | Alexander Tseung | 2018-03-09 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | Explicitly define state in import account from json component (#3491) | Alexander Tseung | 2018-03-09 | 2 | -79/+103 |
| | | | | | | |||||
| | * | | | | Correct caps of Send button on main screen. | Dan | 2018-03-08 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into i18n | Dan Finlay | 2018-03-07 | 5 | -20/+30 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | * | | | | Correct merge conflict resolution errors. | Dan | 2018-03-07 | 2 | -9/+0 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into i18n | Dan | 2018-03-07 | 59 | -297/+1265 |
| | |\ \ \ \ | |||||
| | * | | | | | Implemented feedback to make i18n work on mac | Dan Finlay | 2018-03-07 | 3 | -8/+11 |
| | | | | | | | |||||
| | * | | | | | complete i18n across new UI | Nick Doiron | 2018-01-30 | 32 | -96/+115 |
| | | | | | | | |||||
| | * | | | | | pass linter, update ui test | Nick Doiron | 2018-01-28 | 1 | -8/+10 |
| | | | | | | | |||||
| | * | | | | | get t imported in all files currently using i18n | Nick Doiron | 2018-01-25 | 30 | -1/+30 |
| | | | | | | | |||||
| | * | | | | | separate out cross-browser i18n for extensions | Nick Doiron | 2018-01-25 | 24 | -7/+41 |
| | | | | | | | |||||
| | * | | | | | better organization of locale file; i18n in more view files | Nick Doiron | 2018-01-24 | 25 | -135/+123 |
| | | | | | | | |||||
| | * | | | | | first steps to i18n | Nick Doiron | 2018-01-23 | 31 | -153/+148 |
| | | | | | | | |||||
| * | | | | | | Fix more lint errors. | Dan | 2018-03-14 | 3 | -11/+2 |
| | | | | | | | |||||
| * | | | | | | Remove unnecessary addition of nonce to state. | Dan | 2018-03-14 | 3 | -10/+0 |
| | | | | | | | |||||
| * | | | | | | Make token confirmations compatible. | Dan | 2018-03-14 | 2 | -14/+88 |
| | | | | | | | |||||
| * | | | | | | Fix tx-list-item submitted check. | Dan | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Use correct name for submittedTime field in tx-list.js | Dan | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Use correct var name in new-ui showRetryButton | Dan | 2018-03-14 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Undefined check in showRetryButton | Dan | 2018-03-14 | 1 | -3/+4 |
| | | | | | | | |||||
| * | | | | | | Styling for dropped. | Dan | 2018-03-14 | 2 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | Use new submittedTime field to correctly show retry button in old and new ui. | Dan | 2018-03-14 | 3 | -9/+9 |
| | | | | | | | |||||
| * | | | | | | Set txMeta.time to reflect time of tx approval. | Dan | 2018-03-13 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Improve phrasing of copy. | Dan | 2018-03-13 | 2 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Fix gas calculation and nonce / forceGasMin state setting errors; retry ↵ | Dan | 2018-03-13 | 3 | -25/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | button shows on correct tx. | ||||
| * | | | | | | Lint fixes. | Dan | 2018-03-09 | 2 | -3/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into retry-tx-refractor | Dan | 2018-03-09 | 16 | -93/+182 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Fix flashing to Log in screen after logging in or restoring from seed phrase ↵ | Alexander Tseung | 2018-03-08 | 4 | -65/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3466) | ||||
| | * | | | | | Merge pull request #3409 from scsaba/seed-phrase-verification | Dan Finlay | 2018-03-08 | 1 | -0/+7 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Add seed phrase verification script into background process | ||||
| | | * | | | | | verify seedwords on log in | Csaba Solya | 2018-03-04 | 1 | -0/+7 |
| | | | | | | | | |||||
| | * | | | | | | Update network colours for better accessibility. (#3469) | Dan J Miller | 2018-03-08 | 2 | -4/+8 |
| | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | Merge branch 'master' into ImportAccountMessageV2 | kumavis | 2018-03-07 | 8 | -12/+41 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge pull request #3455 from MetaMask/i2475-UnifyLogInWording | kumavis | 2018-03-07 | 1 | -2/+2 |
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | Replace Lock wording with Log Out / Log In | ||||
| | | | * | | | | Merge branch 'master' into i2475-UnifyLogInWording | Dan Finlay | 2018-03-07 | 3 | -9/+8 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | Replace Lock wording with Log Out / Log In | Dan Finlay | 2018-03-07 | 1 | -2/+2 |
| | | | | |_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | Fixes #2475 | ||||
| | | * | | | | | Merge pull request #3433 from danjm/i3087-shapeshift-split-undefined | Dan Finlay | 2018-03-07 | 5 | -4/+28 |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Shapeshift form handles 'market info unavailable' errors. | ||||
| | | | * | | | | | Shapeshift form handles market info unavailable errors. | Dan | 2018-03-07 | 5 | -4/+28 |
| | | | | | | | | | |||||
| | | * | | | | | | Merge pull request #3446 from danjm/NewUI-handle-token-balance-on-edit | Dan Finlay | 2018-03-07 | 1 | -3/+7 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Gracefully handle null token balance in new ui send. | ||||
| | | | * | | | | | | Gracefully handle null token balance in new ui send. | Dan | 2018-03-06 | 1 | -3/+7 |
| | | | | |/ / / / | | | | |/| | | | | |||||
| | | * | | | | | | Merge pull request #3444 from danjm/i3348-minus-not-a-number | Dan Finlay | 2018-03-07 | 1 | -2/+3 |
| | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | | | Prevent user from selecting max amount until gas is estimated. | ||||
| | | | * | | | | | Prevent user from selecting max amount until there is an estimated gas total. | Dan | 2018-03-06 | 1 | -2/+3 |
| | | | |/ / / / | |||||
| | * | | | | | | Merge branch 'master' into ImportAccountMessageV2 | Dan Finlay | 2018-03-07 | 3 | -14/+14 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | * | | | | | | Merge branch 'master' into ImportAccountMessageV2 | Thomas Huang | 2018-03-03 | 15 | -35/+463 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Import Account disclaimer | Thomas | 2018-03-03 | 2 | -9/+12 |
| | | | | | | | | | |||||
| | * | | | | | | | Swap color scheme for import account label | Thomas | 2018-03-03 | 1 | -2/+3 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove committed out merge code | Thomas | 2018-02-28 | 1 | -16/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Change Loose label to Imported | Thomas | 2018-02-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | Add import account disclaimer | Thomas | 2018-02-28 | 1 | -0/+22 |
| | | | | | | | | | |||||
| * | | | | | | | | Adds inline opening of gas customization to confirm-send-ether screen. | Dan | 2018-03-09 | 3 | -10/+63 |
| | | | | | | | | | |||||
| * | | | | | | | | Retry transaction logic added to tx-list-item, confirm-send-ether, ↵ | Dan | 2018-03-09 | 9 | -16/+113 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | customize-gas-modal, and dependents. | ||||
| * | | | | | | | | Add html and css for responsive retry button. | Dan | 2018-03-09 | 3 | -0/+57 |
| | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Default add-token decimal value to string (#3451) | Dan J Miller | 2018-03-07 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Fix seed phrase validation clearing form (#3417) | Alexander Tseung | 2018-03-07 | 2 | -8/+7 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix seed phrase validation clearing form * Make new ui import seed error feedback live, and allow newlines with and without carriage returns. | ||||
| * | | | | | Fixes shapeshift coin selection dropdown. (#3416) | Dan J Miller | 2018-03-06 | 2 | -6/+7 |
| | |/ / / | |/| | | | |||||
| * | | | | Fix NewUI reveal seed flow. (#3410) | Dan J Miller | 2018-03-03 | 4 | -8/+22 |
| | | | | | |||||
| * | | | | Allow adding 0 balance tokens in old ui and editing custom token info in new ↵ | Dan J Miller | 2018-03-03 | 1 | -5/+21 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | (#3395) * Shows tokens with 0 balance in old ui; goHome after adding tokens. * Allow users to edit custom token info when not autofilled. (New UI add token screen). | ||||
| * | | | Fix network menu for custom URLs (#3366) | Alexander Tseung | 2018-03-02 | 2 | -14/+31 |
| | | | | |||||
| * | | | Fix exception thrown when styleOverride is not present (#3364) | Alexander Tseung | 2018-03-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #3356 from MetaMask/cdn-minimization | Kevin Serrano | 2018-03-02 | 1 | -2/+336 |
| |\ \ \ | | | | | | | | | | | Check in all font files locally. | ||||
| | * | | | Correct ttf format name to 'truetype' | Dan | 2018-03-02 | 1 | -42/+42 |
| | | | | | |||||
| | * | | | Check in all font files locally. | Kevin Serrano | 2018-03-01 | 1 | -2/+336 |
| | |/ / | |||||
| * | | | Merge pull request #3359 from MetaMask/token-check-url | kumavis | 2018-03-01 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | [new-ui] add token - check for logo url before trying to use | ||||
| | * | | | add token - check for logo url before trying to use | kumavis | 2018-03-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #3332 from danjm/MM-onboarding-flow-style-improvements | kumavis | 2018-03-01 | 3 | -0/+47 |
| |\ \ \ \ | | | | | | | | | | | | | [NewUI] Onboarding flow style improvements | ||||
| | * | | | | Adds beta label to Metamask name in full screen app bar. | Dan | 2018-02-28 | 2 | -0/+17 |
| | | | | | | |||||
| | * | | | | Move beta warning to app header. | Dan | 2018-02-28 | 1 | -0/+6 |
| | | | | | | |||||
| | * | | | | Body width container in first time flow is consistent with app bar. | Dan | 2018-02-28 | 1 | -0/+24 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #3340 from danjm/i3338-contract-published-terminology | kumavis | 2018-03-01 | 2 | -2/+2 |
| |\ \ \ \ | | |_|/ / | |/| | | | [NewUI] Replace 'Contract Published' label with 'Contract Deployment' | ||||
| | * | | | Replace 'Contract Published' with 'Contract Deployment' for clearer ↵ | Dan | 2018-02-28 | 2 | -2/+2 |
| | |/ / | | | | | | | | | | | | | indication of contract tx state. | ||||
| * / / | Define event locally in onClickOutside method in account-dropdowns.js | Dan | 2018-03-01 | 2 | -2/+2 |
| |/ / | |||||
| * | | fix feature flags being undefined | frankiebee | 2018-02-27 | 1 | -0/+1 |
| | | | |||||
| * | | Use same logic for downloading state logs in the old/uat | Thomas Huang | 2018-02-21 | 1 | -1/+7 |
| | | | |||||
| * | | Render loading inside notice screen, and don't set isLoading from ↵ | Dan | 2018-02-21 | 1 | -1/+0 |
| | | | | | | | | | | | | unMarkPasswordForgotten. | ||||
| * | | Try fixing notice screen synchronous state call | Dan Finlay | 2018-02-21 | 1 | -2/+1 |
| | | | |||||
| * | | Fix Import Existing DEN in popup New UI first time flow. | Dan | 2018-02-20 | 2 | -2/+24 |
| | | | |||||
| * | | Ensures that mascara initialize screen is not shown in popup. (#3279) | Dan J Miller | 2018-02-17 | 1 | -1/+4 |
| | | | |||||
| * | | Merge pull request #3200 from alextsg/cb-703 | kumavis | 2018-02-17 | 6 | -6/+6 |
| |\ \ | | | | | | | | | [NewUI] Remove accessing PropTypes from main React package | ||||
| | * | | Remove accessing PropTypes from main React package | Alexander Tseung | 2018-02-07 | 6 | -6/+6 |
| | | | | |||||
| * | | | [NewUI] Adds the mascara first time flow to betaUI extension (#3257) | Dan J Miller | 2018-02-16 | 2 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Adds the mascara first time flow to the extension when opened in browser. * Fix tests after addition of mascara first time flow to new ui. | ||||
| * | | | Merge pull request #3231 from danjm/MM-744-restore-from-seed-fix | Dan J Miller | 2018-02-14 | 2 | -3/+4 |
| |\ \ \ | | | | | | | | | | | [NewUI] Only open a new window on restore from seed if in extension view. | ||||
| | * | | | Remove isInBrowser method and use environment-type.js | Dan | 2018-02-14 | 1 | -6/+4 |
| | | | | | |||||
| | * | | | Only open a new window on restore from seed if in extension view. | Dan | 2018-02-14 | 2 | -3/+6 |
| | | | | | |||||
| * | | | | Merge pull request #3209 from danjm/MM-634-newui-reset-account | Dan Finlay | 2018-02-14 | 5 | -35/+157 |
| |\ \ \ \ | | |/ / / | |/| | | | [NewUI] Add reset account button to new UI. | ||||
| | * | | | Add reset account button to new UI. | Dan | 2018-02-09 | 5 | -35/+157 |
| | | | | | |||||
| * | | | | Merge pull request #3216 from danjm/MM-666-try-beta-link-unlock-privacy-screens | Dan Finlay | 2018-02-14 | 1 | -0/+17 |
| |\ \ \ \ | | | | | | | | | | | | | [NewUI] Try beta link on unlock and privacy screens. | ||||
| | * | | | | Try beta link on unlock and privacy screens. | Dan | 2018-02-09 | 1 | -0/+17 |
| | |/ / / | |||||
| * | | | | Updates the styling of confirm send ether and token screens. (#3235) | Dan J Miller | 2018-02-13 | 3 | -26/+20 |
| | | | | | |||||
| * | | | | Send screen style updates. (#3234) | Dan J Miller | 2018-02-13 | 4 | -9/+52 |
| | | | | | |||||
| * | | | | Remove chrome focus outline for mouse users. (#3230) | Dan J Miller | 2018-02-13 | 4 | -1/+40 |
| | | | | | |||||
* | | | | | Fix react-router related exceptions | Alexander Tseung | 2018-02-10 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | | | | | | | into cb-254 | ||||
| * | | | | Fix exception thrown in selected token tx list with shapeshift txs (#3215) | Alexander Tseung | 2018-02-09 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 2 | -36/+28 |
|\| | | | | | | | | | | | | | | | | | | | into cb-254 | ||||
| * | | | | Fixes shapeshift txs so that they render in tx list. (#3208) | Dan J Miller | 2018-02-09 | 2 | -36/+28 |
| |/ / / | |||||
* | | | | Merge branch 'uat-next' of https://github.com/MetaMask/metamask-extension ↵ | Alexander Tseung | 2018-02-09 | 17 | -102/+432 |
|\| | | | | | | | | | | | | | | | into cb-254 | ||||
| * | | | Merge pull request #3206 from danjm/merge-uat-to-uatnext-feb072019 | Dan J Miller | 2018-02-08 | 2 | -0/+22 |
| |\ \ \ | | | | | | | | | | | [NewUI] Merge uat to uatnext feb072019 | ||||
| | * \ \ | Merge branch 'uat' into uat-next | Dan | 2018-02-08 | 2 | -0/+22 |
| | |\ \ \ | |||||
| | | * \ \ | Merge branch 'master' into uat | Dan | 2018-02-08 | 2 | -0/+22 |
| | | |\ \ \ | |||||
| | | | * | | | Scrollable Settings screen for Firefox | Thomas | 2018-02-02 | 1 | -1/+6 |
| | | | | | | | |||||
| | | | * | | | Merge pull request #3161 from MetaMask/AddResetExplanation | Frankie | 2018-02-01 | 2 | -59/+20 |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | Add reset explanation | ||||
| | | | | * | | | Add explanation of account resetting | Dan Finlay | 2018-02-01 | 1 | -0/+20 |
| | | | | | | | | |||||
| | | | | * | | | Remove unused file | Dan Finlay | 2018-02-01 | 1 | -59/+0 |
| | | | | | | | | |||||
| | | | * | | | | Merge pull request #3146 from MetaMask/i3082-AddTokenValidateInputs | Frankie | 2018-02-01 | 1 | -2/+2 |
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| | | | Set address to default with empty string, add test validation. | ||||
| | | | | * | | | Set address to default with empty string, add test validation. | Thomas | 2018-01-31 | 1 | -2/+2 |
| | | | | | | | | |||||
| | | | * | | | | added reset account feature | Bruno Barbieri | 2018-01-31 | 2 | -0/+35 |
| | | | | | | | | |||||
| | | | * | | | | Add warning when importing no valid file | Dan Finlay | 2018-01-31 | 1 | -0/+6 |
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | Fixes #3089 | ||||
| * | | / / / | Make blockies icon round to match identicons (#3205) | Alexander Tseung | 2018-02-08 | 2 | -5/+5 |
| |/ / / / / | |||||
| * | | | | | [NewUI] Opens to full screen when restoring from seed. (#3201) | Dan J Miller | 2018-02-08 | 5 | -24/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Opens to full screen when restoring from seed. * Remove redundant parameter in actions.markPasswordForgotten call. | ||||
| * | | | | | Update modal header design on send screen (#3196) | Alexander Tseung | 2018-02-07 | 3 | -55/+126 |
| | | | | | | |||||
| * | | | | | Fix alignment of ellipsis and address in wallet view. (#3198) | Dan J Miller | 2018-02-07 | 3 | -2/+3 |
| | |_|/ / | |/| | | | |||||
| * | | | | Remove duplicate token balance on uat next. (#3195) | Dan J Miller | 2018-02-07 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Add functional integration testing to Add Token flow (#3189) | Alexander Tseung | 2018-02-06 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Wallet view supports screen sizes between 576px and 667px (#3193) | Dan J Miller | 2018-02-06 | 5 | -24/+70 |
| | | | | | |||||
* | | | | | Fix lint errors | Alexander Tseung | 2018-02-02 | 4 | -10/+3 |
| | | | | | |||||
* | | | | | Checks if there is currently a send in progress before redirecting to ↵ | Dan | 2018-02-01 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | default in conf-tx | ||||
* | | | | | Fix merge conflicts from uat-next | Alexander Tseung | 2018-02-01 | 16 | -153/+214 |
|\| | | | | |||||
| * | | | | [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120) | Dan J Miller | 2018-02-01 | 5 | -11/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use tooltip for display of helper text in wallet views copy to clipboard feature. * Use react-tippy in wallet-view.js; center arrow tooltip throughout tooltip text change. * Remove unnecessary tabIndex attribute from wallet view address element. | ||||
| * | | | | [NewUI] Updates capitalization and alignment for the import account screen. ↵ | Dan J Miller | 2018-02-01 | 3 | -11/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#3122) * Updates capitalization and alignment for the import account screen. * Align elements in import form. | ||||
| * | | | | [NewUI] Set default new account name as placeholder, but not value (#3121) | Dan J Miller | 2018-02-01 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Set default new account name as placehold, and not value, in new account create screen. * Set new account number in create-form.js in constructor. | ||||
| * | | | | Fix bug stemming from erroneously persistant unlock failure error message. ↵ | Dan J Miller | 2018-01-30 | 2 | -0/+15 |
| |/ / / | | | | | | | | | | | | | (#3123) | ||||
| * | | | Merge branch 'master' into uat | Thomas Huang | 2018-01-24 | 1 | -1/+0 |
| |\| | | |||||
| | * | | add a `x` close button to gas calc loding screen on conf-tx | frankiebee | 2018-01-18 | 2 | -2/+16 |
| | | | | |||||
| * | | | String interpolate version in settings | Thomas | 2018-01-23 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Merge pull request #3049 from chikeichan/newmaster | Chi Kei Chan | 2018-01-20 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Merge master to uat | ||||
| | * \ | Merge branch 'uat' into newmaster | Chi Kei Chan | 2018-01-20 | 152 | -3280/+17901 |
| | |\ \ | | | |/ | | |/| | |||||
| | * | | Add network-indicator classname to network loading spinner | Thomas | 2018-01-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Get version from manifest instead of hard coding in New UI info page. | Dan | 2018-01-20 | 1 | -1/+3 |
| | |/ | |/| | |||||
* | | | Add create new account routes, fix conflicts from uat updates | Alexander Tseung | 2018-02-01 | 18 | -225/+156 |
| | | | |||||
* | | | Merge branch 'uat' of https://github.com/MetaMask/metamask-extension into cb-254 | Alexander Tseung | 2018-01-30 | 61 | -956/+2059 |
|\| | | |||||
| * | | Fix transaction list font sizes, padding | Alexander Tseung | 2018-01-19 | 2 | -17/+7 |
| | | | |||||
| * | | Merge pull request #3024 from alextsg/cb-529 | Kevin Serrano | 2018-01-19 | 3 | -3/+5 |
| |\ \ | | | | | | | | | [NewUI] Update popout to fullscreen icon |