update com.google.zxing.client.android to 4.4

This commit is contained in:
David Black 2013-06-26 16:52:16 +01:00
parent 63b1b0c1db
commit 41519e5874
2 changed files with 11 additions and 7 deletions

View file

@ -1,5 +1,3 @@
#Promotes Shopper and BCScanner+
AntiFeatures:NonFreeAdd
Category:Multimedia
License:Apache2
Web Site:http://code.google.com/p/zxing/wiki
@ -9,6 +7,9 @@ Issue Tracker:http://code.google.com/p/zxing/issues/list
Auto Name:Barcode Scanner
Summary:Barcode scanner
Description:
Read the information stored in barcodes or create QR-codes for sharing
addresses or text between devices.
All web and product searches go to a Google domain (depending on the choice
of origin country), though a custom search button can be created in the
settings e.g. https://duckduckgo.com/?q=%s.
@ -28,17 +29,17 @@ Supports:
* Aztec ('beta' quality)
* PDF 417 ('alpha' quality)
(See the website for explanations of the permissions)
Anti-feature: Add-ons. It suggests the Google Shopper app to look up product
barcodes and asks you to download Barcode Scanner + from the settings—both of
which are non-free apps.
.
Repo Type:git-svn
Repo:http://zxing.googlecode.com/svn;trunk=trunk;tags=tags
Build Version:4.3.1,87,2433,subdir=android,prebuild=cd ../core && ant build export && cd ../android
Build Version:4.3.2,88,!patch first? 2.2,subdir=android,build=$$MVN3$$ package -f ../core/pom.xml
Build Version:4.4,91,2831,subdir=android,prebuild=\
sed -i '477s/shopperMarketListener/null/g;s/R.string.msg_install_google_shopper/\
"Google Shopper is non-free software"/g' \
src/com/google/zxing/client/android/result/ResultHandler.java,\
build=$$MVN3$$ package -f ../core/pom.xml
Auto Update Mode:None
Update Check Mode:RepoManifest

View file

@ -10,6 +10,9 @@ Description:
If you have two devices with NFC and Beam (latter is standard with
Android 4.1), you can share the contents of the device clipboard
just by touching the devices together.
If you don't have NFC you can make QR codes with
[[com.google.zxing.client.android]] and [[se.johanhil.clipboard]].
.
Repo Type:git