1. 07 Jul, 2019 1 commit
  2. 04 Jul, 2019 3 commits
  3. 02 May, 2019 3 commits
  4. 18 Apr, 2019 6 commits
  5. 18 Mar, 2019 1 commit
  6. 14 Mar, 2019 1 commit
  7. 24 Feb, 2019 3 commits
  8. 04 Feb, 2019 5 commits
  9. 30 Jan, 2019 1 commit
  10. 29 Jan, 2019 3 commits
  11. 12 Dec, 2018 2 commits
  12. 11 Dec, 2018 4 commits
  13. 10 Dec, 2018 2 commits
  14. 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
  15. 04 Nov, 2018 4 commits