Skip to content

Capturable v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 14:23
f75509d

Changes

[#7] Fix issue: Can't get the Bitmap when Capturable includes Network image

Fixed the issue IllegalArgumentException: Software rendering doesn't support hardware bitmaps on capturing Composable which includes network image (i.e. Picasso, Glide, coil, etc). This issue was occurring on devices above Android Oreo (API 26+) in which drawing Bitmap from Canvas causes such issues while drawing hardware-generated Bitmap (i.e. image loaded from the network).

Dependent Targets

  • Jetpack Compose: 1.0.5
  • Kotlin: 1.5.31

Full Changelog: v1.0.1...v1.0.2