mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Updates for 0.3
git-svn-id: https://zxing.googlecode.com/svn/trunk@161 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
4645d1eaad
commit
ef06b08c8d
10
CHANGES
10
CHANGES
|
@ -39,4 +39,12 @@
|
||||||
0.2.2 (22 Jan 2008)
|
0.2.2 (22 Jan 2008)
|
||||||
- Now includes junit locally to build tests
|
- Now includes junit locally to build tests
|
||||||
- Fixed "MIDlet" name in MANIFEST.MF, which may solve some problems
|
- Fixed "MIDlet" name in MANIFEST.MF, which may solve some problems
|
||||||
- Friendlier error message when barcode can't be found
|
- Friendlier error message when barcode can't be found
|
||||||
|
|
||||||
|
0.3 (04 Feb 2008)
|
||||||
|
- Major refactoring of 1D barcode decoding
|
||||||
|
- Added support for UPC-E, EAN-8
|
||||||
|
- Also added Code 39, Code 128 support -- may need refinement
|
||||||
|
- Now any "game" key triggers photo capture
|
||||||
|
- Workaround implemented for Nokias that use "capture://image" in MMAPI
|
||||||
|
- UPC codes now trigger lookup to upcdatabase.com
|
|
@ -1,4 +1,4 @@
|
||||||
version=0.2.2
|
version=0.3
|
||||||
|
|
||||||
# Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed
|
# Set this to a location where Sun's Wireless Toolkit, version 2.5.2 or later, has been installed
|
||||||
# Location on Linux varies but is typically under /usr/local or /usr/lib
|
# Location on Linux varies but is typically under /usr/local or /usr/lib
|
||||||
|
|
Loading…
Reference in a new issue