1. 31 Oct, 2016 - 1 commit
  2. 28 Oct, 2016 - 2 commits
  3. 26 Oct, 2016 - 1 commit
  4. 21 Sep, 2016 - 2 commits
  5. 19 Sep, 2016 - 1 commit
  6. 17 Sep, 2016 - 1 commit
  7. 16 Sep, 2016 - 1 commit
  8. 08 Sep, 2016 - 3 commits
  9. 29 Aug, 2016 - 1 commit
  10. 18 Aug, 2016 - 1 commit
  11. 17 Aug, 2016 - 1 commit
  12. 16 Aug, 2016 - 1 commit
  13. 02 Aug, 2016 - 1 commit
  14. 28 Jul, 2016 - 1 commit
  15. 19 Jul, 2016 - 1 commit
    • Eskil Abrahamsen Blomfeldt's avatar
      Android: Fix test purchases after changes in Google Play · 33cc3a46
      Eskil Abrahamsen Blomfeldt authored
      
      After June 20th, Google Play no longer generates order IDs for
      test purchases, causing an exception to occur in Qt Purchasing
      when making such purchases and preventing the transaction from
      being communicated to the application. The orderId and timestamp
      are not technically required information, so in the case where
      they are not available, we just ignore it and use defaults
      instead.
      
      [ChangeLog][Android] Fixed test purchases after changes in
      Google Play that removed the order ID for such transactions.
      
      Task-number: QTBUG-54518
      Change-Id: If8cd8e4dc76329e572556988b3e65485920c4e0d
      Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
      33cc3a46
  16. 06 Jul, 2016 - 2 commits
  17. 24 May, 2016 - 2 commits
  18. 19 May, 2016 - 1 commit
  19. 13 May, 2016 - 1 commit
  20. 29 Apr, 2016 - 1 commit
    • Eskil Abrahamsen Blomfeldt's avatar
      Fix crash when requerying product before previous completed · 0afcd2ef
      Eskil Abrahamsen Blomfeldt authored
      
      If a product was queried twice in a row, so quickly that the first
      one was still pending when the second query was made, then we
      would have unexpected null pointers in the array of identifiers
      that we pass into Java. This would cause a crash. Instead, we
      remove all identifiers which are already pending before creating
      the array so that it will not have any holes.
      
      Task-number: QTBUG-52330
      Change-Id: I643835ea224dac969d29ad6572f224a068724d41
      Reviewed-by: default avatarAndy Nichols <andy.nichols@qt.io>
      0afcd2ef
  21. 28 Apr, 2016 - 3 commits
  22. 26 Apr, 2016 - 1 commit
  23. 12 Apr, 2016 - 1 commit
  24. 08 Apr, 2016 - 2 commits
  25. 17 Mar, 2016 - 1 commit
  26. 07 Mar, 2016 - 1 commit
  27. 03 Mar, 2016 - 2 commits
  28. 23 Feb, 2016 - 1 commit
  29. 09 Feb, 2016 - 1 commit
  30. 08 Feb, 2016 - 1 commit