- 29 Jan, 2019 3 commits
-
-
Yogev Ben David authored
-
Yogev Ben David authored
-
Yogev Ben David authored
Migrate from GCM to FCM
-
- 12 Dec, 2018 2 commits
-
-
Yogev Ben David authored
-
yogevbd authored
-
- 11 Dec, 2018 4 commits
-
-
yogevbd authored
-
Yogev Ben David authored
Foreground listener
-
yogevbd authored
-
yogevbd authored
-
- 10 Dec, 2018 2 commits
-
-
yogevbd authored
-
Yogev Ben David authored
fix background PN is received as foreground
-
- 09 Dec, 2018 1 commit
-
-
Doron Pearl authored
for the first time. refs #268 The `didReceiveRemoteNotification` checks for the current app state which will be active and hence wrongly emit the notification to JS as foreground. However at the exact time when the user opened the notification, the app was at the background hence this is a background notification by definition. In other words, conceptually determining if the notification is background or foreground should NOT be based on the time it was consumed from the queue but on the time it was received. Practically, if it was queued, then the app must have been in the background ==> background notification.
-
- 04 Nov, 2018 6 commits
-
-
Amit Davidi authored
-
Amit Davidi authored
-
Guy Carmeli authored
-
Guy Carmeli authored
-
Guy Carmeli authored
-
Guy Carmeli authored
Update gradle files, nothing fancy.
-
- 16 Aug, 2018 1 commit
-
-
Lev Vidrak authored
[FIX] Android 8
-
- 26 Jul, 2018 1 commit
-
-
Diego Mello authored
-
- 27 Feb, 2018 1 commit
-
-
Amit Davidi authored
-
- 25 Feb, 2018 8 commits
-
-
Yedidya Kennard authored
-
Yedidya Kennard authored
-
Yedidya Kennard authored
Update notificationsEvents.md
-
Yedidya Kennard authored
Added method for getting the current iOS badge count
-
Yedidya Kennard authored
getInitialNotification implemented on iOS
-
Yedidya Kennard authored
iOS opening Local Notification crash fix
-
Yedidya Kennard authored
-
Yedidya Kennard authored
-
- 16 Feb, 2018 1 commit
-
-
Lucas Gladding authored
-
- 01 Feb, 2018 1 commit
-
-
Tibor Kranjčec authored
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.
-
- 11 Jan, 2018 1 commit
-
-
Amit Davidi authored
-
- 16 Nov, 2017 2 commits
-
-
David Stoker authored
This reverts commit 9a47c853.
-
David Stoker authored
-
- 27 Oct, 2017 1 commit
-
-
David Stoker authored
Fix setting of the `openedLocalNotification` to use the `userInfo` from the `UILocalNotification` if it exists instead of the `UILocalNotification` itself
-
- 26 Oct, 2017 5 commits
-
-
d4vidi authored
-
d4vidi authored
Break README into sub-sections in separate files with a ToC
-
Amit Davidi authored
-
d4vidi authored
Remove @providesModule
-
Amit Davidi authored
-