srowen
|
93db610970
|
Made the RGB to luminance approximation/optimization a little faster -- one less shift
git-svn-id: https://zxing.googlecode.com/svn/trunk@327 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-31 19:04:38 +00:00 |
|
srowen
|
10ce9dde67
|
Updates to build on M5
git-svn-id: https://zxing.googlecode.com/svn/trunk@320 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-28 16:54:29 +00:00 |
|
srowen
|
683a78256d
|
Improved bounds-checking and point-nudging logic in GridSampler. We should check more than endpoints.
git-svn-id: https://zxing.googlecode.com/svn/trunk@317 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-26 17:01:13 +00:00 |
|
srowen
|
e97b55f884
|
Removed old YUV-based implementation
git-svn-id: https://zxing.googlecode.com/svn/trunk@314 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-26 14:43:42 +00:00 |
|
srowen
|
7de539a67c
|
biasTowardsWhite was, embarassingly, not accomplishing anything mathematically. It proved to not have much value so has been removed, to simplify the code.
git-svn-id: https://zxing.googlecode.com/svn/trunk@313 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-26 14:42:33 +00:00 |
|
srowen
|
c32827af04
|
More aggressive inlining, to inline some key methods like BitArray.get(), resulting in significant performance boost
git-svn-id: https://zxing.googlecode.com/svn/trunk@311 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-25 18:23:49 +00:00 |
|
srowen
|
b88df41dca
|
More aggressive ProGuard optimization
git-svn-id: https://zxing.googlecode.com/svn/trunk@307 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-21 12:46:00 +00:00 |
|
srowen
|
91e3968774
|
Automatically inserts version number in strings.xml now
git-svn-id: https://zxing.googlecode.com/svn/trunk@303 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-19 20:23:27 +00:00 |
|
srowen
|
8c105d8fc4
|
Automatically inserts version number in strings.xml now
git-svn-id: https://zxing.googlecode.com/svn/trunk@302 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-19 20:23:10 +00:00 |
|
srowen
|
76757bdcd4
|
More proper support for geo: URLs in Android
git-svn-id: https://zxing.googlecode.com/svn/trunk@301 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-19 20:18:28 +00:00 |
|
srowen
|
14a9eb7d20
|
Fixed bug in rotation code for BufferedImageMonochromeBitmapSource; fixed "SKIP_N_BARCODES" behavior to ignore barcodes already found.
git-svn-id: https://zxing.googlecode.com/svn/trunk@297 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-19 17:09:27 +00:00 |
|
srowen
|
7214289cf0
|
Oops, use 5 passes of optimization
git-svn-id: https://zxing.googlecode.com/svn/trunk@294 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-18 16:56:12 +00:00 |
|
srowen
|
379c3a8cc0
|
Add support for tel: URIs
git-svn-id: https://zxing.googlecode.com/svn/trunk@292 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-17 20:17:20 +00:00 |
|
srowen
|
cc06bc326b
|
Fixed naming convention. Everything should be a "ParsedResult"
git-svn-id: https://zxing.googlecode.com/svn/trunk@289 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-17 18:24:26 +00:00 |
|
srowen
|
c3b3254cf6
|
Some refactoring to remove small disconnect between how Results are handled and whether the client thinks it can do anything meaningful with a Result
git-svn-id: https://zxing.googlecode.com/svn/trunk@288 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-17 18:12:00 +00:00 |
|
srowen
|
b18107391b
|
Nope, disable link from geo: URL to Google Maps. Does not quite work in the browser yet.
git-svn-id: https://zxing.googlecode.com/svn/trunk@287 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-17 16:50:03 +00:00 |
|
srowen
|
444ec0b00f
|
Add client support for geo URIs
git-svn-id: https://zxing.googlecode.com/svn/trunk@285 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-17 15:16:59 +00:00 |
|
srowen
|
34cc1d2b9d
|
Move GridSampler into common package and refactor to ready it for use with Data Matrix
git-svn-id: https://zxing.googlecode.com/svn/trunk@278 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-14 18:44:41 +00:00 |
|
srowen
|
ea13f8b052
|
Refactorings to allow raw bytes to be passed back with reader result, where applicable
git-svn-id: https://zxing.googlecode.com/svn/trunk@270 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-12 18:51:46 +00:00 |
|
srowen
|
c6b6bfb332
|
Deprecated YUV version
git-svn-id: https://zxing.googlecode.com/svn/trunk@263 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-10 21:36:12 +00:00 |
|
srowen
|
5f8beb71c6
|
Switch to RGB-based captures for decoding, in preparation for move to continuous scan model
git-svn-id: https://zxing.googlecode.com/svn/trunk@262 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-10 21:31:47 +00:00 |
|
srowen
|
5f867e7b0d
|
Fixed handling of new Android Intent result
git-svn-id: https://zxing.googlecode.com/svn/trunk@261 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-10 21:23:58 +00:00 |
|
srowen
|
024c46b18e
|
Just addin' copyright comments
git-svn-id: https://zxing.googlecode.com/svn/trunk@252 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-06 21:11:45 +00:00 |
|
srowen
|
3ee4cb2b66
|
Add support for Android Intent URIs encoded in a barcode
git-svn-id: https://zxing.googlecode.com/svn/trunk@250 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-06 16:01:15 +00:00 |
|
srowen
|
f7306489b6
|
Now supports KDDI/AU / Softbank address book format
git-svn-id: https://zxing.googlecode.com/svn/trunk@249 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-06 15:43:31 +00:00 |
|
srowen
|
a78f7f40d5
|
Various code tweaks and refactorings suggested by IntelliJ
git-svn-id: https://zxing.googlecode.com/svn/trunk@246 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-05 17:26:44 +00:00 |
|
srowen
|
f79bb97605
|
Don't like using == instead of equals() here, even though it's valid here. Fixed that.
git-svn-id: https://zxing.googlecode.com/svn/trunk@240 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-03 22:07:43 +00:00 |
|
srowen
|
905b1f7676
|
Fix typo in method "isRotate*d*Supported"; don't attempt to rotate images of unknown format
git-svn-id: https://zxing.googlecode.com/svn/trunk@238 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-03 21:36:03 +00:00 |
|
srowen
|
c4ee6727d6
|
Use TRY_HARDER hint in javase CommandLineRunner. TRY_HARDER now tries rotating the image when dealing with 1D barcodes. Clarified and fixed value type of several items in the "hints" Hashtables.
git-svn-id: https://zxing.googlecode.com/svn/trunk@235 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-03-03 19:48:08 +00:00 |
|
srowen
|
848609c0c5
|
Added "URLTO" format support
git-svn-id: https://zxing.googlecode.com/svn/trunk@229 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-25 22:15:36 +00:00 |
|
srowen
|
759bef6f8a
|
More little tweaks to make the 'release' build target happy again
git-svn-id: https://zxing.googlecode.com/svn/trunk@227 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-22 19:32:35 +00:00 |
|
srowen
|
e8553801b1
|
Now can use "-Ddebug=true" on the command line to build a non-optimized build with debug symbols. Also added check for ProGuard.
git-svn-id: https://zxing.googlecode.com/svn/trunk@222 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-22 18:13:00 +00:00 |
|
srowen
|
556225ab0a
|
Improved GridSampler API -- no need for reflection anymore. Reintroduced Android GridSampler implementation, which still doesn't quite work yet.
git-svn-id: https://zxing.googlecode.com/svn/trunk@221 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-22 17:01:38 +00:00 |
|
srowen
|
47743fbb8e
|
Oh and made a constant field final
git-svn-id: https://zxing.googlecode.com/svn/trunk@219 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-21 16:37:51 +00:00 |
|
srowen
|
08aa759c07
|
Now calls setSizeFromLayout() rather than fixed to a 320x240 size
git-svn-id: https://zxing.googlecode.com/svn/trunk@218 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-21 16:37:06 +00:00 |
|
srowen
|
2110c3fbdd
|
Added ProGuard
git-svn-id: https://zxing.googlecode.com/svn/trunk@217 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-21 16:36:27 +00:00 |
|
srowen
|
848f791d4f
|
Replaced busy wait with wait()/notifyAll() idiom
git-svn-id: https://zxing.googlecode.com/svn/trunk@206 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-15 17:51:43 +00:00 |
|
srowen
|
4c4adc953e
|
Brought this back into sync with BufferedImageMonochromeBitmapSource
git-svn-id: https://zxing.googlecode.com/svn/trunk@205 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-15 17:51:11 +00:00 |
|
srowen
|
e7cdb0ca25
|
Include android in main build; add android clean target
git-svn-id: https://zxing.googlecode.com/svn/trunk@194 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-14 21:06:57 +00:00 |
|
srowen
|
eb2fa80eaf
|
Biiig standardization of whitespace. 2 space indents now, no tabs.
git-svn-id: https://zxing.googlecode.com/svn/trunk@191 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-14 20:25:54 +00:00 |
|
srowen
|
c36a3b64cc
|
Added android build.xml file
git-svn-id: https://zxing.googlecode.com/svn/trunk@190 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-14 20:21:33 +00:00 |
|
srowen
|
3f3c2fd7e5
|
More minor javadoc, code tweaks
git-svn-id: https://zxing.googlecode.com/svn/trunk@189 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-14 20:05:31 +00:00 |
|
dswitkin
|
1ca6c123d4
|
This is the first version of the ZXing Android client.
git-svn-id: https://zxing.googlecode.com/svn/trunk@185 59b500cc-1b3d-0410-9834-0bbf25fbcc57
|
2008-02-14 19:02:18 +00:00 |
|