Luiz Machado
c99e635482
fixed my port name and URL ( #1009 )
...
I was the previous owner of a port/fork of Zxing library, now I moved it into an org.
2018-05-15 13:43:28 -05:00
Wiktor
a203ea5c97
Set protocol to JABBER if XMPP IM handle is found ( #1007 )
...
IMPP field can be set to a URI [0]. If that URI is of XMPP scheme set the
protocol used to JABBER and drop the scheme part from the IM handle.
This format is used by XMPP messengers e.g. Conversations.im [1].
[0]: https://tools.ietf.org/html/rfc6350#section-6.4.3
[1]: https://github.com/siacs/Conversations/blob/master/README.md#how-does-the-address-book-integration-work
2018-05-14 07:50:02 -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
274159117a
Plugin updates, including ones that enable Java 10 build compatibility
2018-03-23 11:05:23 -05:00
Sean Owen
d352c5f159
Fix a few typos in new PDF 417 test
2018-03-23 11:04:52 -05:00
Florian Schrag
dbfd5520e9
Improve support for Macro PDF417 ( #973 )
...
* Improve support for Macro PDF417
* cleanup and move license to it's proper place
* add .editorconfig + proper indentation / add optionalFields array
* rename variables and use Arrays instead of System
* replaced length with to
* restore spaces & switch to package private
2018-03-15 14:44:55 -05:00
Michael Jahn
a3bbebccba
ZXing 3.3.2 snapshot still creates wrong barcode for text with leadin… ( #967 )
...
* ZXing 3.3.2 snapshot still creates wrong barcode for text with leading asterisk #960
* missing spaces
2018-03-04 15:17:40 -06:00
Frank
c3d649f6ab
Added a workaround for low framerate issue on Nexus 4 ( #959 )
...
* Added a workaround for low framerate issue on Nexus 4
* Move setRecordingHint to general camera configuration
* change the location of setRecordingHint
2018-02-23 09:26:38 -06:00
Christoph Läubrich
c8da0c1a94
Fix #957 - Provide OSGi Metadata in Manifest ( #958 )
...
* Fix #957 - Provide OSGi Metadata in Manifest
* replace tabs by whitespaces
* Try once again to fix whitespace/indentation
2018-02-16 17:35:41 -06:00
Sean Owen
f51520212c
update site for 3.3.2
2018-01-30 22:21:41 -06:00
Sean Owen
a75a8b8c55
Update android modules for 3.3.3-SNAPSHOT
2018-01-30 22:16:46 -06: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
f107a9b0ad
Updates for 3.3.2 release in android modules
2018-01-30 22:10:07 -06:00
Sean Owen
845ebf4af7
Trivial dep update; code tweak
2018-01-30 20:56:08 -06:00
Sean Owen
9a362fc159
Only activate checkstyle (Java 8+) in Java 8+ build
2018-01-28 14:48:17 -06:00
Sean Owen
229e5e34db
Update plugins
2018-01-28 10:42:05 -06:00
Sean Owen
379e18daf4
Catch a few more SQLExceptions in HistoryManager
2018-01-28 10:42:05 -06:00
Lakshmikant Avasarala
1861cf4f01
Proposed fix for Issue #836 - height and width parameters ignored when barcode_format is DATA_MATRIX ( #933 )
...
* Proposed fix for Issue #836 - height and width parameters ignored when barcode_format is DATA_MATRIX
* Adding requested changes for PR #933
* Wording change in Javadoc to make the description more sensible
2017-12-28 09:42:17 -06:00
Luiz Machado
6e04f9b3bd
added zxing-ts to 3-party projects ( #929 )
2017-12-19 07:07:02 -06:00
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