Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 22-Nov-2023 | - | 376 | 311 | ||
src/com/google/zxing/client/android/ | 22-Nov-2023 | - | 1,757 | 1,099 | ||
AndroidManifest.xml | D | 22-Nov-2023 | 453 | 14 | 11 | |
README.google | D | 22-Nov-2023 | 520 | 15 | 12 | |
build.gradle | D | 22-Nov-2023 | 237 | 13 | 11 | |
proguard.cfg | D | 22-Nov-2023 | 1.2 KiB | 41 | 33 | |
project.properties | D | 22-Nov-2023 | 381 | 13 | 11 |
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