Ryan Eberhardt
6b7bb9c9f0
Merge branch 'feature/remove-delivered-notifications' into dismiss-notifications
2017-08-15 17:08:08 -07:00
Ryan Eberhardt
24eee3b53f
Fix tests
2017-08-01 17:10:23 -07:00
Ryan Eberhardt
1ece028168
Add iOS checkPermissions
...
Add a checkPermissions function allowing the app to determine what
notification permissions the user has granted. The function returns a
promise resolving to an object with permission info.
2017-08-01 16:53:36 -07:00
Ran Greenberg
cb2ec05769
add test
2017-07-12 16:30:53 +03:00
Omri Bruchim
9856f121ca
Add setBadgesCount function (for iOS)
2017-04-24 15:34:22 +03:00
Gustavo Perdomo
a15e038a6f
Initial support of UNUserNotification
2017-03-22 15:56:06 -03:00
Amit Davidi
a83c578c98
Fix broken android API test
2017-02-15 16:56:31 +02:00
Raymond Penners
4452be9048
Expose registration failure event
2017-01-17 20:20:52 +01:00
d4vidi
f2f3221d67
Add support in local notifications on Android
2016-11-29 16:13:45 +02:00
d4vidi
d7697c11b5
Add JS-lib unit tests (Android)
2016-11-23 12:12:41 +02:00
Lidan Hifi
6497ee023b
added cancelLocalNotification and cancelAllLocalNotifications support
2016-09-25 01:50:25 +03:00
Lidan Hifi
6476026b86
added local notifications support
2016-04-23 17:30:25 +03:00
Lidan Hifi
46a443b8f8
fix background queue for notification actions and background notifications
2016-04-23 11:46:25 +03:00
Lidan Hifi
19a11de39f
fix background remaining time test
2016-04-17 17:30:13 +03:00
Lidan Hifi
448cc12eeb
added permissions handling, added PushKit support for reliable background notifications
2016-04-17 16:58:49 +03:00
Lidan Hifi
903834a40b
fix interactive notification action coldstart
2016-04-15 02:52:42 +03:00
Lidan Hifi
4392135fd5
optimized action handling using single listener, added reset method that removes the action event listener to prevent memory leaks
2016-04-15 00:56:30 +03:00
Lidan Hifi
2ade57c9c1
added interactive notifications 💬
2016-04-14 01:27:48 +03:00
Lidan Hifi
3749249613
fix badge handling, added category to local notification
2016-04-13 18:41:17 +03:00
Lidan Hifi
dbd5e17e30
fixed some babel issues
2016-04-12 12:31:41 +03:00
Lidan Hifi
8696167edb
return unified IOSNotification object for regular and managed notifications
2016-04-12 02:08:05 +03:00
Lidan Hifi
6fa36f2b83
fixed es6 syntax in spec file
2016-04-11 20:07:11 +03:00
Lidan Hifi
f07e731f7a
moved to es6 syntax, fixed testing infra, added tests
2016-04-11 19:48:03 +03:00
Lidan Hifi
1a13c108a8
add mocha for testing, eslint
2016-04-09 11:41:28 +03:00