Damian Peckett
e54e0c781b
Add support for encoding GS1 formatted QR ( #927 )
...
* Add support for encoding GS1 formatted QR
* Place FNC1 mode header after ECI header
2017-12-18 09:13:53 -06:00
Robert Theis
561f09b32e
Fix typo in Norwegian translation ( #918 )
2017-11-29 21:45:55 -06:00
Sean Owen
a3018f8768
Remove obsolete unrolled loops
2017-11-20 14:12:13 -06:00
Sean Owen
3ae6b336e1
Issue #914: increase heuristic to allow version 11-20 in non-try-harder mode
2017-11-20 07:19:18 -06:00
Sean Owen
63bcf0ca9c
Closes #909
2017-11-16 11:53:40 -06:00
Sean Owen
5409e6b6fd
Closes #912
2017-11-16 11:40:33 -06:00
Sean Owen
ea3b04289d
Fixes issue #908
2017-11-13 19:36:57 -06:00
Aldracor
72a21d158b
Add QRCode lenient diagonal check ( #906 )
...
* Add QRCode lenient diagonal check
Adding diagonal check to solve #897 to prevent false positives for centers
* update tests to expect the increased number of successes
2017-11-08 10:11:25 +00:00
Sean Owen
ce98de83bd
Add redundant leading slash to ANDROID_HOME path
2017-11-06 13:34:22 +00:00
Sean Owen
7eae23f659
Guard against a few rare errors from Play logs
2017-11-02 11:54:25 +00:00
Steffen Kieß
49d90b6457
Implement support for WPA2 Enterprise (EAP) ( #865 )
2017-10-29 20:40:53 +00:00
Sean Owen
5284daa336
Restore changed protected method to satisfy clirr, just in case something extends it.
2017-10-29 10:26:45 +00:00
Sean Owen
5a1521dca2
Update master for next Android app release
2017-10-29 09:57:08 +00:00
Sean Owen
c2a2245bb9
Remove unused cross-check-diagonal logic
2017-10-29 09:56:47 +00:00
Sean Owen
7890b8afb3
Add values-nb as synonym for values-no; remove unused string
2017-10-29 09:56:30 +00:00
Sean Owen
caf479654a
JAI module isn't needed at compile time
2017-10-27 21:25:59 +01:00
Sean Owen
f578184873
Fix proguard library path for android app
2017-10-25 19:29:49 +01:00
Sean Owen
9644b498c6
Manually fix parents of Android libs to 3.3.2-SNAPSHOT
2017-10-25 18:47:25 +01:00
Sean Owen
c99e16bab8
Update site for 3.3.1
2017-10-25 18:40:07 +01:00
Sean Owen
111354bfbe
Update android for 3.3.2-SNAPSHOT parent post 3.3.1 release
2017-10-25 18:37:52 +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
b14d476a30
Use gpg not gpg2
2017-10-25 18:23:43 +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
4cf04e6273
Update CHANGES and android app for 3.3.1
2017-10-25 18:08:42 +01:00
Sean Owen
67c6e4126c
Minor plugin, dependency updates
2017-10-25 17:39:54 +01:00
Sean Owen
c9a662d78c
Updated Google Play badge. Closes #892
2017-10-18 10:05:27 +02:00
Sergey Yanzin
8eaa8502ad
fixed russian translation ( #890 )
...
* Fixed error key in doPost()
doPost() works only with badimage
* Update about1d.html
* Update about2d.html
* Update about2d.html
* Update index.html
* Update scanning.html
* Update whatsnew.html
* Update sharing.html
* Update strings.xml
2017-10-13 10:39:03 +01:00
Sergey Yanzin
6f96046dea
Fixed error key in doPost() ( #887 )
...
doPost() works only with badimage
2017-10-12 08:20:29 +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
7c1f313c05
Revert to checkstyle 6.x for Java 7 support
2017-10-06 12:41:47 +01:00
Sean Owen
5b9ce1cd74
Better web app logging and checkstyle update
2017-10-06 12:09:40 +01:00
Sean Owen
88120e298d
Better: refactor rate-limiting logic and apply to destination hosts too
2017-10-03 12:39:58 +01:00
Sean Owen
65d2b163eb
Revamp protection against flood of requests; minor related tweaks
2017-10-02 13:40:53 +01:00
Sean Owen
05093ed3d2
Disable Android, proguard, appspot for JDK 9
2017-09-22 17:50:34 +01:00
Sean Owen
ea6111c7f9
Build Java 9 on Travis; update plugins
2017-09-22 16:07:00 +01:00
DandelionSprout
f9a74628cb
Norwegian translation ( #878 )
...
* Create strings.xml
* Update strings.xml
* Update strings.xml
* Rename strings.xml to stringsx.xml
* Create strings.xml
It was tough to unify the lines to match those of the Free version's strings.xml, but I hope I succeeded at it.
* Delete stringsx.xml
* Delete strings.xml
Seeing if I can change the folder name as well.
* Create strings.xml
* Update strings.xml
Fixed the two crashing duplicate entries, it seems.
2017-09-21 10:47:36 +01:00
Michael Jahn
24f170efb3
Add codeset A support to Code 128 ( #877 )
...
* add support of Codeset A for Code 128
* simplification, everything from 0 to 127 is supported by Codeset A and B
2017-09-20 07:44:23 +01:00
Michael Jahn
437db89b45
Code39 extended mode encoding support ( #876 )
...
* asterisk isn't a valid character which can be encoded with Code 39.
the following sample content results in an unreadable barcode: *123456789
because the asterisk is the start-stop character (special meaning, not valid in content)
the really encoded value is **123456789*. The barcode reader stops after reading the second asterisk
and throw the content away.
* remove wrong private modifier for ALPHABET_STRING
* cleanup comments
* add support for Code 39 extended mode encoding
* add support for Code 39 extended mode encoding
* clean ups
* clean ups
2017-09-18 17:17:38 +01:00
Michael Jahn
76d9dd5cf6
Fix extended mode decoding code39 ( #873 )
...
* fix extended mode decoding of Code 39
* beautification
* tests for Code 39 extended mode decoding, full supported ascii table
2017-09-17 21:31:40 +01:00
Michael Jahn
1d66d793ed
asterisk isn't a valid character and should not be encoded as content with Code 39. ( #872 )
...
* asterisk isn't a valid character which can be encoded with Code 39.
the following sample content results in an unreadable barcode: *123456789
because the asterisk is the start-stop character (special meaning, not valid in content)
the really encoded value is **123456789*. The barcode reader stops after reading the second asterisk
and throw the content away.
* remove wrong private modifier for ALPHABET_STRING
* cleanup comments
2017-09-15 07:23:29 +01:00
Siddharth Deshpande
6ca929ee26
Updated php-zxing link ( #871 )
...
Added a https://github.com/dsiddharth2/php-zxing link to ZXing-based third-party open source projects area.
2017-09-12 14:45:13 +01:00
Sean Owen
04595508b6
Require Android API 19, so fully use Java 7 try-with-resources, as well as a few other Java 7 features. Reduce deprecation warning count in android
2017-09-11 14:05:37 +01:00
Sean Owen
b10dabfe07
Update Tomcat 8.5 example config to include HTTP/2, OpenSSL config
2017-09-04 10:27:44 +01:00
Sean Owen
456edd7197
Avoid parallel gwt build in Travis
2017-09-02 09:29:43 +01:00
Sean Owen
367c7953cc
Don't use parallel Maven build on Travis
2017-09-02 09:13:30 +01:00
Sean Owen
4ddc8c9e49
Issue 863: add limited support for VALUE=uri in vCard
2017-09-02 08:57:14 +01:00