Commit graph

177 commits

Author SHA1 Message Date
Sean Owen f1683e1f4f Bump to 3.4.0. Require Java 8. Various code simplifications and plugin / dep updates 2019-05-13 18:44:57 -05:00
Sean Owen 39d50c1053 Move 'Translator' classes to .client.j2se subpackage in order to allow a Java 9 module for javase 2019-05-13 11:21:13 -05:00
Sean Owen 36f38c5beb Many more changes from recent IJ inspections 2018-09-03 15:18:54 -05:00
Sean Owen 96d974f44d A few more tests and fix handling of data: URIs in command line decoder 2018-07-24 18:16:34 -05:00
Sean Owen a0a4d8ff80 A few more tests and fix handling of data: URIs in command line decoder 2018-07-24 17:59:52 -05:00
Sean Owen d907537c05 Fix bug in decoding data URIs; Add tests in javase/, zxingorg/ 2018-07-23 21:14:47 -05:00
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 845ebf4af7 Trivial dep update; code tweak 2018-01-30 20:56:08 -06: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 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 dfe4819691
Minor updates / optimization from inspection; minor plugin / dependency updates 2016-12-12 15:50:30 +00: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 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
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 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 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 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 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
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 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 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 90ba467f47 Make API settable in the command line as system property
git-svn-id: https://zxing.googlecode.com/svn/trunk@2706 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-03 14:17:32 +00:00
srowen@gmail.com a47790e2c9 Minor inspection cleanup
git-svn-id: https://zxing.googlecode.com/svn/trunk@2705 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-05-02 22:43:12 +00:00
srowen@gmail.com 4d8700bf07 First take on Guenther's updates for PDF417. Still need to investigate test suite #2 failures
git-svn-id: https://zxing.googlecode.com/svn/trunk@2693 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2013-04-26 15:31:42 +00:00