166 Commits

Author SHA1 Message Date
Amit Davidi
2c71cd9192 Upgrade ios example proj deployment target 2018-02-27 16:16:49 +02:00
Yedidya Kennard
161650db9f 1.1.19 2018-02-25 16:41:06 +02:00
Yedidya Kennard
072db20301 1.1.18 2018-02-25 16:19:56 +02:00
Yedidya Kennard
93f257c96d Merge pull request #182 from tiborkr/patch-1
Update notificationsEvents.md
2018-02-25 16:17:05 +02:00
Yedidya Kennard
3c170df7de Merge pull request #186 from vehikl/feature/get-badge-count
Added method for getting the current iOS badge count
2018-02-25 16:16:38 +02:00
Yedidya Kennard
ade806e527 Merge pull request #191 from wix/initial_notification_ios
getInitialNotification implemented on iOS
2018-02-25 16:16:28 +02:00
Yedidya Kennard
2643b66f5e Merge pull request #148 from KnackTech/open-local-fix
iOS opening Local Notification crash fix
2018-02-25 16:16:19 +02:00
Yedidya Kennard
3f13f6f99a Get local notification too 2018-02-25 16:10:15 +02:00
Yedidya Kennard
5c796bf70e getInitialNotification implemented on iOS 2018-02-25 15:51:20 +02:00
Lucas Gladding
2aaaad99c3 Added method for getting the current badge count. 2018-02-15 22:40:40 -05:00
Tibor Kranjčec
80a18f9e74 Update notificationsEvents.md
Changes the documentation so the example is correct in the prevention of the memory leaks.

`.bind` will return a new version of the function on each call which means `removeEventListener` won't be able to find the previous listener and release it.
2018-02-01 11:16:09 +01:00
Amit Davidi
28a2811766 Upgrade lib and demo projects to RN 0.51 2018-01-11 14:27:26 +02:00
David Stoker
816b09e970 Revert "Add iOS version checks to prevent crashes on iOS 8"
This reverts commit 9a47c853ce.
2017-11-15 22:12:20 -05:00
David Stoker
9a47c853ce Add iOS version checks to prevent crashes on iOS 8 2017-11-15 22:04:11 -05:00
David Stoker
d8a3d25ba0 Fix setting of the openedLocalNotification to use the userInfo from the UILocalNotification if it exists instead of the UILocalNotification itself 2017-10-26 22:39:45 -04:00
d4vidi
bd4d6b7b48 Remove old (broken) refs in README 2017-10-26 18:56:39 +03:00
d4vidi
2cb5d47641 Merge pull request #147 from wix/readme_segmentation
Break README into sub-sections in separate files with a ToC
2017-10-26 18:49:44 +03:00
Amit Davidi
fe30ae5e03 Break README into sub-sections in separate files with a ToC 2017-10-26 18:45:41 +03:00
d4vidi
0048968eb1 Merge pull request #132 from eliperkins/patch-1
Remove @providesModule
2017-10-26 12:55:55 +03:00
Amit Davidi
83d1386e13 v1.1.17 v1.1.17 2017-10-26 10:30:57 +03:00
d4vidi
0a350a12ea Merge pull request #96 from radko93/patch-2
Remove createJSModules @overide marker - RN 0.47 compatibility
2017-10-26 10:25:36 +03:00
Ran Greenberg
c45934545f Merge pull request #62 from Benjamin-Dobell/fcm-ios
Accept string device tokens
2017-10-24 20:19:18 +03:00
Eli Perkins
0cff6264ba Remove @providesModule
This Haste module is never used by the library, and only interferes with usage in Haste-based systems.
2017-10-03 14:27:44 -04:00
Ran Greenberg
15798eb34f 1.1.16 2017-08-26 09:24:16 +03:00
Ran Greenberg
aa1a7b9456 Merge pull request #116 from reberhardt7/add-silent-option
Add silent option to iOS localNotification
2017-08-26 09:23:39 +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
Yedidya Kennard
449c2f7777 1.1.15 2017-08-22 13:51:08 +03:00
Guy Carmeli
7f1845d042 Merge pull request #111 from wix/android_permission_check
Added support for checking permissions on android
2017-08-22 13:22:07 +03:00
Yedidya Kennard
7784008148 Added support for checking permissions on android 2017-08-22 12:59:35 +03:00
Ran Greenberg
26da9c9a63 1.1.14 2017-08-19 17:46:41 +03:00
Ran Greenberg
e4921f36b7 Merge pull request #103 from reberhardt7/dismiss-notifications
Use UserNotifications to create/dismiss local notifications
2017-08-16 14:12:34 +03: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
Ran Greenberg
77bce6a62b Merge pull request #95 from reberhardt7/master
Add iOS checkPermissions
2017-08-15 09:56:58 +03:00
Radek Czemerys
a6de8b32a0 Fix comment 2017-08-07 13:56:02 +02:00
Radek Czemerys
b3214e92f2 Remove depreciated createJSModules @ovveride marker 2017-08-02 20:28:03 +02: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
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
Ran Greenberg
f3c4b0afea 1.1.13 2017-07-20 09:05:54 +03:00
Ran
1838e42d9e Merge pull request #75 from opendoor-labs/flow_fix
Fix flow errors
2017-07-20 09:04:01 +03:00
Ran Greenberg
de8a6cbbcd 1.1.12 v1.1.12 2017-07-13 12:30:14 +03:00
Ran
4567efcbca Merge pull request #87 from wix/isRegisteredForRemoteNotifications
iOS API - Is registered for remote notifications
2017-07-13 12:22:58 +03:00
Ran Greenberg
cb2ec05769 add test 2017-07-12 16:30:53 +03:00
Ran Greenberg
f0488296d4 remove async await 2017-07-12 16:30:45 +03:00
Ran Greenberg
e5feb9ffbe add isRegisteredForRemoteNotifications to JS API 2017-07-12 15:58:49 +03:00
Ran Greenberg
baac919188 add isRegisteredForRemoteNotifications to iOS native side 2017-07-12 15:57:50 +03:00
mlanter
2fd4556ae1 Fix flow errors 2017-06-14 17:09:07 -07:00
Omri Bruchim
43a4c89511 1.1.11 2017-06-01 17:01:44 +03:00