43 Commits

Author SHA1 Message Date
d4vidi
bd4d6b7b48 Remove old (broken) refs in README 2017-10-26 18:56:39 +03:00
Amit Davidi
fe30ae5e03 Break README into sub-sections in separate files with a ToC 2017-10-26 18:45:41 +03:00
Ryan Eberhardt
358c1ec56a Add silent option to iOS localNotification
Add an option to suppress notification sound. Allows for in-app
notification mute
2017-08-24 12:23:34 -07:00
Ryan Eberhardt
d945506c82 Use UserNotifications to create local notifications
a15e038a adds support for enumerating/dismissing delivered notifications
by ID, but UserNotifications notifications and UILocalNotification
notifications have a different set of IDs (a notification created using
UILocalNotification will have an ID that does not match the
notification's ID in the UserNotifications world and hence cannot be
used to dismiss that notification). This commit creates the
notifications using UserNotifications if the user is on iOS 10.
2017-08-15 17:09:59 -07:00
Ryan Eberhardt
6b7bb9c9f0 Merge branch 'feature/remove-delivered-notifications' into dismiss-notifications 2017-08-15 17:08:08 -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
Rotem Mizrachi-Meidan
9dbc7268f9 Merge pull request #63 from asessa/patch-1
Missing bracket on example
2017-07-20 10:59:03 +03:00
Rotem Mizrachi-Meidan
3ed3cfcf2e Merge pull request #41 from sportnak/patch-2
Update README.md
2017-07-20 10:58:17 +03:00
d4vidi
3dd4e463b4 Remove android WIP notice 2017-05-18 11:32:48 +03:00
d4vidi
b3b57d9769 Add ref to RNN wiki 2017-05-18 11:32:03 +03:00
Andrea Sessa
cad255d90b Missing bracket on example 2017-05-07 10:37:15 +02: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
sportnak
c0227c5418 Update README.md
Fix improper reference in readme.
2017-03-01 17:26:21 -08:00
d4vidi
1571c0d688 Merge pull request #31 from pennersr/patch-2
Typ-o regsitered
2017-01-23 14:48:13 +02:00
Amit Davidi
7cbf9f653e Issue #21: Change getInitialNotification() to work like iOS when no notif is available 2017-01-23 13:15:07 +02:00
Raymond Penners
89ba511e87 Typ-o regsitered 2017-01-20 21:38:59 +01:00
Lidan
0d3e0436ef Merge pull request #27 from pennersr/registration-failed
Expose registration failure event
2017-01-17 22:12:04 +02:00
Raymond Penners
4452be9048 Expose registration failure event 2017-01-17 20:20:52 +01:00
Raymond Penners
db965b0005 Typ-o manully 2017-01-16 14:27:14 +01:00
Marc Sommerhalder
fc91247977 Update README.md 2016-11-30 13:25:13 +01:00
d4vidi
8cea39ef47 Update readme with info regarding local notifications on Android 2016-11-29 16:55:42 +02:00
d4vidi
40d2b6fcc3 Add a ref to Android customization wiki 2016-11-23 17:42:35 +02:00
d4vidi
3f51ba6262 Downgrade 2016-11-21 20:27:16 +02:00
d4vidi
bac11ebc54 Add various fixes 2016-11-21 14:03:45 +02:00
Amit Davidi
799f9e737c Move library code to repo root to enable npm publishing 2016-11-20 09:56:49 +02:00
Amit Davidi
970ee0ed08 Update Android info on README, also LICENSE 2016-11-17 23:00:34 +02:00
Amit Davidi
9aa75961ad Android example project 2016-11-15 14:21:52 +02:00
Lidan Hifi
6497ee023b added cancelLocalNotification and cancelAllLocalNotifications support 2016-09-25 01:50:25 +03:00
Lidan Hifi
3839f56768 1.0.0 🎉 2016-06-15 02:15:35 +03:00
Lidan Hifi
1a2f6a2b7f fix README links 2016-06-15 02:01:25 +03:00
Lidan Hifi
cd3c0d2500 added README 2016-06-15 01:55:30 +03:00
Lidan Hifi
6476026b86 added local notifications support 2016-04-23 17:30:25 +03:00
Lidan
3ae2bdaf55 Update README.md 2016-04-19 16:27:07 +03:00
Lidan Hifi
903834a40b fix interactive notification action coldstart 2016-04-15 02:52:42 +03:00
Lidan Hifi
8696167edb return unified IOSNotification object for regular and managed notifications 2016-04-12 02:08:05 +03:00
Lidan Hifi
f07e731f7a moved to es6 syntax, fixed testing infra, added tests 2016-04-11 19:48:03 +03:00
Lidan
a00f5358c5 Added Travis-CI build badge 2016-04-10 17:22:30 +03:00
Lidan
e7b021cdff Trigger push 2016-04-10 17:08:40 +03:00
Lidan
507a702f5b Update README.md 2016-04-09 12:53:16 +03:00
Lidan
ab35ef54e8 Update README.md 2016-04-09 12:52:54 +03:00
Lidan Hifi
1a13c108a8 add mocha for testing, eslint 2016-04-09 11:41:28 +03:00
Lidan Hifi
1ee9741b7f initial release 😎 2016-04-06 16:30:52 +03:00