Commit graph

2871 commits

Author SHA1 Message Date
slepmog 6cb7147b44 Indentation wtf 2014-05-01 05:23:42 -07:00
slepmog 1cd8388b0c Added setManualCameraId() and amended openDriver() 2014-05-01 05:22:06 -07:00
slepmog f18b11d7d8 Added constant Intents.Scan.CAMERA_ID 2014-05-01 05:16:51 -07:00
slepmog 5b957c86f8 Added overload: open(cameraId) 2014-05-01 05:14:28 -07:00
slepmog 07bdeb9995 Update IntentIntegrator.java 2014-05-01 05:11:28 -07:00
Sean Owen c103e59b7e Refactor logging of camera params 2014-05-01 00:01:44 +01:00
Sean Owen 9b2ddac3cf Zoom and use subset of larger preview 2014-04-30 23:43:06 +01:00
Sean Owen d5852ff9ef Use preview buffer approach to avoid excessive GC 2014-04-30 23:25:27 +01:00
Sean Owen 461d15a890 Better zoom utility method, and FPS method that doesn't always pick the highest FPS, and that can be given a min/max FPS 2014-04-30 23:03:35 +01:00
Sean Owen 2209df1afa Also bump pom to 4.6.5 2014-04-30 15:12:38 +01:00
Sean Owen c1b1b63170 Refactor common code from across Android apps into module 2014-04-30 15:12:13 +01:00
Sean Owen 49e1127e06 Retire actionscript 2014-04-30 09:06:06 +01:00
Sean Owen c2afa60303 Merge pull request #128 from mscheel/master
Use "Barcode Scanner" as trigger
2014-04-29 06:28:11 +01:00
Mark Scheel 6619c1616a Updates for XE16 compatibility. XE16 was released in April 2014 and replaced XE12 from December 2013. XE16 changes the way voice triggers are set up. They now require a permission in the manifest and use a different trigger syntax. 2014-04-28 22:45:55 -06:00
Sean Owen 151ad6818b Issue #127 : fix typo in table of PDF417 punctuation chars 2014-04-28 21:09:56 +01:00
Sean Owen 02e0512a62 Initial commit of Google Glass GDK app 2014-04-26 12:02:51 +01:00
Sean Owen 98bc57f5d1 Avoid error on malformed Aztec code 2014-04-25 13:36:43 +01:00
Sean Owen 8af98a573f Replace bit shifts that are really multiplication and division with simple operators now 2014-04-25 13:30:58 +01:00
Sean Owen 408c3848b1 Replace FP math faked in integers with plain floating-point math 2014-04-25 13:02:44 +01:00
Sean Owen 3b8b44856d For safety, make optimized round method consistent with Math.round for negative input too 2014-04-23 22:18:54 +01:00
Sean Owen 27b5ce245d Guava 17 2014-04-23 15:39:21 +01:00
Sean Owen 414d1f0412 Handle null erasures correctly 2014-04-23 13:49:05 +01:00
Sean Owen 4225645df0 Add Coverity scan badge 2014-04-23 12:55:07 +01:00
Sean Owen f309e9a4cd Bump to BS 4.6.5 2014-04-23 12:51:27 +01:00
Sean Owen e130eac0ea Ensure beep MediaPlayer is released 2014-04-23 12:47:18 +01:00
Sean Owen 4050f5c2f3 Fix some issues flagged by Coverity static analysis 2014-04-22 22:20:58 +01:00
Sean Owen 391e85ea51 Remove unnecessary lazy init of QR code GF classes, and avoid accessing null field during construction 2014-04-22 22:18:41 +01:00
Sean Owen 2894c094f5 Issue #118 (supplemental) Fix logic error on a null encoding 2014-04-22 21:24:20 +01:00
Sean Owen 002aa47e01 To be safe, avoid static DateFormat even in single-thread Android context 2014-04-22 18:44:17 +01:00
Sean Owen a9cf1e91ec Close ContentResolver InputStream 2014-04-22 18:40:55 +01:00
Sean Owen 35e13989af Android apps should be on 3.0.2-SNAPSHOT now 2014-04-21 23:50:16 +01:00
Sean Owen 27cff89316 [maven-release-plugin] prepare for next development iteration 2014-04-18 14:30:03 +01:00
Sean Owen 32fcad21c3 [maven-release-plugin] prepare release zxing-3.0.1 2014-04-18 14:27:03 +01:00
Sean Owen 01c53feaaa Incompatible with Sonatype parent, so try just inlining its few settings 2014-04-18 14:24:15 +01:00
Sean Owen a63034d4c5 Try directly activating release profile and don't release android, androidtest as part of library release 2014-04-18 12:39:23 +01:00
Sean Owen 7d878d701e Issue #116 add range check and simplify some conditions 2014-04-18 11:06:08 +01:00
Sean Owen 41caac38e8 Use new oss-parent 9 2014-04-14 08:23:45 +01:00
Sean Owen 2e1ac0405a Switch from java8 profile to simple java.version param 2014-04-14 08:23:28 +01:00
Sean Owen 252a9e34cf Fix other Java 8 javadoc warnings 2014-04-13 22:16:08 +01:00
Sean Owen c2b7384286 Fix some Java 8 javadoc warnings 2014-04-13 13:11:00 +01:00
Sean Owen 8ab6a1b902 SLF4J 1.7.7 2014-04-05 23:47:03 +01:00
Sean Owen a4af21a0fe Issue #108 : avoid accessing system property directly to avoid a potential security exception 2014-03-31 13:57:48 +01:00
Sean Owen b09290c7dc Issue #105 avoid accessing Charset Cp437 until absolutely necessary, as it won't work on Android sometimes 2014-03-28 14:14:27 +01:00
Sean Owen 699471b018 Add caching of Maven artifacts to Travis CI build 2014-03-26 08:57:38 +00:00
Sean Owen c837a8eaa4 Use jarsigner 1.3.2 2014-03-25 19:08:53 +00:00
Sean Owen 0a65882eda Fix one more javadoc error for Java 8 2014-03-25 18:27:02 +00:00
Sean Owen fabd9f6473 Minimal changes to build successfully with Java 8, plus optional profile to enable it 2014-03-25 18:01:01 +00:00
Sean Owen 4fb569cce8 Merge pull request #101 from zxing/FragmentIntentIntegrator
Try to re-add fragment support
2014-03-25 15:40:08 +00:00
Sean Owen b4868640cb Try building and running with JDK 8 2014-03-25 15:37:57 +00:00
Sean Owen 32a422fdb6 Try to re-add fragment support 2014-03-24 11:00:19 +00:00