zxing/android
Felix Bergmann 45d89bce80 Directory Bug (#1046)
The correct pattern to make a directory is: `if (!dir.mkdirs() && !dir.isDirectory()) { error }` mkdirs checks for exists so the exists check is redundant.
2018-07-29 17:07:39 -05:00
..
assets fixed russian translation (#890) 2017-10-13 10:39:03 +01:00
res Fixed strings.xml Korean (#1029) 2018-06-13 20:38:29 -05:00
src/com/google/zxing/client/android Directory Bug (#1046) 2018-07-29 17:07:39 -05:00
AndroidManifest.xml Update master for next Android app release 2017-10-29 09:57:08 +00:00
pom.xml Update android apps to use 3.3.4-SNAPSHOT 2018-05-29 10:31:42 -05:00
proguard.cfg Work around enum + proguard + dex problem 2015-02-12 14:41:00 +00:00