1. 11 Jul, 2019 1 commit
  2. 09 Jul, 2019 2 commits
  3. 08 Jul, 2019 2 commits
    • yogevbd's avatar
      WIP · df53f390
      yogevbd authored
      df53f390
    • yogevbd's avatar
      WIP · e819748f
      yogevbd authored
      e819748f
  4. 07 Jul, 2019 2 commits
  5. 04 Jul, 2019 1 commit
    • yogevbd's avatar
      WIP · 911765e2
      yogevbd authored
      911765e2
  6. 02 May, 2019 3 commits
  7. 18 Apr, 2019 3 commits
  8. 18 Mar, 2019 1 commit
  9. 24 Feb, 2019 1 commit
  10. 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
  11. 25 Feb, 2018 2 commits
  12. 16 Feb, 2018 1 commit
  13. 11 Jan, 2018 1 commit
  14. 16 Nov, 2017 2 commits
  15. 27 Oct, 2017 1 commit
  16. 25 Aug, 2017 1 commit
  17. 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
  18. 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
  19. 12 Jul, 2017 1 commit
  20. 01 Jun, 2017 1 commit
  21. 07 May, 2017 1 commit
  22. 24 Apr, 2017 1 commit
  23. 23 Mar, 2017 1 commit
  24. 22 Mar, 2017 1 commit
  25. 20 Mar, 2017 1 commit
  26. 18 Jan, 2017 1 commit
  27. 25 Sep, 2016 2 commits
  28. 09 May, 2016 1 commit
  29. 23 Apr, 2016 2 commits