Commit graph

3779 commits

Author SHA1 Message Date
Sean Owen 05abe0f7aa Minor HTML standards improvement per Chrome 2020-05-13 14:12:15 -05:00
Sean Owen 78ccf2323f Dynamic request capping system for web app plus minor optimization 2020-05-13 14:11:54 -05:00
Andrej Shadura 639f51d340
License and copyrights (#1281)
* Add SPDX copyright and license metadata according to REUSE

Specify copyrights and licenses for individual bits of the code
according to the REUSE Specification 3.0 using the Debian
machine-readable copyright format.

See https://reuse.software/spec/ for the details.

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>

* Add .reuse to the ignore list of Apache Rat

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
2020-05-07 09:06:26 -05:00
Sean Owen 54d0a37832
Minor Travis updates, including JDK 14 (#1276) 2020-04-13 13:37:10 -05:00
Sean Owen 24a5f9c654 setPackage on encode intent internally 2020-02-16 08:46:36 -06:00
Sean Owen c1fc401d9a Update dependencies, particularly checkstyle -> 8.29 2020-01-31 13:16:21 -06:00
Sean Owen d28bc77631 Add note about UPC/EAN extension 2/5 2020-01-30 07:14:22 -06:00
Sean Owen 2e2b5ba757 Resolve issue #1254: overloaded H: for hidden/p2m 2020-01-27 08:33:27 -06:00
Sean Owen 459c0197a7 Plugin updates; misc code simplifications and optimizations 2019-12-11 15:29:49 -06:00
Sean Owen cfe8684669
Update CONTRIBUTING.md 2019-11-04 08:36:21 -06:00
Luiz Machado 7b56092996 fixing sections titles (#1215) 2019-10-06 22:50:13 -05:00
Sean Owen a65631d0b6 Minor dep updates 2019-07-29 14:52:39 -05:00
Sean Owen 4e110ecdbb Minor code inspection: Use Math.min, Arrays.fill. No point in keeping opts from J2ME days 2019-07-29 14:36:16 -05:00
Sean Owen 1cc5cbe961 Don't run Aztec test 1000 times pointlessly 2019-07-29 14:33:58 -05:00
Sean Owen 4d94ac22eb Add addition wifi: QR code test case from mailing list 2019-07-29 14:33:58 -05:00
Ebrahim Byagowi 48aba96999 Fix use of unicodes and punctuations in Persian translation (#1191) 2019-07-17 08:19:13 -04:00
Wang Han 4199e41fb8 Default to allow focusing in continuous-picture mode (#1186)
* This is supported on almost all devices now, and they handle this pretty
   well. Additionally, this workarounds a bug in some devices which auto mode
   will hang forever for unknown reason.
2019-07-04 14:55:58 -05:00
MakKi (makki_d) ae6d7e55af findFinderPattern()[1] points the outside pixel of the finder pattern (#1179) 2019-06-16 10:10:23 -05:00
anrcode 6075d5b2f6 Minor change to enable manual selection of the QR code mask pattern (#1176)
* Minor change to enable manual selection of the QR code mask pattern via encoding hints. Manual selection of the mask pattern greatly improves performance.

* fixed style
2019-06-13 07:02:10 -05:00
Sean Owen 723b65fe3d Refactor checking of write format in 1D writers 2019-05-31 10:53:24 -05:00
MakKi (makki_d) 2d77cec7c8 check format param in CodaBarWriter::encode (#1173) 2019-05-31 10:32:53 -05:00
Sean Owen 4b573da62a Android app needs to use 3.3.3 as it can't use Java 8 features only supported in API 24+ 2019-05-22 08:39:05 -05:00
Sean Owen e28ead1030 Test vs Java 11 instead of 9 2019-05-18 19:24:16 -05:00
Sean Owen d806131020 Oops, Android app artifacts weren't updated to SNAPSHOT parent 2019-05-18 08:18:03 -05:00
Sean Owen 9fa56f5db0 Update site for 3.4.0 2019-05-17 22:50:25 -05:00
Sean Owen 8f1a751ea5 [maven-release-plugin] prepare for next development iteration 2019-05-17 19:36:16 -05:00
Sean Owen 67138cedc8 [maven-release-plugin] prepare release zxing-3.4.0 2019-05-17 19:36:09 -05:00
Sean Owen 413210434b Update Android modules to 3.4.0 2019-05-17 19:29:33 -05:00
Sean Owen 785c6632e9 3.4.0 release notes 2019-05-17 19:26:20 -05:00
Sean Owen 80e72418a4 Add module name to javase 2019-05-15 20:37:26 -05:00
Sean Owen f1683e1f4f Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep updates 2019-05-13 18:44:57 -05:00
Sean Owen 39d50c1053 Move 'Translator' classes to .client.j2se subpackage in order to allow a Java 9 module for javase 2019-05-13 11:21:13 -05:00
MakKi (makki_d) 653ac2a3be Improve FinderPatternFinder.selectBestPatterns (#1158)
* rewrite FinderPatternFinder.selectBestPatterns
2019-04-18 06:42:52 -07:00
Sean Gilligan 0e8c46e262 core JAR Automatic-Module-Name: com.google.zxing (#1155)
Add Automatic-Module-Name entry of com.google.zxing
to the core JAR for Java Platform Module System.

See Issue #1154
2019-04-08 07:43:00 -05:00
MakKi (makki_d) fedfa7a16c Remove duplicate results when it has structured append header. (#1147)
* remove duplicate results in processStructuredAppend

* add whitespace

* remove illegal import
2019-03-22 05:51:06 -05:00
Sean Owen 8a53ade692 More sophisticated load protection, plus tests 2019-03-12 13:25:15 -05:00
Sean Owen bc645c50bb Small fixes, dep updates, removed warning about Android app, made web app params into annotations 2019-03-09 17:18:31 -06:00
Sean Owen 096cae7fcb Use nanoTime for elapsed time 2019-02-10 17:46:32 -06:00
Sean Owen fc5774ff13 Add note about Play store removal 2019-02-10 11:55:58 -06:00
fitchfuloffun eb6bea6ed3 Fixing checksum error in UPC-E barcodes (#1130)
* Converting to UPC-A before checking for matching check digits
2019-02-04 08:54:41 -06:00
Sean Owen 5e8c3d490f Disable checkstyle check 2019-01-25 22:22:12 -06:00
Sean Owen 9617a90616 Minor updates to plugins and from code inspection 2019-01-25 21:20:56 -06:00
Sean Owen a81dda90ba Small code improvements from inspections 2019-01-19 20:58:09 -06:00
Davod d897ad7f72 Corrections (#1125)
* Update about1d.html

* Update about2d.html

* Update license.html

* Update scanning.html

* Corrections by Amitie10g
2018-12-30 18:30:27 -06:00
Sean Owen d6d1a223bf Add nu-book/zxing-cpp 2018-12-17 11:28:49 -06:00
Sean Owen 3a6891d268 Clarify CONTRIBUTING.md 2018-12-07 07:04:48 -06:00
John Hall 1765887315 Avoid book search crash on invalid intent (#1114) 2018-12-05 13:05:12 -06:00
Sean Owen 22b8a0a983 Clarify project is in maintenance mode 2018-11-27 12:44:57 -08:00
MakKi (makki_d) 6b3bf9ea40 fix typo (#1111) 2018-11-23 05:58:29 -06:00
MakKi (makki_d) 79bdb2c84e Continue in codeset A when character encoded single number or FNC1-4 in Code128Writer (#1108)
* Continue in code A when character encodes FNC1-4 in Code128Writer

* FNC1 in codeset A

* Single number also can continue in codeset A
2018-11-15 09:00:01 -06:00