Skip to content

Releases: alexzhirkevich/custom-qr-generator

2.0.0-alpha01

12 Jul 23:47
Compare
Choose a tag to compare
2.0.0-alpha01 Pre-release
Pre-release

What's Changed

  • Separate painting mode by @alexzhirkevich in #35
  • Improved highlighting
  • Removed deprecated raster codes
  • Breaking api changes in custom colors/shapes. May require manual migration
  • Shape combining operators (+, -, xor ...), shapes scaling
    Full Changelog: 1.6.2...2.0.0-alpha01

1.6.2

24 May 06:06
0fcc86e
Compare
Choose a tag to compare

1.6.1

23 Mar 10:43
Compare
Choose a tag to compare
  • Fixed incorrect logo scaling (#23)
  • Fixed Empty logo padding
  • Improved automatic error correction level
  • Fixed some shapes not being affected by changing the width or radius parameter

1.6.0

14 Mar 19:23
Compare
Choose a tag to compare
  • Removed serialization, context dependency, DrawableSource.
  • Reduced kotlin compiler version back to 1.6.21

1.5.8

10 Mar 08:44
Compare
Choose a tag to compare
  • Added compose interop
  • Added 4th eye option (#19)

1.5.7

24 Feb 12:47
89ad7b5
Compare
Choose a tag to compare

Bug fixes, minor updates

1.5.6

10 Jan 09:27
Compare
Choose a tag to compare
  • Set default level of error correction of QrVectorOptions from Low to Auto
  • Improved automatic error correction of custom code shapes (#11)
  • Fixed incorrect eye position of QR codes with custom shape and non-default frame or\and ball color.

1.5.5

06 Jan 16:16
3f822cb
Compare
Choose a tag to compare
  • Added central symmetry support (#13)
  • Added per-corner settings for vector RoundCorners shapes (works nice with central symmetry)
  • Drawable codes can now be safely converted to Bitmap and saved to file or used in Jetpack Compose

1.5.4

23 Dec 21:04
Compare
Choose a tag to compare
  • Changed naming conventions in QrOptions.Builder and QrVectorOptions.Builder to be compatible with java
  • Fixed crash caused by setBounds with zero size.

1.5.3

26 Nov 19:52
Compare
Choose a tag to compare

Added background image and color for vector codes