Frederik van der Els
fc4433ba3c
Clarify that the size of the GF is a power of two ( #1612 )
2023-04-04 16:08:58 -05:00
monsieurtanuki
f3c2b44e35
fix: 1358 - rolled back to old-fashioned Collections.sort for android 23 ( #1595 )
...
cf. https://developer.android.com/reference/java/util/List#sort(java.util.Comparator%3C?%20super%20E%3E) , "added in API level 24"
2023-03-23 12:48:54 -05:00
Henry A Schimke
40fc4d545d
update the link for rxing ( #1596 )
...
Please update the link for rxing (the rust port of zxing) as the repository has changed
2023-02-11 10:59:39 -06:00
Henry A Schimke
dfb06fa33b
add rust port ( #1588 )
2023-01-08 22:06:01 -06:00
Sean Owen
bc88dd15c8
Fix Android module snapshot versions
2022-11-01 22:20:04 -05:00
Sean Owen
e30e0183aa
Update site for 3.5.1
2022-11-01 22:12:49 -05:00
Sean Owen
deb67272cf
[maven-release-plugin] prepare for next development iteration
2022-11-01 21:54:14 -05:00
Sean Owen
bb75858c9b
[maven-release-plugin] prepare release zxing-3.5.1
2022-11-01 21:52:44 -05:00
Sean Owen
74bd455daa
Prep for 3.5.1 - update android module versions
2022-11-01 21:29:35 -05:00
Sean Owen
110ef9e8f2
Filter unconfirmed QR code finder patterns before testing triangles to avoid long-running analysis. Closes #1567
2022-11-01 14:43:07 -05:00
Sean Owen
bdc7c26526
Use SwingUtilities to avoid deadlock in GUI mini app
2022-10-23 16:20:22 -05:00
Sean Owen
0ea0ecddc5
Various code tweaks, action updates, dep updates
2022-10-20 14:13:34 -05:00
Sean Owen
fa19d4758f
Possible fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38486#c10
2022-09-24 09:23:49 -05:00
Sean Owen
a6273e3bc7
Handle case where GB2312 isn't supported; don't support Hanzi mode QR codes in this case
2022-09-20 12:53:06 -05:00
shirne
6fb399bc91
Add zxing-dart link ( #1558 )
2022-08-24 20:34:36 -05:00
axxel
840a3e9da2
update nu-book/zxing-cpp link ( #1557 )
...
nu-book/zxing-cpp is now reachable under zxing-cpp/zxing-cpp
2022-08-24 17:45:11 -05:00
Sean Owen
e21bcbb2f8
Possible fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50397
2022-08-18 12:16:15 -05:00
Sean Owen
7fe6d3c108
Possible fix for https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50388
2022-08-18 08:42:06 -05:00
Sean Owen
45df470227
Add basic support for thread interruption, and add protection for long running requests in web app
2022-07-20 13:29:55 -05:00
Daniel Gredler
2369986a0d
Add description for OkapiBarcode project ( #1545 )
2022-07-19 18:36:01 -05:00
Daniel Gredler
8ecde0088f
Fix Maxicode decoding of CR (carriage return); fixes #1543 ( #1544 )
2022-07-19 18:12:52 -05:00
Sean Owen
5231442ebc
Misc dependency updates
2022-07-06 13:16:34 -05:00
Sean Owen
78c2a9c440
In multi QR code finder, only consider multiply-confirmed centers as intended, to avoid extreme amounts of computation in large images without barcodes
2022-07-05 18:34:45 -05:00
Sean Owen
75dbbb00dd
Micro optimization to maybe help https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47419
2022-05-16 09:28:47 -05:00
AlexGeller1
78faea8058
Prevent encoding of the empty string for PDF417 ( #1523 )
...
* Added code so that the PDF417 encoder throws an exception when attempting to encode the empty string
2022-05-05 18:01:14 -05:00
Jordan Wild
c7a7b30f04
Adds orientation of pdf417 barcode to Result metadata ( #1522 )
...
* Adds orientation of pdf417 barcode to Result metadata
Co-authored-by: Jordan Wild <jwild@simplenexus.com>
2022-05-04 18:57:36 -05:00
Sean Owen
83cdc82aa1
Update jQuery in a mobile web page and add integrity check, just to be sure
2022-05-04 18:54:40 -05:00
axxel
3aa3832840
README.md: update description of nu-book c++ port ( #1521 )
...
* README.md: update description of nu-book c++ port
* README.md: revoke overreaching change
2022-05-03 07:33:36 -05:00
Sean Owen
4a6e03079b
Fix last javadoc fix
2022-05-01 14:16:46 -06:00
Sean Owen
09e4a5824b
Fix javadoc warnings from last release
2022-05-01 10:51:35 -06:00
Sean Owen
17d7e31796
Update site for 3.5.0
2022-05-01 10:44:06 -06:00
Sean Owen
1950f11204
Update Android modules for 3.5.1-SNAPSHOT
2022-05-01 10:41:57 -06:00
Sean Owen
ea779f0639
[maven-release-plugin] prepare for next development iteration
2022-05-01 10:16:17 -06:00
Sean Owen
eb76d0283c
[maven-release-plugin] prepare release zxing-3.5.0
2022-05-01 10:16:15 -06:00
Sean Owen
89a56210cc
Update Android modules for 3.5.0
2022-05-01 10:13:28 -06:00
Sean Owen
939632072f
Minor dep updates
2022-04-30 13:28:04 -06:00
omrfdk
fbeeae49f5
Update README.md: Add SCodes Qt/Qml wrapper library link ( #1518 )
2022-04-29 07:53:05 -05:00
Shreyas Patil
4f9f466f7d
Update AndroidManifest.xml: set exported flag ( #1516 )
...
Set flag `android:exported` to all the activities having `<intent-filter>`.
2022-04-28 09:20:24 -05:00
AlexGeller1
5f20b8d095
Replacing non ISO-8859-1 characters in PDF417 input with '?' ( #1514 )
...
* Replacing non ISO-8859-1 characters in input with '?' when neither a character set nor multi-eci encoding is selected.
* Changed code to raise an exception for characters not encodeable in ISO-8859-1
2022-04-27 09:46:49 -05:00
AlexGeller1
8265242784
Share the ECI string builder of the data matrix decoder with the PDF417 decoder ( #1508 )
...
* Shared the ECI string builder of the datamatrix decoder with the PDF417 decoder
2022-03-13 09:40:09 -05:00
AlexGeller1
ce1a1a53cf
Add multi-eci decoding for PDF417 ( #1507 )
...
* - Added multi-eci decoding for PDF417
- Fixed issue that some multi-eci encoded PDF417 codes were missing ECIs
* Syntactic changes
* - Fixed issue that ECIs were not processed correctly in all allowed locations in binary encoded data as specified in section 5.5.3.2 of the spec
- Added verifying unit test
2022-03-09 08:24:37 -06:00
AlexGeller1
92854d4a55
Add support for multi-eci encoding for PDF417 ( #1506 )
...
* - Added multi-eci encoding for PDF417
- Fixed issue that the PDF417 decoder incorrectly decoded input with a leading ECI and no explicit latch to TEXT encoding
2022-03-05 08:07:37 -06:00
Sean Owen
4bd257e8c5
BitArray perf improvement, possibly addressing https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45189
2022-03-03 10:11:45 -06:00
AlexGeller1
9460f0620a
Adding more PDF417 decoding tests ( #1504 )
...
* Added more PDF417 decoding tests
2022-03-02 08:27:40 -06:00
Sean Owen
feed14328e
Fix GA with Java 17 instead
2022-03-01 15:31:37 -06:00
Sean Owen
0fe540c1fc
Add Java 14 test flow
2022-03-01 15:12:45 -06:00
Sean Owen
aff551ccb9
More tries to move from Travis to GA tests
2022-02-28 23:06:04 -06:00
Sean Owen
5765cc099a
Remove Travis test config
2022-02-28 22:20:57 -06:00
Sean Owen
a32ea840c0
Try Github Actions for tests
2022-02-28 22:18:22 -06:00
AlexGeller1
427ece8ae7
Fix bug #1502 that PDF417 barcodes without initial latch to Text compaction mode fail to decode ( #1503 )
...
* Fixed bug that barcodes without initial latch to text encoding failed to decode
2022-02-27 08:27:24 -06:00