Samuel Attard
|
dc8b583363
|
Merge pull request #10944 from electron/fix-notification-ref-crash
Close the previous notification on multiple calls to show
|
2017-10-28 12:33:30 +13:00 |
|
Felix Rieseberg
|
2e487adf8a
|
📝 Add a line to the docs
|
2017-10-27 12:17:30 -07:00 |
|
Matt Crocker
|
ca8f45a501
|
Notifications should emit close on close, not eventual GC
|
2017-10-27 00:04:19 -07:00 |
|
Samuel Attard
|
fe9069c028
|
Close the previous notification on multiple calls to show
|
2017-10-27 16:22:21 +13:00 |
|
Felix Rieseberg
|
ff97817668
|
Add string to notification doc
Tiny fix: The docs suggest `NativeImage` for `icon`, but a string is also allowed.
|
2017-09-25 14:02:59 -07:00 |
|
Charlie Hess
|
f2c0d1f0c5
|
📝 Little cleanup.
|
2017-08-21 13:56:10 -07:00 |
|
Charlie Hess
|
db081d95d5
|
Review CommentZ.
|
2017-08-21 13:53:50 -07:00 |
|
Charlie Hess
|
2b9b186fd1
|
Rename soundName → sound.
|
2017-08-17 17:28:14 -07:00 |
|
Charlie Hess
|
0cfae1cc2b
|
Plumb in the macOS soundName property for notifications.
|
2017-08-17 13:31:20 -07:00 |
|
Loren Segal
|
205954fa27
|
Mark certain Notification options as optional
This change makes the `subtitle` and `actions` options optional to the
Notification constructor, since they are only available on macOS.
|
2017-07-25 13:24:15 -04:00 |
|
Milan Burda
|
a196bf97bc
|
🍎 Add subtitle to Notification properties
|
2017-06-30 16:54:28 +02:00 |
|
Samuel Attard
|
a9bf9d26ab
|
Fix typo in Notification docs
|
2017-06-23 20:50:50 +10:00 |
|
Samuel Attard
|
4f0d48f164
|
Add support for notification actions on macOS
|
2017-06-23 20:50:20 +10:00 |
|
Zeke Sikelianos
|
56ee50f3a3
|
use lowercase for optional annotation
|
2017-06-13 13:50:10 -07:00 |
|
Samuel Attard
|
3938373ecb
|
Fix linting errors and add isSupported
|
2017-05-30 20:27:24 +10:00 |
|
Samuel Attard
|
5048425e6e
|
Update implementation as per feedback
|
2017-05-30 19:06:51 +10:00 |
|
Samuel Attard
|
6cdfb43e4e
|
Emit a close event
|
2017-05-29 21:33:43 +10:00 |
|
Samuel Attard
|
f5de57dbdb
|
Mark notification API as experimental
|
2017-05-23 02:05:13 +10:00 |
|
Samuel Attard
|
8815da314f
|
Add Notification API docs
|
2017-05-23 02:05:13 +10:00 |
|