1. 02 May, 2019 2 commits
  2. 18 Apr, 2019 3 commits
  3. 18 Mar, 2019 1 commit
  4. 24 Feb, 2019 1 commit
  5. 09 Dec, 2018 1 commit
    • Doron Pearl's avatar
      fix background PN is received as foreground · aa7625ce
      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.
      aa7625ce
  6. 25 Feb, 2018 2 commits
  7. 16 Feb, 2018 1 commit
  8. 11 Jan, 2018 1 commit
  9. 16 Nov, 2017 2 commits
  10. 27 Oct, 2017 1 commit
  11. 25 Aug, 2017 1 commit
  12. 16 Aug, 2017 1 commit
    • Ryan Eberhardt's avatar
      Use UserNotifications to create local notifications · d945506c
      Ryan Eberhardt authored
      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.
      d945506c
  13. 02 Aug, 2017 1 commit
    • Ryan Eberhardt's avatar
      Add iOS checkPermissions · 1ece0281
      Ryan Eberhardt authored
      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.
      1ece0281
  14. 12 Jul, 2017 1 commit
  15. 01 Jun, 2017 1 commit
  16. 07 May, 2017 1 commit
  17. 24 Apr, 2017 1 commit
  18. 23 Mar, 2017 1 commit
  19. 22 Mar, 2017 1 commit
  20. 20 Mar, 2017 1 commit
  21. 18 Jan, 2017 1 commit
  22. 25 Sep, 2016 2 commits
  23. 09 May, 2016 1 commit
  24. 23 Apr, 2016 2 commits
  25. 17 Apr, 2016 1 commit
  26. 15 Apr, 2016 2 commits
  27. 14 Apr, 2016 3 commits
  28. 13 Apr, 2016 1 commit
  29. 12 Apr, 2016 1 commit
  30. 07 Apr, 2016 1 commit