Commit graph

3558 commits

Author SHA1 Message Date
Sean Owen 649a099c68 Reject responses whose content type isn't image/* early 2017-08-20 16:34:08 +01:00
Sean Owen 0000a10272 Run full GC periodically to try to fight memory issue with ImageIO objects with large offheap allocations (?) 2017-08-16 12:31:18 +01:00
Sean Owen 7a5038a070 Update plugins, deps; update Guava but restore Java 7 interop by using 23.0-android and restricting to zxingorg module 2017-08-16 12:30:37 +01:00
Sean Owen cbdf087933 Issue #842: allow + in MECARD TEL lines 2017-08-16 12:29:57 +01:00
Sean Owen e2afb336e2 Minor changes from inspection 2017-07-17 12:43:00 +01:00
Sean Owen ae6b9f4426 A few more touch-ups from Codacy 2017-06-16 13:51:08 +01:00
Sean Owen 11a88fe7aa Update zxing.appspot.com app to work with latest GCloud SDK 2017-06-16 13:51:08 +01:00
Sean Owen 8904373720 Create README.md 2017-06-14 19:27:01 +01:00
Sean Owen 3c64fa1e62 Fix Codacy warnings 2017-06-14 18:50:03 +01:00
Antoine Cœur eaa34c3b7e adding port to Objective-C (#814) 2017-06-09 14:15:19 +01:00
Philipp Hasper da4e333d66 Fixed Wifi mangager memory leak on devices < N (#811)
AndroidStudio reported the error:
Error: The WIFI_SERVICE must be looked up on the Application context or
memory will leak on devices < Android N. Try changing
to .getApplicationContext()  [WifiManagerLeak]
2017-06-08 14:17:45 +01:00
Sean Owen f4266e0a51 Minor version updates 2017-06-08 13:52:39 +01:00
Sean Owen cac5b1a6fe More attempt to tune memory problem on decode server 2017-06-08 13:52:31 +01:00
Sean Owen 5447790002 Minor dep updates 2017-06-04 15:51:45 +01:00
Sean Owen 9fae90bc3c More defensive programming around odd Android exceptions 2017-06-04 15:51:39 +01:00
Sean Owen 458923c3cd Closes issue #806: bad encodation switch in non-ASCII DataMatrix encodation (credit micjahn) 2017-05-31 10:49:41 +01:00
Sean Owen 11f5278aa7 Add support for JPEG, GIF images from chart server; can request chart.png / chart.jpg / chart.gif now 2017-05-22 13:45:51 +01:00
Sean Owen 713c5bb001 Note support for MaxiCode 2017-05-15 09:13:56 +01:00
David Sanders 7df4aa6694 Clean up whitespace (#800) 2017-05-14 17:54:32 +01:00
David Sanders 5a5237b4a8 Drop debugging code from UPCEWriter (#803) 2017-05-14 17:53:42 +01:00
Sean Owen 3d0468e92f Issue #795: avoid sorting preview sizes 2017-05-05 00:30:05 +01:00
Krasnaya Ploshchad’ ff7137e512 Update Zxing.NET project link (#793) 2017-04-24 11:19:21 +01:00
Sean Owen d8a681af0c Add more tests for non-core modules 2017-04-23 16:15:43 +01:00
Sean Owen f312da5b17 Update site version, use HTTPS more in docs 2017-04-23 15:41:33 +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 6ae3a36107 Remove glass, androidtest apps 2017-04-15 13:13:52 +01:00
Sean Owen 7fdc869d02 Minor plugin updates 2017-04-13 17:16:47 +01:00
Sean Owen 5b14d23194 Update plugins/deps, fix bug in base64 decoding 2017-04-06 14:31:14 +01:00
Armando Lüscher 744631cea0 Small readme fixes (#782) 2017-04-05 06:37:31 +01:00
omodai ca488eb1ae update japanese strings.xml (#779) 2017-03-30 11:59:18 +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 0a542b9e9e Stop redirecting old javadoc links; redirect web pages to HTTPS by default 2017-03-07 22:28:15 +00:00
Sean Owen 07479e38ec Apply DoS filter to /chart too, but relax limit 2017-03-07 22:27:56 +00:00
David Sanders 8d12dc4155 Minor performance improvements to HybridBinarizer (#762) 2017-02-27 18:21:59 +00:00
David Sanders 6546dc5863 Add basic test case for ITFWriter (#758) 2017-02-25 01:18:12 +00:00
Sean Owen 484ff7edcf Suppress most deprecation warnings due to old camera API; remove call to old cookie manager 2017-02-20 12:35:00 -08:00
David Sanders 0ec5b9a260 Add new matrix tests in RGBLuminanceSourceTestCase (#757) 2017-02-20 05:58:12 -08:00
David Sanders 25776d82d9 Correct size of array in ITFWriter (#756) 2017-02-19 03:51:20 +00:00
Sean Owen 06ccbf72ae
Issue #751 fix misparsing of vCard phone vs type in case of blank value or type 2017-02-10 16:50:40 +00:00
Sean Owen d36a35dba5
Fix up Travis badge from PNG to SVG 2017-02-06 10:51:46 +00:00
Sebastian dcde8a30a6 Fix two typos in Javadocs (#750) 2017-02-02 17:28:13 +00:00
Sean Owen e8d9002390
Fix camera/storage permissions problems in test app; refactor handling of files in benchmark 2017-01-31 15:21:49 +00:00
Sean Owen 27b686e132
Finally, make sure android.jar now isn't built into / dexed into .apks 2017-01-24 15:20:06 +00:00
Sean Owen 225d8898a5
Try retaining Android SDK tools/source.properties 2017-01-24 13:59:16 +00:00
Sean Owen a4485c2293
Set Android plugin SDK location explicitly to solve Travis error? 2017-01-24 13:37:41 +00:00
Sean Owen 5d61990e26
Build entirely using local Android SDK to move beyond Android 4.1 2017-01-24 13:25:08 +00:00
Sean Owen 63c4b21556
Minor dependency updates, including Guava 2017-01-24 12:21:37 +00:00
Pedram Paknam 46461d37b6
add Farsi Help files 2017-01-15 10:48:46 +00:00
Sean Owen b8c3d08e19
Closes #738 : fix UPC-E encoding with system 1 2017-01-06 14:17:48 +00:00