yogevbd
c06c806a71
Uprgade react-native@0.59.5
2019-07-27 22:28:01 +03:00
yogevbd
10730bed07
Refactor, split code, upgrade react
2019-07-07 12:41:53 +03:00
yogevbd
cbfbeb77c1
Fix lint
2019-07-04 18:32:53 +03:00
yogevbd
911765e24f
WIP
2019-07-04 16:37:32 +03:00
Artal Druk
99717b1463
Revert "[WIP] iOS deprecated API replacement ( #295 )"
...
This reverts commit 498dd34b70 .
2019-05-02 15:35:16 +03:00
aboelbisher
498dd34b70
[WIP] iOS deprecated API replacement ( #295 )
...
* IOS deprecated API replacement
2019-03-18 11:24:55 +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
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
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
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
Ran
1838e42d9e
Merge pull request #75 from opendoor-labs/flow_fix
...
Fix flow errors
2017-07-20 09:04:01 +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
mlanter
2fd4556ae1
Fix flow errors
2017-06-14 17:09:07 -07: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
Raymond Penners
4452be9048
Expose registration failure event
2017-01-17 20:20:52 +01:00
Leon Mok
b22b57c13b
Change unneeded lets to consts
2016-10-27 23:53:33 +08: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
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
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 Hifi
1a13c108a8
add mocha for testing, eslint
2016-04-09 11:41:28 +03:00
Lidan Hifi
0b9170e5fb
rename package
2016-04-06 21:20:48 +03:00
Lidan Hifi
1ee9741b7f
initial release 😎
2016-04-06 16:30:52 +03:00