Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
E Spelt committed May 13, 2022
1 parent 2c78e6f commit 942df9c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ZXing.Delphi
ZXing Barcode Scanning Library for Delphi XE to 10.4 Sydney
ZXing Barcode Scanning Library for Delphi XE to 11.1 Alexandria

<img align="right" src="https://github.com/Spelt/ZXing.Delphi/blob/v_3.0/zxing-logo.png"/>

Expand All @@ -10,7 +10,7 @@ ZXing.Delphi is a native Object Pascal library that is based on the well known o

With this library you can scan with native speed without the use of linking in external libraries and avoid compatibility issues and dependencies. It is fast.

Its compatible with in Delphi XE7 - 10 Sydney and tested with IOS 8.x, 9.x, 10.x, 11.x, 12.x, Android, Windows 32/64 and OSX.
Its compatible with in Delphi XE7 - 11 Alexandria and tested with IOS 8.x - 15.x, Android 32/64, Windows 32/64 and OSX.
The goal of ZXing.Delphi is to make scanning barcodes effortless, painless, fast and build within your FireMonkey or native Windows (VCL or Firemonkey) applications.

Just include the source files and add it in your existing projects and build the ZXing.Delphi source within your projects.
Expand Down Expand Up @@ -38,6 +38,10 @@ The standard camera component is, I think too slow for Android and IOS. You need


### Changes
- v3.9.3
- Demo app is Alexandria/Android compatible (Thanks igorbastosib and Patrick Prémartin)
- fix: Some boundary check added (Thanks igorbastosib)
- fix: Segmentatition fault (Thanks Macc2010)
- v3.9.2
- Removal of advanced test app.
- fix: Access Violation in Decode https://github.com/Spelt/ZXing.Delphi/issues/100
Expand Down

0 comments on commit 942df9c

Please sign in to comment.