Commit graph

3165 commits

Author SHA1 Message Date
Sean Owen f8623ccb12 Target API 22 since not yet updated for new permission model; fix beep problem that surfaces in Android 6; update plugins 2015-10-23 06:28:55 -07:00
Sean Owen ff5198e639 Merge pull request #482 from mmagician/master
Added a Code 93 encoder
2015-10-19 08:59:52 +01:00
mmagician 9cf93792d4 Added a Code 93 encoder 2015-10-18 23:39:03 +01:00
Sean Owen 2e5e2ea898 Merge pull request #476 from loikki/master
Add possibility to choose the error correction level for the encoding
2015-10-13 15:44:25 +01:00
openerp be5735cca3 Add possibility to choose the error correction level for the encoding 2015-10-13 15:11:46 +02:00
Sean Owen a6707cb440 Alter many encode hints to accept String equivalents 2015-10-05 14:13:17 +01:00
Sean Owen aa50b59613 Merge pull request #472 from qianchenglenger/patch-1
fix a little error
2015-10-05 13:30:22 +01:00
wood 249d043f91 Update BufferedImageLuminanceSource.java 2015-10-02 00:25:39 +08:00
wood a2159ed0f4 change the comment
Change the comment
2015-10-02 00:23:07 +08:00
wood b5e9cffeba fix a little error
RGB to gray, the weight of R is 0.299, not 0.229.  The comment have a little error. And why add 0x200 ? It may be a error.  306/1024 = 0.2988.  601/1024=0.5869 and 117/1027 = 0.1143.
2015-10-01 12:30:15 +08:00
Sean Owen 6d61977c2e Update jai-imageio license; remove unneeded gwt-servlet dep; update clirr 2015-09-25 11:25:51 +01:00
Sean Owen 6f0deeeda3 Closes #467 : more efficient construction of BufferedImage from bit matrix 2015-09-23 14:49:59 +01:00
Sean Owen c3f91a0058 Support more TIFF files in ImageIO with JAI plugin (and update a few plugins) 2015-09-23 11:40:08 +01:00
Sean Owen e0ea32f217 Fix two rare crashes from bad input / state 2015-09-22 22:24:38 +01:00
Sean Owen 55b7c3e763 Merge pull request #463 from t123yh/master
Improve Simplified Chinese translations.
2015-09-21 10:47:20 +01:00
t123yh dd2416dcc6 Chinese translation. 2015-09-21 05:35:31 +08:00
t123yh 1c760d94b1 Remove Chinese translation author name. 2015-09-20 00:39:01 +08:00
t123yh 87b486add5 Improve Simplified Chinese translations.
Signed-off-by: t123yh <tianyh2000@163.com>
2015-09-19 15:54:50 +08:00
Sean Owen c884bd12d5 Revert part of "Crush PNGs" as Android libpng doesn't like it.
This reverts part of commit de41ca715b.
2015-09-07 13:14:13 +01:00
Sean Owen de41ca715b Crush PNGs 2015-09-07 11:41:45 +01:00
Sean Owen 4e4e643bb0 Update reference server.xml for Tomcat at zxing.org 2015-09-07 11:41:45 +01:00
Sean Owen 4d70b65c63 Merge pull request #455 from RX1226/new_add_encode_upce
Add support encoding UPC-E format
2015-09-04 15:40:55 +01:00
RX1226 17676d064a Add support encoding UPC-E format 2015-09-04 21:59:41 +08:00
Sean Owen c44ee5e587 Merge pull request #453 from graug/dev
Ignore additional PDF417 barcode rows, https://github.com/zxing/zxing/issues/449
2015-09-01 14:30:44 +01:00
Guenther Grau 825a31e4b5 Ignore additional PDF417 barcode rows
Some barcode generators (e.g. Okapi) seem to generate additional barcode
rows at the end of the barcode, which can be decoded as valid barcode
rows, but actually contain garbage. The barcode metadata states that
these additional rows are not part of the barcode. So we ignore those
addional rows when parsing the barcode. This could potentially also
happen (though quite unlikely) if data after the barcode looks like a
barcode row.
2015-09-01 14:12:17 +02:00
Sean Owen 585667bc31 [maven-release-plugin] prepare for next development iteration 2015-08-19 13:21:05 +01:00
Sean Owen e641a9c36b [maven-release-plugin] prepare release zxing-3.2.1 2015-08-19 13:21:00 +01:00
Sean Owen 5a1b6b41d8 Points apps to new 3.2.1 release 2015-08-19 13:18:56 +01:00
Sean Owen 72f8ce5968 Update to target Android 23; brief 3.2.1 release note 2015-08-19 12:09:39 +01:00
Sean Owen 7ee719b613 Fix a few small app bugs from stack traces, and update plugins 2015-08-17 09:59:20 +01:00
Sean Owen 4dd053a919 Merge pull request #441 from gredler/pdf417-error-correction-level
PDF417Writer shouldn't ignore ERROR_CORRECTION hint
2015-08-14 08:07:49 +01:00
Daniel Gredler 53875e4fd3 PDF417Writer shouldn't ignore ERROR_CORRECTION hint 2015-08-13 21:21:26 -04:00
Sean Owen d3c092e3f1 (Part 2 -- trying again) Make compile warnings into errors; update some plugins; use https in web based generator 2015-07-26 17:17:22 +01:00
Sean Owen 935868ca8a Make compile warnings into errors; update some plugins; use https in web based generator 2015-07-26 14:39:21 +01:00
Sean Owen 22d6b27f34 Merge pull request #432 from Flitskikker/patch-1
Improved Dutch Translation
2015-07-24 15:56:35 +01:00
Martijn van B. 483d852d8c Improved Dutch Translation
Replaced machine translations with actual translations and other improvements.
2015-07-24 14:56:50 +02:00
Sean Owen 840f07d6f3 Don't upload codecov results if jacoco wasn't run, as it generates an email warning now 2015-07-21 12:04:11 +01:00
Sean Owen c1c2fcfbb0 Issue #428 Fix Code 93 escapes above %F 2015-07-21 11:09:24 +01:00
Sean Owen 8a87f159a3 Merge pull request #421 from Manouchehri/master
Added information about Python bindings.
2015-07-16 21:25:20 +01:00
David Manouchehri 6b15a5f113 Added information about Python bindings. 2015-07-16 14:43:13 -04:00
Sean Owen b4bd7a40e8 Merge pull request #419 from awenger/master
Set PDF_417 lineThickness to 1
2015-07-15 20:05:22 +01:00
Andreas Wenger cc1a7aa86a Set PDF_417 lineThickness to 1
- fine-grained scaling for PDF_417 generation
2015-07-15 15:51:24 +02:00
Sean Owen 43295b13a0 Update README.md 2015-07-11 21:28:47 +01:00
Sean Owen 3b8ab085d8 Merge pull request #412 from strguntbr/multibyteFix
Fixed substring call
2015-07-02 17:15:42 +01:00
Marcus Winkler 18a72279dd Added unittest for PDF417 encoder using ISO-8859-1 with special chars 2015-07-02 17:55:00 +02:00
Marcus Winkler e31ac261e3 Fixed substring call 2015-07-02 17:15:11 +02:00
Sean Owen dc5e8eddaf Merge pull request #406 from codewell4/sl_translation
Improved Slovenian translation
2015-07-01 12:31:33 +01:00
codewell4 b5d412f6d0 Improved Slovenian translation 2015-06-30 18:53:53 +02:00
Sean Owen 02d3697a59 Remove spurious stack trace from singleton exception, and various minor edits 2015-06-06 10:46:18 +01:00
Sean Owen ea9a260f0a Fix javadoc 8 error; actually enable enforcer; update plugins 2015-05-25 23:54:50 +01:00