aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/notifications.js
Commit message (Collapse)AuthorAgeFilesLines
* introduce platform api and rename notifications to notification-managerkumavis2017-03-311-67/+0
|
* LintedDan Finlay2017-03-301-1/+1
|
* Fix popup behavior for FirefoxDan Finlay2017-03-301-1/+3
| | | | Firefox does not support the `focused` parameter when opening a new window, and we don't actually require it for Chrome either, new popups are at the foreground by default already.
* Linting to the max.Kevin Serrano2016-11-121-8/+4
|
* Make popup a little tallerDan Finlay2016-10-051-1/+1
| | | | | | For some reason the popup was often cutting off the bottom buttons of the UI. We should look at that more carefully later perhaps, but especially since we're considering moving off the popup, I'm just fixing it by making it taller for now.
* Merge pull request #655 from MetaMask/FixPortStreamEndkumavis2016-09-141-3/+9
| | | | Fix port stream end bug
* notif - use standard err-first callback stylekumavis2016-09-031-18/+24
|
* LintedDan Finlay2016-09-021-1/+1
|
* Do not open popup for internally produced txsDan Finlay2016-09-021-11/+19
|
* Make popup a type Edge supportsDan Finlay2016-08-301-1/+2
|
* Close notification on opening main UIDan Finlay2016-08-241-2/+9
|
* Skip popup dismissal in testsDan Finlay2016-08-241-0/+6
|
* Close popup even if last tx is dismissed from main UIDan Finlay2016-08-241-8/+14
|
* Emit updates to all listeners on pending tx updatesDan Finlay2016-08-241-15/+1
| | | | | | | | 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.
* Limit to one popup, re-focus on additional notifications.Dan Finlay2016-08-231-6/+17
|
* LintedDan Finlay2016-08-171-15/+5
|
* MVP Popup Notifications WorkingDan Finlay2016-08-171-1/+2
| | | | | | | | | 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.
* Unify notification and popup ui filesDan Finlay2016-08-171-1/+1
|
* Set up MVP for popup-based notifications.Dan Finlay2016-08-171-127/+9
|
* Implement some cross-browser practices (#473)Dan Finlay2016-07-221-15/+16
| | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests
* LintedDan Finlay2016-07-121-12/+9
|
* Add notification global for developmentDan Finlay2016-07-121-1/+3
| | | | The background process now has a global `METAMASK_NOTIFIER` object that allows easy mocking of notification data.
* Unify wording for transaction options (#369)Kevin Serrano2016-06-301-2/+2
| | | | | | | | * Unify wording for transaction options. * Modify changelog. * Fix wording and spacing.
* fix bad mergekumavis2016-06-291-6/+1
|
* Merge branch 'master' into notif2kumavis2016-06-291-1/+6
|\
| * Merge branch 'master' into FixSomeFormattingkumavis2016-06-291-1/+6
| |\ | | | | | | | | | | | | | | | # Conflicts: # CHANGELOG.md # app/scripts/lib/notifications.js
| | * fix #341 close notifications when oppening pop upFrankie2016-06-291-2/+2
| | |
* | | background - prepare state for notifcationskumavis2016-06-291-36/+4
|/ /
* / notif - change size for better readabilitykumavis2016-06-281-3/+3
|/
* clean - appease the linting machinekumavis2016-06-251-1/+0
|
* svg notif now work for msg signatureskumavis2016-06-251-47/+77
|
* breakout pending-tx-detailskumavis2016-06-251-4/+3
|
* some legit linting fixeskumavis2016-06-241-0/+1
|
* svg notif - use actual txParamskumavis2016-06-241-15/+5
|
* tx-conf add non-interactive mode for notificationkumavis2016-06-241-0/+1
|
* svg notifications - remove unneeded deps and clean codekumavis2016-06-241-50/+31
|
* initial svg notificationskumavis2016-06-231-16/+101
|
* Auto lintedDan Finlay2016-06-221-22/+19
|
* fix illegal return statement :(kumavis2016-06-031-16/+22
|
* hotfix for #236 - chrome notif api not availkumavis2016-06-031-0/+9
|
* background + notifications - add origin to message signatureskumavis2016-05-261-0/+1
|
* Merge pull request #219 from MetaMask/i218Dan Finlay2016-05-261-0/+1
|\ | | | | Append dapp origin to RPC/txParams
| * notifications - show tx originkumavis2016-05-261-0/+1
| |
* | notifications - remove timeout for signature requestskumavis2016-05-261-0/+2
|/
* signTx+Msg - show Account Unlock Request when lockedkumavis2016-05-251-0/+14
|
* idmgmt - eth_sign support + notificationskumavis2016-04-291-0/+75