Oops, one more compile problem fixed. Also delete redundant copies of core and javase...
[zxing.git] / android /
2008-05-03 dswitkinMerged revisions 378,380,382 via svnmerge from
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-05-02 srowenFix typo introduced at the last second before commit...
2008-05-02 srowenAdded preliminary support for MobileTag formats; not...
2008-04-21 dswitkinFixed a typo in the Android build file.
2008-04-21 dswitkinMerged revisions 321,327,330,332,334,342-343,352-353...
2008-04-16 srowenFix Issue 50, not building on Windows, by adding some...
2008-04-16 srowenSmall simplification of build file condition properties...
2008-04-10 dswitkinMade sure the BitmapSource subclasses do not reuse...
2008-04-03 srowenForward-porting Daniel's fix
2008-03-31 dswitkinChanged the project names for the two Android clients...
2008-03-31 dswitkinRemoved @Override from Tom's code, which gave errors...
2008-03-31 srowenMade the RGB to luminance approximation/optimization...
2008-03-28 srowenUpdates to build on M5
2008-03-26 srowenImproved bounds-checking and point-nudging logic in...
2008-03-26 srowenRemoved old YUV-based implementation
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-25 srowenMore aggressive inlining, to inline some key methods...
2008-03-21 srowenMore aggressive ProGuard optimization
2008-03-19 srowenAutomatically inserts version number in strings.xml now
2008-03-19 srowenAutomatically inserts version number in strings.xml now
2008-03-19 srowenMore proper support for geo: URLs in Android
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
2008-03-18 srowenOops, use 5 passes of optimization
2008-03-17 srowenAdd support for tel: URIs
2008-03-17 srowenFixed naming convention. Everything should be a "Parsed...
2008-03-17 srowenSome refactoring to remove small disconnect between...
2008-03-17 srowenNope, disable link from geo: URL to Google Maps. Does...
2008-03-17 srowenAdd client support for geo URIs
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-10 srowenDeprecated YUV version
2008-03-10 srowenSwitch to RGB-based captures for decoding, in preparati...
2008-03-10 srowenFixed handling of new Android Intent result
2008-03-06 srowenJust addin' copyright comments
2008-03-06 srowenAdd support for Android Intent URIs encoded in a barcode
2008-03-06 srowenNow supports KDDI/AU / Softbank address book format
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-03 srowenDon't like using == instead of equals() here, even...
2008-03-03 srowenFix typo in method "isRotate*d*Supported"; don't attemp...
2008-03-03 srowenUse TRY_HARDER hint in javase CommandLineRunner. TRY_HA...
2008-02-25 srowenAdded "URLTO" format support
2008-02-22 srowenMore little tweaks to make the 'release' build target...
2008-02-22 srowenNow can use "-Ddebug=true" on the command line to build...
2008-02-22 srowenImproved GridSampler API -- no need for reflection...
2008-02-21 srowenOh and made a constant field final
2008-02-21 srowenNow calls setSizeFromLayout() rather than fixed to...
2008-02-21 srowenAdded ProGuard
2008-02-15 srowenReplaced busy wait with wait()/notifyAll() idiom
2008-02-15 srowenBrought this back into sync with BufferedImageMonochrom...
2008-02-14 srowenInclude android in main build; add android clean target
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2008-02-14 srowenAdded android build.xml file
2008-02-14 srowenMore minor javadoc, code tweaks
2008-02-14 dswitkinThis is the first version of the ZXing Android client.