zxingify-objc

An Objective-C Port of ZXing

APACHE-2.0 License

Stars
3.1K
Committers
66

Bot releases are hidden (Show)

zxingify-objc - 3.6.9 Latest Release

Published by benjohnde about 1 year ago

  • Sample app was fixed, cf. #527
  • Adding linker flag to Package.swift, cf. #569 and 510db5f
  • Fixed some Xcode warnings, cf. #518
  • Fix parsing of VINs, cf. #525
  • The project can now be used in extensions, cf. #528
  • Fixed some bugs in datamatrix processing, cf. #517, #524
zxingify-objc - 3.6.8

Published by benjohnde about 1 year ago

zxingify-objc - 3.6.7

Published by benjohnde about 4 years ago

  • Should fix #510 Xcode 12 / iOS 14 / Swift 5.3 compilation errors, cf. #507.
zxingify-objc - 3.6.6

Published by benjohnde about 5 years ago

  • SwiftPM Integration, thanks a lot to @4brunu
zxingify-objc - 3.6.5

Published by benjohnde over 5 years ago

zxingify-objc - 3.6.4

Published by benjohnde almost 6 years ago

  • Fixes UPCE checksum calculation, cf. #461
zxingify-objc - 3.6.3

Published by benjohnde almost 6 years ago

  • Also handling negative values cf #272.
zxingify-objc - 3.6.2

Published by benjohnde almost 6 years ago

  • Ported some commits from zxing/zxing.
  • Fixed an issue regarding some frequent weird exception raise #272.
zxingify-objc - 3.6.1

Published by benjohnde almost 6 years ago

Fixed small bug regarding Carthage, cf #452 and 5b8253d1cca0f1293374896cd9e380d71cbf73f5.

zxingify-objc - 3.6.0

Published by benjohnde about 6 years ago

  • Ported new version of ZXDataMatrixDetector
  • @neacao implemented a complete Swift example of a barcode scanner
  • @neacao fixed a bunch of bugs in the old Objective-C example code
zxingify-objc - 3.5.0

Published by benjohnde about 6 years ago

  • Replaced NSDecimalNumber with own implementation ZXDecimal, fixes #385
zxingify-objc - 3.4.3

Published by benjohnde about 6 years ago

  • Fixed #378
zxingify-objc - 3.4.2

Published by benjohnde about 6 years ago

  • Fixed bug in DataMatrixWriter (could not encode strings longer than ~240 chars)
zxingify-objc - 3.4.1

Published by benjohnde about 6 years ago

  • Fixed crash in ZXCapture: sessionPreset could be nil.
zxingify-objc - 3.4.0

Published by benjohnde about 6 years ago

New major release 🎉

3.4.0

  • removed one potential memory leak
  • we are now even with zxing/zxing in regards to feature parity
  • ported bunch of bugfixes from the upstream
  • fixed pods
zxingify-objc - 3.3.4

Published by benjohnde about 6 years ago

Feature parity with ZXing 3.3.3

zxingify-objc - 3.3.3

Published by benjohnde about 6 years ago

Feature parity with ZXing 3.3.2

zxingify-objc - 3.3.2

Published by benjohnde about 6 years ago

  • Fixed bugs regarding Code93Writer
zxingify-objc - 3.3.1

Published by benjohnde about 6 years ago

  • Fixed transparent PNGs could lead to failing tests
  • Fixed MaxiCode message read out
zxingify-objc - 3.3.0

Published by benjohnde about 6 years ago