Home | History | Annotate | only in /external/zxing/qr_scanner
Up to higher level directory
NameDateSize
AndroidManifest.xml21-Oct-2016453
build.gradle21-Oct-2016237
proguard.cfg21-Oct-20161.2K
project.properties21-Oct-2016381
README.google21-Oct-2016520
res/21-Oct-2016
src/21-Oct-2016

README.google

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