Commit graph

1105 commits

Author SHA1 Message Date
Sean Owen 8bae23a923 Revert another change that causes a whirr failure, fix rat warnings, and one more error on Android generated files 2015-05-15 16:23:18 +01:00
Sean Owen 867d580e66 Enable RAT check in build; enable checkstyle; fix some violations; update Jetty/Android plugin 2015-05-15 15:44:45 +01:00
Sean Owen ec9487c0b2 Fixes from coverity 2015-05-13 13:04:43 +01:00
Sean Owen 560cba85b0 Update plugins (now requires Maven 3.2); fix javadoc warning 2015-05-03 20:49:10 +01:00
Sean Owen 721723ecee Revert "minSize from provided sizes" 2015-05-03 20:47:43 +01:00
Sean Owen 8475bf6fd2 Remove system-dependent line separator logic in BitMatrix 2015-02-23 16:08:44 +00:00
Sean Owen e4bb497942 [maven-release-plugin] prepare for next development iteration 2015-02-15 12:48:15 +00:00
Sean Owen adfc4097ad [maven-release-plugin] prepare release zxing-3.2.0 2015-02-15 12:48:10 +00:00
Sean Owen 625d9b77d7 Additional fix for issue #300 (HT micjahn) 2015-02-06 21:39:28 +00:00
Sean Owen 4b02337709 Issue #300 : simplify X12 encodation at end of input stream to fix unlatch issue. HT micjahn 2015-02-04 07:45:35 -06:00
Bo Xu cfeb6758db Fix PDF417 numeric encoding grouping index check 2015-01-15 12:01:49 -08:00
Sean Owen 0fc1a267c0 Tiny fixes from coverity; fix SuppressWarnings for deprecation; just one Java 7 build now 2015-01-11 16:15:14 +00:00
Sean Owen 51bee78535 Supplement for #271 to deprecate alternative min/max size hint 2014-12-17 21:59:35 +00:00
Zavael ea00f5a51c minSize from provided sizes
create minSize Dimension from provided width and height
2014-12-17 15:41:33 +01:00
Sean Owen ce1fbe1b76 Cleanups while looking at issue #268 2014-12-13 17:13:39 +00:00
Sean Owen 344d55e688 Closes #262 : fix parsing of Data Matrix with dimension >= 144 2014-12-04 16:45:48 -06:00
Sean Owen d876b3e178 Follow up on commit for issue #242 2014-10-30 21:40:02 +00:00
Mark b04edfec68 squash changes 2014-10-27 18:35:26 +01:00
Sean Owen 79bd5f585e Add simple test for PDF417 high level encoder 2014-10-06 23:01:40 +01:00
Sean Owen 9dfeb03611 Add simple test to try codecov.io 2014-10-02 20:43:48 +01:00
Sean Owen 3b0145dbc8 Fix tiny java 8 javadoc warnings 2014-09-02 16:39:33 +01:00
Sean Owen 0111b72eaa Issue #202 correctly report absolute ResultPoint coordinates 2014-08-18 00:23:49 +01:00
Sean Owen e4ff7d9bb9 Issue #197 : handle escaped backslash preceding terminator 2014-07-30 12:18:04 +01:00
Sean Owen 281721f2d9 Avoid another NPE on null ResultPoint 2014-07-28 10:13:27 +01:00
Sean Owen 8158984458 Support multiple "to", and CC and BCC, throughout the email result API. 2014-07-25 22:53:17 +01:00
Sean Owen e715fec42a Avoid NPE when underlying result point is null, for some reason 2014-07-24 12:05:50 +01:00
Sean Owen a0c53e0558 Issue #179 : add default start/end guard to Codabar if not specified, for symmetry with decoder 2014-07-03 23:19:28 +01:00
Sean Owen 6c2a9b016c Touch up whitespace and other small issues from inspection 2014-06-28 22:34:37 +01:00
Sean Owen 787a4497ba Issue #166 let byte compaction proceed in cases where it 'thought' text compaction would take over, but it had not 2014-06-10 17:58:59 -04:00
Sean Owen d70ef416ec Issue #166 handle a shift to byte mode properly outside of a compaction mode handler 2014-06-10 08:41:53 -04:00
Sean Owen e28b0116e0 Add support for consuming and using ECI in PDF417, closing issue #166 2014-06-08 12:13:17 -04:00
Sean Owen b2f059b07b Return to ISO-8859-1 as default PDF417 encoding, as per discussion of spec in issue #166 2014-06-08 12:12:24 -04:00
Sean Owen 1b43233ba7 Issue #166 consume ECI in PDF417; still need to use it 2014-06-05 23:22:21 +01:00
Sean Owen cdcccab200 Issue #168 : don't emit symbols for empty numeric compaction in PDF417 2014-06-05 21:30:48 +01:00
Sean Owen f4b7264413 Issue #167 : recognize protocols like opc.tcp as valid URI schemes 2014-06-05 18:26:36 +01:00
Sean Owen 84643199a9 Closes issue #162 : PURE_BARCODE fails on certain dense QR codes 2014-05-31 21:04:54 +01:00
Sean Owen 90cc0b8b13 [maven-release-plugin] prepare for next development iteration 2014-05-22 16:24:03 +01:00
Sean Owen 4af41323ae [maven-release-plugin] prepare release zxing-3.1.0 2014-05-22 16:19:05 +01:00
Sean Owen 45da6416e6 [maven-release-plugin] rollback the release of zxing-3.1.0 2014-05-22 16:10:10 +01:00
Sean Owen d20a7ac375 [maven-release-plugin] prepare for next development iteration 2014-05-22 12:34:50 +01:00
Sean Owen edf35c7cac [maven-release-plugin] prepare release zxing-3.1.0 2014-05-22 12:33:24 +01:00
Sean Owen 6b9a59a593 Remove home-grown binary search function in PDF417Common 2014-05-22 09:21:55 +01:00
Sean Owen 77aabfc457 Issue #147 : handle corner case as normal failed read rather than AIOOBE 2014-05-15 13:26:04 +01:00
Sean Owen 151ad6818b Issue #127 : fix typo in table of PDF417 punctuation chars 2014-04-28 21:09:56 +01:00
Sean Owen 98bc57f5d1 Avoid error on malformed Aztec code 2014-04-25 13:36:43 +01:00
Sean Owen 8af98a573f Replace bit shifts that are really multiplication and division with simple operators now 2014-04-25 13:30:58 +01:00
Sean Owen 408c3848b1 Replace FP math faked in integers with plain floating-point math 2014-04-25 13:02:44 +01:00
Sean Owen 3b8b44856d For safety, make optimized round method consistent with Math.round for negative input too 2014-04-23 22:18:54 +01:00
Sean Owen 414d1f0412 Handle null erasures correctly 2014-04-23 13:49:05 +01:00
Sean Owen 4050f5c2f3 Fix some issues flagged by Coverity static analysis 2014-04-22 22:20:58 +01:00