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
Sean Owen
5561322512
Merge pull request #397 from kmark/title-decode-fix
...
Decode HTML entities in titles
2015-05-23 10:07:29 +01:00
Kevin Mark
955a9e8a8d
Decode HTML entities in titles
...
This allows page titles with HTML entities like `&` to display
properly. Before, no decoding would be performed and `&` would be
shown where an ampersand should be. Additionally, decoding entities
prevents the following string length check from overcounting.
To replicate this bug scan an image with a URL pointing to
http://stackoverflow.com/questions/tagged/android The title displayed
within the app will be something like:
`Frequent 'android' Questions - Stack Overflow` After this
commit, the app will display the correct decoded title:
`Frequent 'android' Questions - Stack Overflow`
2015-05-22 23:14:38 -04:00
Sean Owen
faee672889
Merge pull request #395 from strguntbr/multibyteFix
...
Multibyte fix
2015-05-20 18:25:28 +01:00
Marcus Winkler
849f81354c
Fixed multibyte charset problem when encoding PDF417 with Compaction AUTO
2015-05-20 13:01:26 +02:00
Marcus Winkler
060010253c
Added unit test for multibyte problem
2015-05-20 13:00:38 +02:00
Sean Owen
8bae23a923
Revert another change that causes a whirr failure, fix rat warnings, and one more error on Android generated files
2015-05-15 16:23:18 +01:00
Sean Owen
d272315f73
Fix rat failure
2015-05-15 15:50:13 +01:00
Sean Owen
867d580e66
Enable RAT check in build; enable checkstyle; fix some violations; update Jetty/Android plugin
2015-05-15 15:44:45 +01:00
Sean Owen
ec9487c0b2
Fixes from coverity
2015-05-13 13:04:43 +01:00
Sean Owen
2e3021a510
Reintroduce basic DoS filter in web app
2015-05-13 12:16:55 +01:00
Sean Owen
fa1c1ededf
Reintroduce basic DoS filter in web app
2015-05-13 12:14:01 +01:00
Sean Owen
7774683247
Handle IOException in multipart more cleanly
2015-05-12 16:11:43 +01:00
Sean Owen
f56b2962b0
Restrict coverity to special branch
2015-05-05 17:19:08 +01:00
Sean Owen
7d7e262d32
Experiment with coverity integration
2015-05-05 16:00:53 +01:00
Sean Owen
0714402cb4
Merge pull request #370 from BrunoMioto/patch-1
...
Translation updated to Portuguese-BR
2015-05-04 21:45:20 +01:00
Sean Owen
a126e41882
Checking if sudo: false is needed for new Travis docker support
2015-05-04 21:31:13 +01:00
BrunoMioto
f4e00252a6
Translation updated to Portuguese-BR
2015-05-04 11:39:46 -03:00
Sean Owen
8754b44f1d
Try a different travis config
2015-05-03 21:41:16 +01:00
Sean Owen
8bf1ab65c6
Remove sudo for codecov; remove redundant matrix
2015-05-03 21:30:13 +01:00
Sean Owen
6f3e682cd0
Fix travis config issue
2015-05-03 21:14:14 +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
560cba85b0
Update plugins (now requires Maven 3.2); fix javadoc warning
2015-05-03 20:49:10 +01:00
Sean Owen
4907c54003
Merge pull request #368 from zxing/revert-272-master
...
Revert "minSize from provided sizes"
2015-05-03 20:48:03 +01:00
Sean Owen
721723ecee
Revert "minSize from provided sizes"
2015-05-03 20:47:43 +01:00
Sean Owen
295cac5b0d
Update plugins; credit for Ukrainian translations
2015-04-04 12:52:35 +01:00
Sean Owen
fe89947933
Merge pull request #348 from burunduk/update-uk-lang
...
Update uk lang
2015-04-04 12:49:48 +01:00
Olexandr Nesterenko
13b0b2a8e8
Add GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD
2015-04-02 10:31:58 +03:00
Olexandr Nesterenko
491e164f6b
Update LocaleManager
2015-04-02 00:16:28 +03:00
Olexandr Nesterenko
1e1067709e
Fix order
2015-04-02 00:02:52 +03:00
Olexandr Nesterenko
5e7fb331d2
Update uk language
...
Add uk help
2015-04-01 22:36:15 +03:00
Sean Owen
bc3c8e3ffd
Target Android 5.1 (don't require it); bump BS app number for next release; update plugins
2015-03-21 16:44:46 +00:00