Zxing Versions Save

ZXing ("Zebra Crossing") barcode scanning library for Java, Android

zxing-3.5.3

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/zxing/zxing/compare/zxing-3.5.2...zxing-3.5.3

zxing-3.5.2

8 months ago

zxing-3.5.1

1 year ago
  • Various minor bug fixes, including more from oss-fuzz
  • Avoid very long detection of QR codes in two types of pathological cases
  • Don't fail QR code decoding if GB2312 not supported by JDK

See https://github.com/zxing/zxing/milestone/14?closed=1

zxing-3.5.0

1 year ago

See https://github.com/zxing/zxing/milestone/13?closed=1

zxing-3.4.1

3 years ago
  • Wifi QR codes now recognize PH2:, not H:, for phase 2 method
  • Minor bug fixes and improvements

See https://github.com/zxing/zxing/milestone/12?closed=1

zxing-3.4.0

4 years ago
  • Requires Java 8+. Note: Android apps using this version must target API 24 or higher.
  • core, javase modules declare a Java 9+ module
  • HtmlAssetTranslator and StringsResourceTranslator legacy utilities are moved to a .client.j2se subpackage
  • No more releases of the Barcode Scanner app
  • Minor bug fixes to Code93Writer
  • Minor improvements to QR code detection

BS-4.7.8

5 years ago

A simple bug fix release. This may be the last release of the app, as Play will soon require APKs to target API level 26, and this would require some modifications to the app to handle the new permissions model.

zxing-3.3.3

5 years ago
  • Minor fixes and improvements
  • Java 9+ support

https://github.com/zxing/zxing/milestone/11?closed=1

zxing-3.3.2

6 years ago
  • Add workaround for Gradle + Android build issues
  • Minor DataMatrix bug fixes
  • Improve WPA2 wi-fi configuration support in Barcode Scanner
  • Various translation updates and minor improvements

https://github.com/zxing/zxing/milestone/10?closed=1

BS-4.7.7

6 years ago
  • Various fixes to Code 128, 39 encoding; DataMatrix decoding
  • Various translation updates for Barcode Scanner