1. 13 Jan, 2025 1 commit
  2. 07 Jan, 2025 1 commit
  3. 12 Dec, 2024 2 commits
  4. 09 Dec, 2024 1 commit
    • jakub-senohrabek-jb's avatar
      Allow setting skiko properties using skiko.properties file inside jar (#994) · bccb17a4
      jakub-senohrabek-jb authored
      In order to use two different versions of skiko in one app (using
      multiple classloaders), it is required to use the unpacking strategy, as
      the skiko.library.path is a system property, which is same for all
      classloaders.
      
      This change will allow to use presigned natives shipped together with
      the app, while still being able to use multiple versions as the property
      skiko.library.path will be loaded from current classloader resources,
      with fallback to system property.
      Co-authored-by: 's avatarJakub Senohrabek <jakub@senohrabek.net>
      bccb17a4
  5. 03 Dec, 2024 1 commit
  6. 01 Nov, 2024 1 commit
  7. 31 Oct, 2024 1 commit
  8. 29 Oct, 2024 1 commit
  9. 22 Oct, 2024 1 commit
  10. 18 Oct, 2024 1 commit
  11. 25 Sep, 2024 2 commits
  12. 18 Sep, 2024 2 commits
  13. 17 Sep, 2024 1 commit
  14. 09 Sep, 2024 1 commit
  15. 16 Aug, 2024 1 commit
  16. 14 Aug, 2024 1 commit
  17. 12 Aug, 2024 2 commits
  18. 07 Aug, 2024 1 commit
  19. 05 Aug, 2024 1 commit
    • Oleksandr Karpovich's avatar
      Fix skia download destination directory (#971) · c1f81974
      Oleksandr Karpovich authored
      The download directory path now depends on the buildType: Debug and
      Release
      
      
      ___
      It affected our buildServer CI pipeline where it builds Release first
      and then Debug. And downloadTask was considered UP-TO-DATE when Debug
      build was attempted. Therefore the build used "Release" version of skia
      instead of "Debug. "
      
      Added a Debug build to the githiub workflow too.
      c1f81974
  20. 02 Aug, 2024 1 commit
  21. 30 Jul, 2024 1 commit
  22. 23 Jul, 2024 2 commits
  23. 10 Jul, 2024 1 commit
  24. 09 Jul, 2024 3 commits
  25. 19 Jun, 2024 1 commit
  26. 13 Jun, 2024 1 commit
  27. 12 Jun, 2024 2 commits
  28. 11 Jun, 2024 2 commits
  29. 10 Jun, 2024 1 commit
  30. 28 May, 2024 1 commit
  31. 27 May, 2024 1 commit