Sean Owen
2f11529aa3
A bunch of inspection changes, including some dead code removal and tightening visibility, removing unnecessary casts
2016-07-24 18:29:42 +01:00
Sean Owen
08e5431d99
Implement more style checks around whitespace
2016-06-24 10:28:00 +01:00
Sean Owen
58f748a451
Remove unneeded .gitignore, and unneeded libs copy step for Android targets. Update plugins. Fix javadoc warning / checkstyle problem.
2016-06-08 15:15:06 +01:00
Sean Owen
0ef26e3948
Use java.util.Base64 in Java 8+ only, to remove javax.xml.bind dependency in javase, which doesn't exist by default in Java 9
2016-05-22 22:24:19 -05:00
Lucas Wiman
70ee6c601c
Use StringWriter to prevent race condition in println
2016-02-15 13:21:33 -08:00
Sean Owen
3b4fc7a244
Closes issue #540 : handle file paths with space
2016-02-08 14:08:13 +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
openerp
be5735cca3
Add possibility to choose the error correction level for the encoding
2015-10-13 15:11:46 +02:00
wood
249d043f91
Update BufferedImageLuminanceSource.java
2015-10-02 00:25:39 +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
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
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
23893a0d4b
Use JCommander for CommandLineEncoder args
2015-05-03 20:49:10 +01:00
Sean Owen
8fe986a9aa
Use JCommander for CommandLineRunner args
2015-05-03 20:49:10 +01:00
Sean Owen
106fd2fc0e
CommandLineRunner can now handle URIs again; refactored some duplicated code
2015-05-03 20:49:10 +01: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
563294b36e
Fix unescaped quote in new translation and make translator escape quotes going forward
2015-01-30 17:08:37 +00:00
Sean Owen
88c8f78a4f
Follow up with translations for #296
2015-01-24 11:10:52 +00:00
Sean Owen
15b4dedb98
Use ARGB when on/off colors are not opaque
2014-06-25 08:49:23 +01:00
Mikhail Surin
af455fe963
Use ARGB color model in MatrixToImageConfig
2014-06-24 14:16:11 +04: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
3a322f9fb0
Pull project component dependency versions into parent
2014-05-22 08:17:32 +01:00
Sean Owen
27cff89316
[maven-release-plugin] prepare for next development iteration
2014-04-18 14:30:03 +01:00
Sean Owen
32fcad21c3
[maven-release-plugin] prepare release zxing-3.0.1
2014-04-18 14:27:03 +01:00
Sean Owen
c2b7384286
Fix some Java 8 javadoc warnings
2014-04-13 13:11:00 +01:00
Sean Owen
a63638a91c
Output HTML DOCTYPE correctly from HtmlAssetTranslator
2014-03-13 13:40:05 +00:00
Sean Owen
f1c385ba93
[maven-release-plugin] prepare for next development iteration
2014-02-28 12:27:11 +00:00
Sean Owen
47b3d63d97
[maven-release-plugin] prepare release zxing-3.0.0
2014-02-28 12:20:21 +00:00
Sean Owen
097934091f
Fix unescaping of entities in translator and touch up two typos in BS what's new notes
2014-02-28 10:34:12 +00:00
Sean Owen
783bba6b48
Fix a few bugs from last NIO2 commit in resource translation
2014-01-31 13:33:21 +00:00
Sean Owen
dddc1c4e19
Move to use of Java 7 NIO2 APIs
2014-01-31 13:01:18 +00:00
Sean Owen
1fa7fa9d98
Avoid auto translation of langauges that are just symlinks. Use Java 7 file APIs more.
2014-01-29 13:35:22 +00:00
Sean Owen
3bd1c7c5ff
Update .gitignores everywhere for IDEA files, etc
2014-01-17 11:13:30 +00:00
srowen
da9d32846a
Whitespace cleanup and other inspections from IDEA 13
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2989 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-06 11:17:57 +00:00
srowen@gmail.com
8d7eb91faa
Remove explicit luminance conversion option -- always do it in tests
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2983 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-02 22:26:59 +00:00
srowen@gmail.com
a53c659b0e
Boldly move to Java 7 for everything, including Android.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2981 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-12-02 18:18:46 +00:00
srowen@gmail.com
1a2a011cc7
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2971 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:39:36 +00:00
srowen@gmail.com
9a0b6cec39
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2969 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:39:24 +00:00
srowen@gmail.com
1ce4516d00
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2966 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:31:32 +00:00
srowen@gmail.com
54a3bfabab
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2965 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:22:18 +00:00
srowen@gmail.com
ca14065f0d
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2963 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:22:07 +00:00