Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5567 from MetaMask/HowardBraham-develop | kumavis | 2018-10-30 | 1 | -0/+3 |
|\ | | | | | Feature: Warn when attempting to send tx with data to non-contract | ||||
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-26 | 1 | -0/+3 |
| |\ | | | | | | | | | | HowardBraham-develop | ||||
| * | | send tx - validate - simplify error message for attempting to call function ↵ | kumavis | 2018-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | on non-contract address | ||||
| * | | Merge branch 'develop' into develop | kumavis | 2018-10-21 | 1 | -16/+40 |
| |\ \ | |||||
| * | | | Bug Fix: #1789 and #4525 eth.getCode() with no contract | Howard Braham | 2018-10-10 | 1 | -0/+3 |
| | | | | |||||
* | | | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 1 | -2/+20 |
| |_|/ |/| | | |||||
* | | | Add Activity Log entry for onchain failures for a transaction. Change ↵ | Alexander Tseung | 2018-10-23 | 1 | -0/+3 |
| |/ |/| | | | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581) | ||||
* | | Extract Add Token button into its own component | Whymarrh Whitby | 2018-10-18 | 1 | -0/+6 |
| | | |||||
* | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
* | | Fix wording of private key warning shown during export | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| | | |||||
* | | Update wording on export privkey modal | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| | | |||||
* | | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 1 | -0/+3 |
| | | |||||
* | | Fix en, ko locales (#5483) | Noel Yoo | 2018-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Fix en typo * Fix ko typo * Remove unnecessary space * Fix ko typo * Improve translation in ko | ||||
* | | Alphabetize en locale json keys | noelyoo | 2018-10-10 | 1 | -12/+12 |
| | | |||||
* | | Fix formatting of locale files (#5479) | Noel Yoo | 2018-10-10 | 1 | -3/+3 |
| | | |||||
* | | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 1 | -0/+6 |
|/ | |||||
* | 100% French locale, reordering of English locale, fixes #5457 (#5470) | Vincent | 2018-10-09 | 1 | -88/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding | ||||
* | Merge pull request #5432 from alextsg/i5362-fix-translate | Dan Finlay | 2018-10-06 | 1 | -0/+3 |
|\ | | | | | Translate method names in the transaction list only when applicable | ||||
| * | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 1 | -0/+3 |
| | | |||||
* | | Update "cancel" copy | Alexander Tseung | 2018-10-05 | 1 | -1/+1 |
|/ | |||||
* | Remove "Copy Contract Address" from token options | Whymarrh Whitby | 2018-10-04 | 1 | -3/+0 |
| | |||||
* | Reword batch reject confirm as "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -0/+3 |
| | |||||
* | Confirm rejecting multiple transactions with modal | Whymarrh Whitby | 2018-10-02 | 1 | -0/+3 |
| | |||||
* | s/Cancel/Reject/ on confirm screen for clarity | Whymarrh Whitby | 2018-10-02 | 1 | -0/+6 |
| | |||||
* | Add "Cancel All" button to confirm footer | Whymarrh Whitby | 2018-10-02 | 1 | -0/+3 |
| | |||||
* | Merge pull request #5282 from MetaMask/tx-cancel-ui | Alexander Tseung | 2018-09-25 | 1 | -0/+18 |
|\ | | | | | Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal. | ||||
| * | Fix multiplyCurrencies. Add onClose prop for Modal component. Remove ↵ | Alexander Tseung | 2018-09-21 | 1 | -1/+1 |
| | | | | | | | | hideModal from modal components. | ||||
| * | Add TransactionDetails modal | Alexander Tseung | 2018-09-20 | 1 | -0/+3 |
| | | |||||
| * | Switch existing modals from using Notification to Modal. Remove Notification ↵ | Alexander Tseung | 2018-09-20 | 1 | -0/+15 |
| | | | | | | | | component. Add CancelTransaction modal | ||||
* | | Fix translation casing | Alexander Tseung | 2018-09-21 | 1 | -2/+2 |
| | | |||||
* | | Add Current Conversion Updated string to translations | Alexander Tseung | 2018-09-20 | 1 | -0/+3 |
| | | |||||
* | | Refactor settings page to use JSX and follow component file folder structure | Alexander Tseung | 2018-09-20 | 1 | -0/+9 |
|/ | |||||
* | Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵ | Alexander Tseung | 2018-09-13 | 1 | -5/+8 |
| | | | | Log initial ETH value. Add timestamps to Activity Log events | ||||
* | Add tests for TransactionActivityLog. Make changes to rendering events | Alexander Tseung | 2018-09-13 | 1 | -0/+24 |
| | |||||
* | Add ActivityLog component | Alexander Tseung | 2018-09-13 | 1 | -0/+3 |
| | |||||
* | Merge pull request #5091 from MetaMask/i4945-feature-flag-hex-data | Dan J Miller | 2018-09-04 | 1 | -0/+6 |
|\ | | | | | Adds feature flag toggle for the hex data row on the send screen. | ||||
| * | Adds feature flag toggle for the hex data row on the send screen. | Dan Miller | 2018-08-27 | 1 | -0/+6 |
| | | |||||
* | | fix conflicts | Esteban MIno | 2018-08-29 | 1 | -2/+23 |
|\ \ | |||||
| * | | Fix naming, add eth.getCode check for actions, fix translations for statuses | Alexander Tseung | 2018-08-24 | 1 | -0/+3 |
| | | | |||||
| * | | Change "Outgoing" to "Sent Ether" or "Sent Token" | Alexander Tseung | 2018-08-24 | 1 | -0/+6 |
| | | | |||||
| * | | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -0/+3 |
| | | | |||||
| * | | Use css grid for TransactionListItem for responsive layout | Alexander Tseung | 2018-08-24 | 1 | -6/+6 |
| | | | |||||
| * | | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 1 | -1/+10 |
| |/ | |||||
| * | Add new variant for SenderToRecipient component | Alexander Tseung | 2018-08-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'develop' into WatchTokenFeature | Esteban MIno | 2018-08-21 | 1 | -18/+54 |
|\| | |||||
| * | ui ready | brunobar79 | 2018-08-17 | 1 | -2/+5 |
| | | |||||
| * | connect screen ready | brunobar79 | 2018-08-17 | 1 | -5/+5 |
| | | |||||
| * | change Metamask for MetaMask | brunobar79 | 2018-08-15 | 1 | -7/+1 |
| | | |||||
| * | Merge branch 'develop' into ledger-support | Bruno Barbieri | 2018-08-15 | 1 | -4/+10 |
| |\ | |||||
| | * | 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 | ||||
| * | | ui fixes | brunobar79 | 2018-08-15 | 1 | -11/+8 |
| | | | |||||
| * | | legacy and new hd path working | brunobar79 | 2018-08-14 | 1 | -0/+6 |
| |/ | |||||
| * | code review changes | brunobar79 | 2018-08-08 | 1 | -0/+3 |
| | | |||||
| * | fix merge conflicts | brunobar79 | 2018-08-08 | 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 branch 'develop' into WatchTokenFeature | Esteban Miño | 2018-08-08 | 1 | -0/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | Show invalid seed phrase error when importing new account | Whymarrh Whitby | 2018-08-07 | 1 | -0/+3 |
| |/ | |||||
* / | new confirm add suggested token component | Esteban MIno | 2018-08-07 | 1 | -0/+3 |
|/ | |||||
* | 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 |