Sean Owen
a372dfe175
Apply checkstyle to test code too, and fix violations; minor updates from code inspections
2018-05-18 09:21:21 -05:00
Sean Owen
553b5e97a3
Update JAI ImageIO for JDK 9; other trivial inspection and plugin updates
2018-04-24 11:31:57 -05:00
Sean Owen
80fd5b1a1c
[maven-release-plugin] prepare for next development iteration
2018-01-30 22:10:20 -06:00
Sean Owen
588e6ae4bd
[maven-release-plugin] prepare release zxing-3.3.2
2018-01-30 22:10:15 -06:00
Sean Owen
845ebf4af7
Trivial dep update; code tweak
2018-01-30 20:56:08 -06:00
Sean Owen
caf479654a
JAI module isn't needed at compile time
2017-10-27 21:25:59 +01:00
Sean Owen
550afd451c
[maven-release-plugin] prepare for next development iteration
2017-10-25 18:28:09 +01:00
Sean Owen
0edfaa0318
[maven-release-plugin] prepare release zxing-3.3.1
2017-10-25 18:28:02 +01:00
Sean Owen
f4d5b1f785
[maven-release-plugin] rollback the release of zxing-3.3.1
2017-10-25 18:22:03 +01:00
Sean Owen
cd97b100fa
[maven-release-plugin] prepare for next development iteration
2017-10-25 18:12:27 +01:00
Sean Owen
06eb69b579
[maven-release-plugin] prepare release zxing-3.3.1
2017-10-25 18:12:21 +01:00
Sean Owen
81ae01c132
Minor update to last change
2017-10-08 17:15:07 +01:00
Michal Hernas
fa691c238f
Fix null pointer exception ( #885 )
2017-10-08 17:11:51 +01:00
Sean Owen
e2afb336e2
Minor changes from inspection
2017-07-17 12:43:00 +01:00
Sean Owen
3c64fa1e62
Fix Codacy warnings
2017-06-14 18:50:03 +01:00
Sean Owen
f4266e0a51
Minor version updates
2017-06-08 13:52:39 +01:00
Sean Owen
5447790002
Minor dep updates
2017-06-04 15:51:45 +01:00
Sean Owen
d8a681af0c
Add more tests for non-core modules
2017-04-23 16:15:43 +01:00
Sean Owen
45f9b07694
Optimize generating BufferedImage by allocating memory per row. Add tests. Remove old jetty plugin.
2017-04-23 15:41:14 +01:00
Sean Owen
c64568c0a2
Catch a few corner case errors in web app
2017-04-15 15:31:25 +01:00
Sean Owen
5b14d23194
Update plugins/deps, fix bug in base64 decoding
2017-04-06 14:31:14 +01:00
Sean Owen
b5f6d3f73c
Update plugin and minor deps; catch additional Android error in app
2017-03-15 11:08:07 +00:00
Sean Owen
63c4b21556
Minor dependency updates, including Guava
2017-01-24 12:21:37 +00:00
Sean Owen
dfe4819691
Minor updates / optimization from inspection; minor plugin / dependency updates
2016-12-12 15:50:30 +00:00
Sean Owen
9130b7907e
Minor dep updates
2016-09-30 00:22:02 -05:00
Sean Owen
ec383d2411
[maven-release-plugin] prepare for next development iteration
2016-09-16 15:20:51 +01:00
Sean Owen
6b6ad7ff0b
[maven-release-plugin] prepare release zxing-3.3.0
2016-09-16 15:20:45 +01:00
Sean Owen
47459f4bd7
Bump SNAPSHOT to 3.3.0 for next release
2016-09-11 22:07:04 +01:00
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
srowen@gmail.com
0a89cdddf2
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2960 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 18:14:42 +00:00
srowen@gmail.com
b852b82042
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2959 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:59:41 +00:00
srowen@gmail.com
5fc526df04
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2957 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:59:31 +00:00
srowen@gmail.com
1b6986abe3
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2954 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:52:28 +00:00
srowen@gmail.com
d7f11da90b
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2953 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:26:37 +00:00
srowen@gmail.com
e1949f057d
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2951 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:26:27 +00:00
srowen@gmail.com
a7f213f060
[maven-release-plugin] rollback the release of zxing-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2949 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:19:30 +00:00
srowen@gmail.com
39899fd9aa
[maven-release-plugin] prepare release zxing-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2948 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:17:35 +00:00
srowen@gmail.com
7d988572d4
[maven-release-plugin] rollback the release of zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2947 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:11:59 +00:00
srowen@gmail.com
d01ddc6d70
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2946 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 17:02:40 +00:00
srowen@gmail.com
a741181e8d
Roll back to 2.3.0-SNAPSHOT again
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2944 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 16:57:21 +00:00
srowen@gmail.com
afe159b22e
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2943 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 16:49:00 +00:00
srowen@gmail.com
13a092262b
Roll back to 2.3.0-SNAPSHOT for another attempt
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2941 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 16:41:16 +00:00
srowen@gmail.com
8d846457e0
[maven-release-plugin] prepare release zxing-parent-2.3.0
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2934 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-29 14:37:04 +00:00
srowen@gmail.com
1bcc298ad3
Move resources to match Maven standard directory structure
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2915 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-21 23:01:31 +00:00
srowen@gmail.com
8e909ddb51
Version should really be in x.y.z form. Simplify dir location config, and actually generate source/javadoc artifacts
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2913 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-21 12:00:37 +00:00
srowen@gmail.com
59ea393a08
Try again to introduce one parent pom for all modules
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2910 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-17 01:34:42 +00:00
srowen@gmail.com
7cb18ee813
Update plugin versions
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2905 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-11-05 11:58:53 +00:00
srowen@gmail.com
1d086a09af
Type weakening and dead code commenting again
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2876 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-26 17:27:54 +00:00
srowen@gmail.com
2de2f413b6
Update non-core Java code to Java 7. Core/Android needs to stay on Java 6.
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2861 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-08 04:29:30 +00:00
srowen@gmail.com
1219e1b6f6
Minor improvements from inspection
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2859 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-08-06 21:27:52 +00:00
srowen@gmail.com
d037febeeb
Update javadoc plugin
...
git-svn-id: https://zxing.googlecode.com/svn/trunk@2838 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-07-05 23:27:37 +00:00