aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into pr/351kumavis2016-06-296-87/+39
|\ | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js
| * Merge pull request #350 from MetaMask/notif2kumavis2016-06-293-82/+28
| |\ | | | | | | Notifications - improved readability and data
| | * Merge branch 'master' into notif2kumavis2016-06-298-7/+33
| | |\ | | |/ | |/|
| * | Merge pull request #345 from MetaMask/FixSomeFormattingkumavis2016-06-294-4/+13
| |\ \ | | | | | | | | Fix some formatting
| | * \ Merge branch 'master' into FixSomeFormattingkumavis2016-06-296-5/+30
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js
| | * | Merge branch 'master' into FixSomeFormattingkumavis2016-06-291-3/+3
| | |\ \
| | * | | Simplify `send ether` button to `send`.Dan Finlay2016-06-291-1/+1
| | | | |
| | * | | Fix formatting on terms & conditions pageDan Finlay2016-06-292-1/+2
| | | | |
| | | | * clean - remove svg notifications dockumavis2016-06-291-38/+0
| | | | |
| | | | * fix typokumavis2016-06-291-1/+1
| | | | |
| | | | * background - prepare state for notifcationskumavis2016-06-292-44/+28
| | | | |
| | | | * Merge branch 'master' of github.com:MetaMask/metamask-plugin into notif2kumavis2016-06-294-2/+8
| | | |/| | | | |/ | | |/|
| | | * Merge branch 'master' of github.com:MetaMask/metamask-pluginkumavis2016-06-285-5/+7
| | | |\
| | | * | notif - change size for better readabilitykumavis2016-06-281-3/+3
| | | | |
* | | | | Second layer of 20 character check modified.Kevin Serrano2016-06-291-1/+1
| | | | |
* | | | | Changelog update and reduce allowed characters from 30 to 20.Kevin Serrano2016-06-292-2/+3
| | | | |
* | | | | Merge branch 'master' into title-truncateKevin Serrano2016-06-296-6/+23
|\| | | |
| * | | | Merge pull request #344 from Zanibas/character-limitkumavis2016-06-292-2/+6
| |\ \ \ \ | | | | | | | | | | | | Character limit implemented for wallet names
| | * | | | Code style fix.Kevin Serrano2016-06-291-2/+2
| | | | | |
| | * | | | Merge changelog.Kevin Serrano2016-06-294-2/+9
| | |\| | |
| | * | | | Additional length check just in case.Kevin Serrano2016-06-291-2/+3
| | | | | |
| | * | | | Enforce 30 character limit on wallet name.Kevin Serrano2016-06-292-0/+2
| | | |_|/ | | |/| |
| * | | | Merge pull request #348 from MetaMask/i341kumavis2016-06-294-4/+17
| |\ \ \ \ | | |_|/ / | |/| | | Clear notifications on extension open + guard against negative sends
| | * | | Move clearNotifications to popup.jsFrankie2016-06-292-9/+10
| | | | |
| | * | | fix for lintingFrankie2016-06-291-5/+5
| | | | |
| | * | | Merge branch 'master' into i340+1Frankie2016-06-297-2/+12
| | |\ \ \ | | |/ / / | |/| | |
| | * | | fix #341 close notifications when oppening pop upFrankie2016-06-292-2/+10
| | | | |
| | * | | Fix it so you cant send a negitavie amount of ETHFrankie2016-06-281-1/+5
| | | | |
* | | | | Wallet name now is properly truncated.Kevin Serrano2016-06-292-2/+2
| | | | |
* | | | | Truncate account name further.Kevin Serrano2016-06-291-1/+1
|/ / / /
* | / / Change color of failure to yellow. Change pending to ellipsis. (#338)Kevin Serrano2016-06-294-2/+8
| |/ / |/| | | | | | | | | | | | | | * Change color of failure to yellow. Change pending to ellipsis. * Modify changelog.
* | | Merge pull request #335 from Zanibas/title-additionskumavis2016-06-283-0/+4
|\ \ \ | |/ / |/| | Add alt titles to most critical icons
| * | Add alt titles to most critical iconsKevin Serrano2016-06-283-0/+4
|/ / | | | | | | We can change most of these later to a more "elegant" solution, but from the user perspective, having these tooltips is comforting imo.
* | Merge pull request #327 from MetaMask/uiFixeskumavis2016-06-262-5/+3
|\ \ | |/ |/| fix button positioning && mailto link
| * Merge branch 'master' into uiFixesFrankie2016-06-2517-454/+669
| |\ | |/ |/|
* | Merge pull request #326 from MetaMask/conf-tx-refactorkumavis2016-06-258-141/+221
|\ \ | | | | | | Tx/Msg Conf page + notifcation refactor
| * | clean - appease the linting machinekumavis2016-06-253-28/+9
| | |
| * | svg notif now work for msg signatureskumavis2016-06-255-84/+141
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2016-06-251-1/+1
| |\ \ | | | | | | | | | | | | conf-tx-refactor
| * | | breakout pending-tx-detailskumavis2016-06-255-35/+77
| | | |
* | | | Merge pull request #323 from MetaMask/RefactorBackgroundkumavis2016-06-259-313/+448
|\ \ \ \ | |_|/ / |/| | | Refactored background.js controller apart from chrome + transport
| * | | Debugged by using a real dappDan Finlay2016-06-251-3/+4
| | | |
| * | | Manually debugged refactorDan Finlay2016-06-252-13/+14
| | | |
| * | | Fixed testsDan Finlay2016-06-257-20/+87
| | | |
| * | | Rename background-controller metamask-controllerDan Finlay2016-06-252-4/+4
| | | |
| * | | Improve refactorDan Finlay2016-06-256-105/+124
| | | | | | | | | | | | | | | | | | | | | | | | Replace config-manager-singleton with one that is instantiated within the `background-controller`, and takes its persistence callbacks from its instantiated options. Replaced class getters with more familiar get___() functions.
| * | | Refactored background.js controller apart from chrome + transportDan Finlay2016-06-252-254/+301
| | | | | | | | | | | | | | | | Still needs linting fixes, probably bugs, this commit should be used as a draft of what a separation of these concerns might look like.
| | | * Fix for the mailto linkFrankie2016-06-251-1/+1
| | | |
| | | * Fix editable button so that it dosent float above the drop down menueFrankie2016-06-251-4/+2
| |_|/ |/| |
* | | Merge pull request #322 from MetaMask/i321kumavis2016-06-251-1/+1
|\ \ \ | |_|/ |/| | identicon - default to imageify
| * | identicon - default to imageifykumavis2016-06-251-1/+1
|/ /
* | Merge pull request #320 from MetaMask/i318kumavis2016-06-252-5/+7
|\ \ | |/ |/| send-tx remove account select button
| * send-tx remove account select buttonkumavis2016-06-252-5/+7
|/
* Bump changelogDan Finlay2016-06-251-0/+3
|
* Merge pull request #319 from MetaMask/pdfkumavis2016-06-251-32/+48
|\ | | | | contentscript - skip web3 injection if domain appears to be a pdf
| * contentscript - skip web3 injection if domain appears to be a pdfkumavis2016-06-251-32/+48
|/
* Merge pull request #312 from MetaMask/svg-notifkumavis2016-06-2411-164/+184
|\ | | | | initial svg notifications
| * notif - remove dummy dev notifkumavis2016-06-241-7/+0
| |
| * some legit linting fixeskumavis2016-06-242-2/+2
| |
| * stop pedantic lintingkumavis2016-06-242-5/+5
| |
| * pending-tx pass the identicon pref onkumavis2016-06-242-0/+2
| |
| * svg notif - use actual txParamskumavis2016-06-241-15/+5
| |
| * account-panel combine panel into account-panelkumavis2016-06-242-66/+37
| |
| * accounts - rename account list item so it doesnt overlapkumavis2016-06-242-2/+3
| |
| * icon-factory - overhaul to provide svg or imagified elkumavis2016-06-244-63/+37
| |
| * tx-conf add non-interactive mode for notificationkumavis2016-06-243-11/+21
| |
| * svg notifications - remove unneeded deps and clean codekumavis2016-06-243-57/+36
| |
| * Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notifkumavis2016-06-2434-10724/+123
| |\
| * | initial svg notificationskumavis2016-06-234-21/+121
| | |
* | | Merge pull request #315 from MetaMask/UpdatedMenuBarkumavis2016-06-242-40/+65
|\ \ \ | |_|/ |/| | Updated menu bar
| * | Add fox logo back to left of menuDan Finlay2016-06-241-8/+29
| | | | | | | | | | | | Re-centered metamask h1 manually.
| * | Moved account change button to menu barDan Finlay2016-06-242-32/+36
|/ /
* | deps - bump web3-stream-providerkumavis2016-06-241-1/+1
| |
* | 2.4.4kumavis2016-06-242-1/+7
| |
* | deps - bump web3-stream-providerkumavis2016-06-241-1/+1
| |
* | 2.4.3kumavis2016-06-241-1/+1
| |
* | Merge pull request #314 from MetaMask/stream-provider-fixkumavis2016-06-241-1/+1
|\ \ | | | | | | deps - bump stream-provider
| * | deps - bump stream-providerkumavis2016-06-241-1/+1
|/ /
* | Merge pull request #311 from MetaMask/settingsDan Finlay2016-06-232-37/+1
|\ \ | | | | | | Remove network option buttons
| * | close #309Frankie2016-06-232-1/+1
| | |
| * | Remove redundant network option buttons from settings pageFrankie2016-06-231-37/+1
|/ /
* | Merge pull request #310 from MetaMask/fontChangeDan Finlay2016-06-2331-10685/+114
|\ \ | |/ |/| Font change
| * Add to change logFrankie2016-06-231-0/+2
| |
| * Merge branch 'master' into fontChangeFrankie2016-06-235-20/+27
| |\ | |/ |/|
* | Enhance nvmrcDan Finlay2016-06-231-1/+1
| |
* | Version 2.4.2Dan Finlay2016-06-232-1/+4
| |
* | Merge pull request #305 from MetaMask/FixEthSignkumavis2016-06-223-18/+22
|\ \ | | | | | | Fix eth sign with dennis' test input
| * | Bump changelogDan Finlay2016-06-221-1/+1
| | |
| * | Fix eth sign with dennis' test inputDan Finlay2016-06-222-17/+21
|/ /
| * Swap out Transat font for MontserratFrankie2016-06-2330-10685/+112
|/
* Merge pull request #304 from MetaMask/buttonsDan Finlay2016-06-225-3/+13
|\ | | | | use key as export and unify the copy to clipboard icon.
| * Fix for lint errFrankie2016-06-222-13/+7
| |
| * Add to changelogFrankie2016-06-221-0/+3
| |
| * Fix conflictFrankie2016-06-2276-2470/+2496
| |\ | |/ |/|
* | Fix badge token paramDan Finlay2016-06-221-1/+1
| |
* | Add circle token to badge imageDan Finlay2016-06-221-1/+1
| |
* | Update build badgeDan Finlay2016-06-221-1/+1
| |
* | Update CI status badge for CircleDan Finlay2016-06-221-1/+1
| |
* | Merge pull request #303 from MetaMask/AutoLintkumavis2016-06-2276-2462/+2482
|\ \ | | | | | | Auto lint
| * | Add circle.ymlDan Finlay2016-06-221-0/+3
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-221-11/+15
| |\ \ | |/ / |/| |
* | | Merge pull request #302 from MetaMask/batch-payload-originDan Finlay2016-06-221-12/+15
|\ \ \ | | | | | | | | background - batch rpc fix for origin domain
| * | | background - batch rpc fix for origin domainkumavis2016-06-221-12/+15
| | | |
| | * | Add linting to our mocha suiteDan Finlay2016-06-222-1/+11
| | | |
| | * | Manually lintedDan Finlay2016-06-2241-153/+95
| | | |
| | * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-224-12/+25
| | |\ \ | |_|/ / |/| | |
| | * | Auto lintedDan Finlay2016-06-2270-2344/+2233
| | | |
| | * | Turn spaces back onDan Finlay2016-06-221-2/+2
| | | |
| | * | Some manual fixesDan Finlay2016-06-223-7/+4
| | | |
| | * | Got eslint running correctlyDan Finlay2016-06-224-10/+16
| | | |
| | * | Began adding auto lintingDan Finlay2016-06-224-2/+175
| | | |
| | | * Change the copy to cliboard iconFrankie2016-06-221-2/+6
| | | |
| | | * add key.pngFrankie2016-06-221-0/+0
| | | |
| | | * Change export icon to keyFrankie2016-06-222-3/+9
| |_|/ |/| |
* | | Merge pull request #299 from MetaMask/balances-bug-fixDan Finlay2016-06-222-11/+22
|\ \ \ | |/ / |/| | added a failing case and fixed it by refactoring everything to strings
| * | tweekZac Mitton2016-06-211-1/+0
| | |
| * | added a failing case and fixed it by refactoring everything to stringsZac Mitton2016-06-212-11/+23
| |/
* | 2.4.1kumavis2016-06-211-1/+1
| |
* | id-mgmt - add missing depskumavis2016-06-211-0/+3
|/
* Version 2.4.0Dan Finlay2016-06-212-1/+3
|
* Merge pull request #294 from MetaMask/SignFullDataNotHashDan Finlay2016-06-214-76/+111
|\ | | | | Sign full data not hash
| * Merge branch 'master' into SignFullDataNotHashDan Finlay2016-06-1733-38/+2587
| |\
| * | Update changelogDan Finlay2016-06-171-1/+1
| | |
| * | Fixed signing of hashesDan Finlay2016-06-172-17/+16
| | | | | | | | | | | | | | | | | | Signing now always takes a 64 digit hex string, and returns a message signature which appropriately pads r, s, and v with zeroes. Need to verify with Denis that this is the behavior he requires.
| * | Began adding signMsg unit testDan Finlay2016-06-161-0/+31
| | |
| * | Factor idManagement into its own moduleDan Finlay2016-06-162-76/+80
| | |
| * | Sign binary data not hash on eth_signDan Finlay2016-06-161-2/+2
| | |
* | | Merge pull request #296 from MetaMask/i252Dan Finlay2016-06-183-19/+48
|\ \ \ | | | | | | | | idStore - add DELEGATE_CALL detection
| * | | idStore - add DELEGATE_CALL detectionkumavis2016-06-173-19/+48
| | | |
* | | | Fix tx approval address formattingDan Finlay2016-06-171-1/+2
| |_|/ |/| |
* | | Merge pull request #295 from MetaMask/AddDisclaimerkumavis2016-06-1711-38/+149
|\ \ \ | | | | | | | | Create disclaimer view
| * | | Bump changelogDan Finlay2016-06-171-0/+1
| | | |
| * | | Preserve disclaimer line breaksDan Finlay2016-06-171-2/+2
| | | |
| * | | Added some real text to top of disclaimerDan Finlay2016-06-171-1/+3
| | | |
| * | | Increase disclaimer scroll box heightDan Finlay2016-06-171-1/+1
| | | |
| * | | Remove dead codeDan Finlay2016-06-171-34/+0
| | | |
| * | | Conditionally display disclaimerDan Finlay2016-06-171-0/+6
| | | |
| * | | Add disclaimer componentDan Finlay2016-06-171-0/+56
| | | |
| * | | Improved template to not be invisibleDan Finlay2016-06-171-1/+2
| | | |
| * | | Create disclaimer approval reducerDan Finlay2016-06-171-0/+5
| | | |
| * | | Add confirmation status to metamask state branchDan Finlay2016-06-171-0/+1
| | | |
| * | | Fix disclaimer approving actionDan Finlay2016-06-171-1/+2
| | | |
| * | | Add disclaimer consent actionDan Finlay2016-06-171-0/+13
| | | |
| * | | Expose disclaimer consent to dnode APIDan Finlay2016-06-171-0/+10
| | | |
| * | | Add placeholder disclaimer fileDan Finlay2016-06-171-0/+9
| | | |
| * | | Improve templateDan Finlay2016-06-171-2/+1
| | | |
| * | | Add confirmation persisting to localStorageDan Finlay2016-06-172-1/+42
| |/ /
* | | Merge pull request #291 from MetaMask/AddContributingMdkumavis2016-06-171-0/+54
|\ \ \ | |/ / |/| | Add contributing.md file
| * | Add contributing.md fileDan Finlay2016-06-161-0/+54
| |/
* | Merge pull request #293 from MetaMask/ResizeImagesDan Finlay2016-06-179-0/+0
|\ \ | | | | | | Resize images for chrome store acceptance
| * | Resize images for chrome store acceptanceDan Finlay2016-06-179-0/+0
|/ /
* | Merge pull request #290 from MetaMask/screenshotsDan Finlay2016-06-1615-0/+2383
|\ \ | |/ |/| FIXES #121
| * icon fox eyes changed to navy blue everywhereZac Mitton2016-06-169-0/+2383
| |
| * screenshots and promos for chrome store round 1Zac Mitton2016-06-159-0/+0
|/
* Merge pull request #289 from MetaMask/FixSignatureConcatenationDan Finlay2016-06-152-2/+10
|\ | | | | Fix signature concatenation
| * Bump changelogDan Finlay2016-06-151-0/+1
| |
| * Fix pad with zeroes usageDan Finlay2016-06-151-2/+2
| |
| * Fix signature concatenationDan Finlay2016-06-151-2/+9
|/ | | | | | Fixes #280 Or at least, it should. Is this what you were requesting, @denisgranha?
* Bump changelogDan Finlay2016-06-151-0/+1
|
* Merge pull request #286 from MetaMask/FixSpinnerDan Finlay2016-06-152-2/+4
|\ | | | | Made network spinner clickable
| * Bump changelogDan Finlay2016-06-151-2/+3
| |
| * Made network spinner clickableDan Finlay2016-06-151-0/+1
| | | | | | | | | | | | Opens network menu, for when network is unreachable. Fixes #279
* | Merge pull request #287 from MetaMask/LongerAddressInListDan Finlay2016-06-153-10/+20
|\ \ | |/ |/| Let account address take more space in account list
| * Let account address take more space in account listDan Finlay2016-06-153-10/+20
|/
* Merge pull request #285 from MetaMask/ShowMoreAddressDan Finlay2016-06-151-6/+7
|\ | | | | Don't cut accounts short unless necessary
| * Show more address in detail viewDan Finlay2016-06-151-6/+7
|/
* Center main account iconDan Finlay2016-06-151-0/+1
|
* Merge pull request #283 from MetaMask/RewordLockDan Finlay2016-06-151-1/+1
|\ | | | | Reword lock menu item
| * Rename Lock Account to simply LockDan Finlay2016-06-151-1/+1
| |
* | Merge pull request #284 from MetaMask/VladIconsDan Finlay2016-06-151-1/+1
|\ \ | | | | | | Remove unused class
| * | Remove unused classDan Finlay2016-06-151-1/+1
| | |
* | | Merge pull request #282 from MetaMask/VladIconsDan Finlay2016-06-1514-4/+169
|\| | | | | | | | Apply vlad's icon set
| * | Make gulp watch images folderDan Finlay2016-06-151-1/+1
| | |
| * | Insert vlad icons into UIDan Finlay2016-06-151-3/+6
| | |
| * | Add vlad icons to image folderDan Finlay2016-06-1510-0/+162
| | |
| * | Remove old lock imagesDan Finlay2016-06-152-0/+0
| |/
* / deps - bump stream-provider for better batch rpckumavis2016-06-151-1/+1
|/
* Merge pull request #266 from MetaMask/ArchitectureDiagramDan Finlay2016-06-142-0/+6
|\ | | | | Add architecture diagram to readme
| * Add architecture diagram to readmeDan Finlay2016-06-142-0/+6
|/
* Merge pull request #259 from MetaMask/uiFixesDan Finlay2016-06-135-20/+31
|\ | | | | Do a little UI house cleaning
| * Merge branch 'master' into uiFixesFrankie2016-06-130-0/+0
| |\ | |/ |/|
* | Version 2.3.1Dan Finlay2016-06-102-1/+4
| |
* | Merge pull request #258 from MetaMask/uiFixesDan Finlay2016-06-093-34/+97
|\ \ | | | | | | fix #213
| | * Write to CHANGELOGFrankie2016-06-131-0/+3
| | |
| | * Version 2.3.1Dan Finlay2016-06-132-1/+4
| | |
| | * Size export confirmation inputFrankie2016-06-133-3/+7
| | |
| | * Change name-label css bugFrankie2016-06-131-2/+1
| | |
| | * Remove qr code icon and reorder to have clipboard firstFrankie2016-06-132-9/+15
| | |
| | * Fix edit textFrankie2016-06-133-8/+7
| |/ | | | | | | and edit label alighment
| * Add spacing in line itemsFrankie2016-06-092-4/+6
| |
| * Mend CHANGE.logFrankie2016-06-099-12/+95
| |\ | |/ |/|
* | Merge pull request #255 from MetaMask/CacheIdenticonsDan Finlay2016-06-074-11/+91
|\ \ | | | | | | Cache identicons
| * | Cache identiconsDan Finlay2016-06-074-11/+91
|/ / | | | | | | | | | | | | | | Fixes #197 Also as a side effect, by creating this `iconFactory.cache` object, we have a convenient place for specifying stock icons for known contracts! We can just hard-code image addresses in the `ui/lib/icon-factory.js` cache instantiation, and those values will be injected into the identicon image tag `src` attributes.
* | Version 2.3.0Dan Finlay2016-06-072-1/+3
| |
* | Merge pull request #254 from MetaMask/remove_imagesDan Finlay2016-06-074-0/+0
|\ \ | | | | | | switched to icons instead of pictures
| * | switched to icons instead of picturesZac Mitton2016-06-074-0/+0
|/ /
* | Merge pull request #250 from MetaMask/uiFixesDan Finlay2016-06-074-5/+32
|\ \ | | | | | | Ui fixes
| | * Style up the info screenFrankie2016-06-093-3/+21
| | |
| | * Add icons to left side of links, as well as the metmask version and stylingFrankie2016-06-091-34/+76
| |/
| * Merge branch 'master' into uiFixesFrankie2016-06-0623-68/+477
| |\ | |/ |/|
* | Update svg-notifications.mdkumavis2016-06-051-2/+3
| |
* | Update svg-notifications.mdkumavis2016-06-051-13/+3
| |
* | Update svg-notifications.mdkumavis2016-06-051-3/+8
| |
* | Merge pull request #248 from MetaMask/ProviderMenuDan Finlay2016-06-041-1/+1
|\ \ | | | | | | Make morden sail blue
| * | Make morden sail blueDan Finlay2016-06-041-1/+1
| | |
* | | Merge pull request #246 from MetaMask/ProviderMenukumavis2016-06-044-17/+117
|\| | | | | | | | Provider menu
| * | Add provider menu on clicking network status indicator.Dan Finlay2016-06-044-28/+63
| | | | | | | | | | | | Also simplifies network status icons.
| * | Clicking network status indicator reveals provider menuDan Finlay2016-06-043-2/+67
|/ /
* | Merge pull request #245 from MetaMask/display_networkkumavis2016-06-0412-16/+79
|\ \ | | | | | | Display network
| * \ Merge branch 'master' into display_networkDan Finlay2016-06-0414-30/+280
| |\ \ | |/ / |/| |
* | | Merge pull request #242 from MetaMask/HashFixkumavis2016-06-032-1/+8
|\ \ \ | | | | | | | | provider-engine hooked wallet - checkSum addresses not recognized
| * | | Fix hashed address validationDan Finlay2016-06-032-4/+4
| | | |
| * | | Add test case for sample hashed addressDan Finlay2016-06-021-0/+7
| | | |
* | | | Merge pull request #241 from MetaMask/i236kumavis2016-06-031-16/+22
|\ \ \ \ | | | | | | | | | | fix illegal return statement :(
| * | | | fix illegal return statement :(kumavis2016-06-031-16/+22
| | | | |
* | | | | Merge pull request #240 from MetaMask/RecoverSeedkumavis2016-06-0310-16/+241
|\ \ \ \ \ | | | | | | | | | | | | reveal Vault Recovery Seed
| * | | | | A couple seed recovery enhancementsDan Finlay2016-06-033-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The seed words are no longer stored on `state.appState.currentView.context`, which caused view glitches since it was shared with other views' data. - The confirmation text warning color is now the same as other error messages'.
| * | | | | Add login checkDan Finlay2016-06-031-1/+1
| | | | | |
| * | | | | Added seed word recovery to config screenDan Finlay2016-06-039-13/+237
| | | | | |
* | | | | | Merge pull request #239 from MetaMask/i236kumavis2016-06-031-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / hotfix for #236 - chrome notif api not avail
| * / / / hotfix for #236 - chrome notif api not availkumavis2016-06-031-0/+9
|/ / / /
* | | | Version 2.2.0Dan Finlay2016-06-032-1/+3
| | | |
* | | | Bump provider engine versionDan Finlay2016-06-032-1/+2
| | | |
| | * | Blockchain status now updates on availability changeDan Finlay2016-06-044-21/+26
| | | |
| | * | Add network loading indicationDan Finlay2016-06-042-0/+14
| | | |
| | * | Differentiate icon name from hover textDan Finlay2016-06-041-12/+16
| | | |
| | * | Some minor lintingDan Finlay2016-06-041-4/+4
| | | |
| | * | Make hover text more human friendlyDan Finlay2016-06-041-4/+4
| | | |
| | * | Remove metamask logo from headerDan Finlay2016-06-041-6/+0
| | | |
| | * | undo styleZac Mitton2016-06-021-6/+5
| | | |
| | * | network status getting set upon start-up and showing in title bar but not ↵Zac Mitton2016-06-029-6/+53
| |/ / |/| | | | | | | | auto-updating yet
| | * Add css to resize and alighn input for editable lableFrankie2016-06-063-3/+12
| | |
| | * Fix label size for edit labelFrankie2016-06-061-7/+3
| | |
| | * Add edit labelFrankie2016-06-062-1/+23
| | |
| | * Change chevron-down to fa-plusFrankie2016-06-041-1/+1
| |/ |/|
* | Merge pull request #230 from MetaMask/i150kumavis2016-05-311-1/+4
|\ \ | | | | | | idStore - track network failure
| * | idStore - track network failurekumavis2016-05-311-1/+4
|/ /
* | Merge pull request #228 from MetaMask/i216Dan Finlay2016-05-276-75/+130
|\| | | | | ui - redesign - init + vault create/restore + seed
| * Merge branch 'master' into i216Dan Finlay2016-05-2710-62/+174
| |\ | |/ |/|
* | Merge pull request #224 from MetaMask/PendingTxListDan Finlay2016-05-2710-62/+175
|\ \ | | | | | | Add pending txs to tx list
| * | Fix build errorDan Finlay2016-05-271-5/+2
| | |
| * | Remove etherscan links from non standard blockchainsDan Finlay2016-05-271-2/+9
| | |
| * | Fix network reference part 2Dan Finlay2016-05-271-1/+1
| | |
| * | Fix network referenceDan Finlay2016-05-272-2/+2
| | |
| * | Bump changelogDan Finlay2016-05-271-0/+3
| | |
| * | Add clicking txs in list shows tx conf screenDan Finlay2016-05-275-5/+50
| | |
| * | Add pending messages to sign to tx listDan Finlay2016-05-274-54/+113
| | |
| * | Center wallet nickname under identicon in tx confirmation screenDan Finlay2016-05-271-0/+2
| | |
| * | Correct version numberDan Finlay2016-05-271-1/+1
|/ /
| * Bump changelogDan Finlay2016-05-271-0/+2
| |