1. 01 Aug, 2018 1 commit
  2. 31 Jul, 2018 1 commit
  3. 14 Jul, 2018 1 commit
  4. 19 Jun, 2018 2 commits
  5. 30 May, 2018 1 commit
  6. 16 May, 2018 3 commits
  7. 07 May, 2018 1 commit
  8. 23 Apr, 2018 1 commit
  9. 22 Mar, 2018 1 commit
  10. 21 Mar, 2018 3 commits
  11. 16 Mar, 2018 3 commits
  12. 11 Mar, 2018 1 commit
    • ksegla's avatar
      Decode utf-8 before presentation · 6998182a
      ksegla authored
      This is needed when the strings are encoded in utf8. The encoding is needed for special characters (as simple as é) and smileys. 
      In my use case, I only need title, body and big_text (not familiar with the new additions: action, etc.) but any string in the notification could need decoding. 
      String X = bundle.getString("X")
      X= URLDecoder.decode( X, "UTF-8" );
      
      Medium term, it could be nice to have a tag for encoding in the initial message that would trigger or not a decoding.
      6998182a
  13. 07 Mar, 2018 1 commit
  14. 06 Mar, 2018 3 commits
  15. 05 Mar, 2018 2 commits
  16. 13 Feb, 2018 1 commit
  17. 09 Feb, 2018 2 commits
  18. 07 Feb, 2018 1 commit
  19. 21 Jan, 2018 1 commit
  20. 06 Jan, 2018 1 commit
  21. 05 Jan, 2018 1 commit
  22. 04 Jan, 2018 1 commit
  23. 03 Jan, 2018 1 commit
  24. 21 Dec, 2017 1 commit
  25. 30 Nov, 2017 1 commit
  26. 06 Oct, 2017 1 commit
  27. 01 Oct, 2017 1 commit
  28. 29 Sep, 2017 1 commit
  29. 27 Sep, 2017 1 commit