Commit Graph

152 Commits

Author SHA1 Message Date
Amit Davidi
28a2811766 Upgrade lib and demo projects to RN 0.51 2018-01-11 14:27:26 +02: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
Omri Bruchim
a1911b324d Fix: Handling first push notification (when opening app with push) without remove it from bridgeQueue, cause triggering same action multiple times. 2017-06-01 16:56:05 +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
Benjamin Dobell
babfd9f1d0 Accept string device tokens 2017-05-07 05:24:53 +10:00
Omri Bruchim
a83cfb39c5 1.1.10 2017-04-24 15:39:22 +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
Gustavo Perdomo
8024bb2148 Merge remote-tracking branch 'upstream/master' 2017-03-22 14:04:47 -03:00
Amit Davidi
e4cd4b913a 1.1.9 2017-03-22 12:29:09 +02:00
Amit Davidi
c9e349f94a Fix rn-0.40 support PR's usage of __has_include 2017-03-22 11:54:30 +02:00
d4vidi
275cc12e8e Merge pull request #47 from gperdomor/feature/support-rn-0.40
RN 0.40 support
2017-03-21 14:33:48 +02:00
Gustavo Perdomo
fb2111c027 Add support to RN 0.40 2017-03-20 12:04:00 -03:00
Gustavo Perdomo
da0c4e53ac Merge remote-tracking branch 'upstream/master' 2017-03-20 12:01:39 -03:00