Commit graph

3242 commits

Author SHA1 Message Date
Sean Owen 3b4fc7a244 Closes issue #540 : handle file paths with space 2016-02-08 14:08:13 +00:00
Sean Owen 1eaa66dbfa Merge pull request #549 from az-ericso/az-ericso-patch-1
Added the "Get Started Developing" link in the README.md
2016-01-30 10:54:56 +04:00
az-ericso 685a1e8a4d Update README.md 2016-01-29 13:19:42 -08:00
az-ericso e761c64b39 Update README.md 2016-01-29 11:44:46 -08:00
az-ericso 532c4af32b Added the "Get Started" link in the README.md
It is really hard to find the instruction.
2016-01-28 16:53:58 -08:00
Sean Owen 05b9f0af9b Fix possible NPE from null action 2016-01-23 21:34:43 +00:00
Sean Owen 308d91de1c Update plugins, dependencies, and clean up small code inspection issues 2016-01-21 14:46:48 +01:00
Sean Owen 3912f3fd9f Closes issue #539 : handle relative files again 2016-01-14 13:49:52 +00:00
Sean Owen 4e3abafe30 Closes issue #518 : build assembly jar for javase to include dependencies like jcommander now. Also updates some plugins. 2015-12-09 14:25:10 +00:00
Sean Owen 58108dfe5e Closes issue #517 : crude email validator in encoder web app should not restrict last domain element to 6 chars. "foo@bar.marketing" should be fine 2015-12-07 22:17:14 +00:00
Sean Owen d5c6fabfef Merge pull request #514 from yoshi389111/help-rotate
Added a method "onSaveInstanceState()" in HelpActivity.java
2015-12-05 14:25:33 +00:00
sato yoshiyuki 1732b82fc8 Added a method "onSaveInstanceState()" in HelpActivity.java
Related Issue#504
"Help screen" goes blank on screen orientation change.

Checked Nexus5 (Android6.0/MRA58N)
2015-12-05 23:16:34 +09:00
sato yoshiyuki 1d3b41346f Merge remote-tracking branch 'refs/remotes/zxing/master' 2015-12-05 18:27:53 +09:00
Sean Owen 02e4c28acc Merge pull request #512 from yoshi389111/update-ja-strings
update japanese strings.xml
2015-12-04 16:36:54 +00:00
sato yoshiyuki 60302fd5b3 update japanese strings.xml 2015-12-05 00:18:00 +09:00
Sean Owen b78688228d Merge pull request #510 from Kbhredsox/patch-1
Update ITFWriter.java
2015-12-03 07:31:36 +00:00
Kbhredsox 79b8454186 Update ITFWriter.java
Fixed spelling of text within "invalid input" exception.
2015-12-02 19:05:48 -05:00
Sean Owen 2b0ab61128 Merge pull request #508 from yoshi389111/shiftjis-numeric
QRCode Encoder: Support NUMERIC/ALPHANUMERIC Mode in Shift_JIS
2015-12-02 15:35:56 +00:00
sato yoshiyuki 585f77bf39 QRCode Encoder: Support NUMERIC/ALPHANUMERIC Mode in Shift_JIS 2015-12-03 00:12:43 +09:00
Sean Owen 9910fcfaa9 Closes issue #496 : correct checksum for certain Code 39 inputs 2015-11-11 09:37:13 +00:00
Sean Owen 7a9f8c002c Merge pull request #494 from Matrix44/patch-7
Update strings.xml
2015-11-08 18:05:42 +00:00
Matrix44 e5ad6e27c6 Update strings.xml
Translation correction
2015-11-08 18:09:34 +01:00
Sean Owen f87571507a Update notes for BS 4.7.5 2015-11-08 14:18:07 +00:00
Sean Owen e4499156aa Closes issue #492 : correctly restart autofocus after light is changed 2015-11-06 14:41:54 +00:00
Sean Owen d1615ccb67 Issue #489 : allow request of front camera again 2015-11-02 14:02:21 +00:00
Sean Owen a92f9040b3 Add what's new for 4.7.4 and update proguard 2015-10-27 10:57:38 +00:00
Sean Owen f58271e146 Closes issue #484 : back-port almost all the orientaiton logic from BS+ to handle reverse-mounted cameras on devices like the Nexus 5X 2015-10-26 18:02:23 +00:00
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