mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Updates for 0.4
git-svn-id: https://zxing.googlecode.com/svn/trunk@193 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
eb2fa80eaf
commit
23b984af30
13
CHANGES
13
CHANGES
|
@ -47,4 +47,15 @@
|
|||
- 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
|
||||
- UPC codes now trigger lookup to upcdatabase.com
|
||||
|
||||
0.4 (15 Feb 2008)
|
||||
- First release of Android client -- only guaranteed to work with "M3"
|
||||
builds so far.
|
||||
- Major reorganization of current test cases and data
|
||||
- Worked around ProGuard issue with paths with spaces on Windows
|
||||
- Phones that don't like FocusControl.AUTO_LOCK won't cause an error now
|
||||
- Fixed ArrayIndexOutOfBoundsException in 1D barcode decoders
|
||||
- Worked around "java.lang.Error 136" from Nokia N70 (?)
|
||||
- Fixed bug in Shift_JIS detection and implemented basic UTF-8 detection
|
||||
for nonstandard QR Codes that don't use ISO-8859-1
|
|
@ -1,4 +1,4 @@
|
|||
version=0.3
|
||||
version=0.4
|
||||
|
||||
# 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
|
||||
|
@ -23,3 +23,6 @@ version=0.3
|
|||
# Uncomment and set appropriately
|
||||
#BB-JDK-home=C:\\Program Files\\Research In Motion\\Blackberry JDE 4.3.0
|
||||
#BB-JDK-home=bb-home
|
||||
|
||||
# Set this to the location where you installed the Android SDK.
|
||||
#android-home=/usr/local/android
|
Loading…
Reference in a new issue