1. 14 Jan, 2025 1 commit
  2. 13 Jan, 2025 1 commit
  3. 07 Jan, 2025 1 commit
  4. 12 Dec, 2024 2 commits
  5. 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
  6. 03 Dec, 2024 1 commit
  7. 01 Nov, 2024 1 commit
  8. 31 Oct, 2024 1 commit
  9. 29 Oct, 2024 1 commit
  10. 22 Oct, 2024 1 commit
  11. 18 Oct, 2024 1 commit
  12. 25 Sep, 2024 2 commits
  13. 18 Sep, 2024 2 commits
  14. 17 Sep, 2024 1 commit
  15. 09 Sep, 2024 1 commit
  16. 16 Aug, 2024 1 commit
  17. 14 Aug, 2024 1 commit
  18. 12 Aug, 2024 2 commits
  19. 07 Aug, 2024 1 commit
  20. 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
  21. 02 Aug, 2024 1 commit
  22. 30 Jul, 2024 1 commit
  23. 23 Jul, 2024 2 commits
  24. 10 Jul, 2024 1 commit
  25. 09 Jul, 2024 3 commits
  26. 19 Jun, 2024 1 commit
  27. 13 Jun, 2024 1 commit
  28. 12 Jun, 2024 2 commits
  29. 11 Jun, 2024 2 commits
  30. 10 Jun, 2024 1 commit
  31. 28 May, 2024 1 commit