Skip to content

Releases: romainguy/pathway

v0.18.0

12 Feb 22:09
Compare
Choose a tag to compare
  • Iterating over a Path is now 2x faster on API < 34

v0.17.0

13 Dec 02:07
Compare
Choose a tag to compare
  • Fix ProGuard rules

v0.16.0

13 Dec 01:30
Compare
Choose a tag to compare
  • Shrunk native library size by 95%
  • Preserve symbols required by JNI

v0.15.0

11 Dec 22:55
Compare
Choose a tag to compare
  • Reduced the size of the library

v0.14.0

12 Jul 19:58
Compare
Choose a tag to compare
  • Move support from preview SDK to API 34/Android 14

v0.12.0

24 Apr 10:10
Compare
Choose a tag to compare
  • Fixed crash on API 33
  • Fixed path division unit test issue due to uninitialized memory

v0.11.0

09 Feb 18:26
Compare
Choose a tag to compare
  • Add support for Android 14 Developer Preview 1 (tentatively API 34)

v0.10.0

15 Dec 03:00
Compare
Choose a tag to compare
  • Added Path.toSvg() to convert a Path instance to an SVG document. The optional document parameter can be set to false to export the SVG path data only.

v0.9.0

02 Dec 01:07
Compare
Choose a tag to compare
  • Added Path.divide to extract multiple contours (List<Path>) from a single Path
  • Added Bitmap.toPath and Bitmap.toPaths to extract vector contours from images

v0.8.0

08 Sep 22:07
Compare
Choose a tag to compare
  • More Java-friendly top-level/static declarations