Dan Finlay
440e0797a7
Reverting memory leak fix
...
This wasn't a good enough fix, and had other repercussions.
Looking for a way to properly detect EOS, and tear down the correct stream accordingly.
8 years ago
Dan Finlay
2564c0c51c
Bump changelog
8 years ago
Dan Finlay
bfea26d3e3
Ensure listener is cleaned up
...
Also fixed bug when validating a tx with no value.
8 years ago
Dan Finlay
dcc24804a1
Add negative value validation to tx approval
8 years ago
Kevin Serrano
50f0624ea8
Replace chrome with generalized browser API.
8 years ago
Kevin Serrano
9cb600e17a
Redirect to video in a new tab on fresh install.
8 years ago
Vincent Serpoul
4cf12337f2
linting
8 years ago
Vincent Serpoul
76d63ec4e0
Error message more helpful
8 years ago
kumavis
c2a1b442e9
Version 2.10.2
8 years ago
kumavis
891e17c44c
notif - use standard err-first callback style
8 years ago
kumavis
8b37bcf16b
Version 2.10.1
8 years ago
Dan Finlay
4f614d0852
Linted
8 years ago
Dan Finlay
47b2ae1c5f
Do not open popup for internally produced txs
8 years ago
kumavis
532737a101
inpage - remap ids on response
8 years ago
Dan Finlay
44545e0f47
Add metamask route to infura urls
...
Fixes #597
Allows metamask-specific RPC metrics.
8 years ago
Dan Finlay
fd5dad136f
Remove old notification cleanup code
8 years ago
Dan Finlay
742a0e0dfe
Make popup a type Edge supports
8 years ago
Dan Finlay
1b617402ec
Add extra edge compatibility
8 years ago
Dan Finlay
b36b760338
Fix console.error references
...
Microsoft edge does not support console.error.bind, nor is that call necessary here.
8 years ago
Dan Finlay
6838027c65
Remove bind calls from console errors
8 years ago
Dan Finlay
bb8241f711
Version 2.10.0
8 years ago
Frankie
483a7fee0a
Add a back button on lock screen to go back to init menu
8 years ago
Kevin Serrano
a9b390c58c
Bump versioning.
8 years ago
Kevin Serrano
8dfa701197
Fixed prohibited shortcut combination.
8 years ago
Dan Finlay
340d12f0cf
Version 2.9.1
8 years ago
Dan Finlay
3febbdae57
Linted
8 years ago
Dan Finlay
abb5b2013d
Fix bug where unconfirmed message sig is lost when locked.
...
Fixes #484
Adds unsigned messages to the in-memory message list before showing the unlock message.
8 years ago
Kevin Serrano
c82a494b4b
Implement usage of nock.
8 years ago
Kevin Serrano
d3d634d09c
Added mock option to function.
8 years ago
Kevin Serrano
cf5b8ba388
Change shortcut again to Ctrl+Alt+M
8 years ago
Kevin Serrano
1444f5451f
Change shortcut to Alt+M
8 years ago
Kevin Serrano
9328e96d80
Add shortcut for opening MetaMask.
8 years ago
Dan Finlay
671ca33abb
Close notification on opening main UI
8 years ago
Kevin Serrano
5168232481
Created option to pass in static file for fallback for logo.
8 years ago
Dan Finlay
b3887ffd0a
Skip popup dismissal in tests
8 years ago
Dan Finlay
983f3938da
Linted
8 years ago
Dan Finlay
4fb49dfb4b
Close popup even if last tx is dismissed from main UI
8 years ago
Dan Finlay
e5ca83d2bf
Emit updates to all listeners on pending tx updates
...
Previously the metamask controller only supported a single UI event listener, which wasn't useful for having a separate notification UI open at the same time.
Also reduced the notification's complexity down to a single method, which is heavily re-used.
Still has an outstanding bug where if the plugin ui dismisses the last tx, it does not close the notification popup.
8 years ago
kumavis
8b9999b71e
inpage - cleanContextForImports fix
...
set to undefined instead of deleting
updates #447
8 years ago
kumavis
b8077983d6
inpage provider - reassign incomming ids
8 years ago
Dan Finlay
361e26fad7
Limit to one popup, re-focus on additional notifications.
8 years ago
Kevin Serrano
bc2abd0a78
First part of chinese translation.
8 years ago
Kevin Serrano
18aef9570f
Add spanish locales.
8 years ago
Dan Finlay
31e0a3491b
Version 2.9.0
8 years ago
Dan Finlay
7389f9d0a0
Enforce tx history limit
8 years ago
Frankie
3525dc0801
Create a ShapeShift tx in tx History
8 years ago
Frankie
752d16f6c0
WIP: ShapeShift tx
8 years ago
Dan Finlay
dfaac78e39
Linted
8 years ago
Dan Finlay
a167bbc5a0
MVP Popup Notifications Working
...
I'm unsure which will be more performant: A notification using a trimmed down version of the UI, or using them both, letting the browser cache them both.
In any case, here I've modified the normal UI to recognize when it's a popup, and change the UX accordingly in a few ways:
- Hide the menu bar
- Hide the back button from the notifications view.
- When confirming the last tx, close the window.
8 years ago
Dan Finlay
030bdec27a
Unify notification and popup ui files
8 years ago