Commit graph

2898 commits

Author SHA1 Message Date
Sean Owen 049408e4ca Suppress two Android lint warnings 2014-05-22 07:33:07 +01:00
Sean Owen 685b696efe GWT 2.6.1 2014-05-21 11:30:40 +01:00
Sean Owen f302d02ea1 Minor revision to last change to Google Glass Intents 2014-05-20 20:54:58 +01:00
Sean Owen aedd6262e6 Merge pull request #149 from mechkg/master
Added basic support for using CaptureActivity from other activities via startActivityForResult
2014-05-20 20:31:26 +01:00
Ivan Poliakov cf35e85024 Added null checks for intent and action 2014-05-20 20:11:21 +01:00
Ivan Poliakov 55bbe9f7fb Added basic support for using CaptureActivity from other activities 2014-05-19 20:40:21 +01:00
Sean Owen 081378fe93 Updates for BS 4.7.0 2014-05-16 13:42:02 +01:00
Sean Owen 1b403e81db Don't set FPS in main BS app, as it was for Glass and there is now a specialized Glass app 2014-05-16 13:10:29 +01:00
Sean Owen 77aabfc457 Issue #147 : handle corner case as normal failed read rather than AIOOBE 2014-05-15 13:26:04 +01:00
Sean Owen 2a8cd871bc Add dependency convergence check 2014-05-13 15:35:52 +01:00
Sean Owen 5a07783224 Issue #142 : fix escaping of %f / %t 2014-05-10 16:19:46 +01:00
Sean Owen 7a0ff2305f Merge pull request #136 from slepmog/master
Fixed Russian translation
2014-05-01 19:29:42 +01:00
slepmog a9a417636f Fixed translation 2014-05-01 11:09:01 -07:00
slepmog c27808fc24 Fixed translation 2014-05-01 10:59:41 -07:00
Sean Owen b89133f927 Add slepmog 2014-05-01 16:31:26 +01:00
Sean Owen 20d423c317 Merge pull request #135 from slepmog/master
Adding ability to select camera when integrating via intent
2014-05-01 16:30:44 +01:00
slepmog b19a9106c9 Indentation wtf 2014-05-01 06:32:17 -07:00
slepmog 0b6d83ed10 Refactored open() into one method 2014-05-01 06:30:29 -07:00
slepmog 0d31475707 >= 0 2014-05-01 06:13:03 -07:00
slepmog 2b6c4ef71b + comments, >=0, IllegalStateException 2014-05-01 06:11:18 -07:00
slepmog 378553986c + comments, >=0 2014-05-01 06:05:04 -07:00
slepmog 01bbe8fd53 Indentation wtf 2014-05-01 05:43:12 -07:00
slepmog e19e20b5dc Indentation wtf 2014-05-01 05:37:23 -07:00
slepmog 67217d4337 Indentation wtf 2014-05-01 05:36:44 -07:00
slepmog 5c840a5001 Indentation wtf 2014-05-01 05:34:55 -07:00
slepmog f80645c110 Amended onResume() to read CAMERA_ID from intent 2014-05-01 05:28:34 -07:00
slepmog e420079ad2 Indentation wtf 2014-05-01 05:24:44 -07:00
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