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