• Home
  • History
  • Annotate
  • only in /external/zxing/qr_scanner/
NameDateSize

..29-Aug-20174 KiB

AndroidManifest.xml29-Aug-2017453

build.gradle29-Aug-2017237

proguard.cfg29-Aug-20171.2 KiB

project.properties29-Aug-2017381

README.google29-Aug-2017520

res/29-Aug-20174 KiB

src/29-Aug-20174 KiB

README.google

1URL: http://code.google.com/p/zxing/
2Version: 1.7.1
3License: Apache License 2.0
4License File: LICENSE
5
6Description:
7Android library that exposes an activity to capture QR codes. It is basically
8a stripped down version of ZXing's BarcodeScanner application, with all the 
9non-QR code scanning and the products, books and all other product recognition
10features remove.
11
12Local Modificaitons:
13Removed all code that is not directly related to scanning a QR code, such as product search, book
14search, 2D barcode scanning etc.
15