You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto dismiss notifications with input action: A clear does not work on notifications with input fields. Google recommends to update the notificiation after an input was made without adding actions. The input does this and removes the notification after a short delay. Fixes Issue #2080.
Bugfix: Use Object.assign instead of spread in object literals in local-notification.js, to make this plugin work with an Android 7 emulator, where the WebView can't be updated
Some code refactoring
Common
Readme: Improve documenation of actions and events