mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Updates for 0.7
git-svn-id: https://zxing.googlecode.com/svn/trunk@390 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
0e1f585afd
commit
dbf5629def
15
CHANGES
15
CHANGES
|
@ -122,3 +122,18 @@
|
||||||
- GridSampler now smarter about bounds checking and point nudging;
|
- GridSampler now smarter about bounds checking and point nudging;
|
||||||
should avoid some ArrayIndexOutOfBoundsException issues
|
should avoid some ArrayIndexOutOfBoundsException issues
|
||||||
- More unit tests
|
- More unit tests
|
||||||
|
|
||||||
|
0.7 (5 May 2008)
|
||||||
|
- Added support for MobileTag message formats
|
||||||
|
- Added source to zxing.org
|
||||||
|
- Significant work on Android clients, including UI overhaul and
|
||||||
|
continuous scan mode
|
||||||
|
- Bug fix: ResultPoints from 1D barcodes were wrong
|
||||||
|
- SKIP_N_BARCODES hint now gone, and associated logic has been transferred
|
||||||
|
to individual project users, as it is fairly app-specific at this point
|
||||||
|
and is beginning to complicate the core library. We can help other users
|
||||||
|
who need this functionality on a case-by-case basis.
|
||||||
|
- Bug fix in AddressBookAUParsedResult parsing
|
||||||
|
- Possible workaround for NoSuchMethodError on Nokias
|
||||||
|
- New shell of an iPhone client committed
|
||||||
|
- ... and other assorted small improvements and fixes
|
|
@ -1,4 +1,4 @@
|
||||||
version=0.6
|
version=0.7
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -32,5 +32,5 @@ version=0.6
|
||||||
|
|
||||||
# Set this to the location of a Tomcat installation if you want to compile and run the zxing.org
|
# Set this to the location of a Tomcat installation if you want to compile and run the zxing.org
|
||||||
# web site and web application
|
# web site and web application
|
||||||
|
#tomcat-home=C:\\tomcat
|
||||||
#tomcat-home=/usr/local/tomcat
|
#tomcat-home=/usr/local/tomcat
|
||||||
#tomcat-home=C:\\tomcat
|
|
Loading…
Reference in a new issue