7 Commits

Author SHA1 Message Date
Hans-Christoph Steiner
3caec653e5 generate QR Codes internally based on ZXing's core.jar
This app needs to be able to generate QR Codes regardless of what other
app might be installed, so zxing's core.jar needs to be embedded in this
app.

This also includes two classes which are modified versions of ZXing classes
that allow the generation of QR Codes without the Barcode Scanner app being
installed:
https://stackoverflow.com/questions/4782543/integration-zxing-library-directly-into-my-android-application

The classes are src/com/google/zxing/encode/Contents.java which is a copy
of zxing/android/src/com/google/zxing/client/android/Contents.java; and
src/com/google/zxing/encode/QRCodeEncoder.java which is a heavily stripped
and modified version of
zxing/android/src/com/google/zxing/client/android/encode/QRCodeEncoder.java

refs #3204 https://dev.guardianproject.info/issues/3204
refs #2470 https://dev.guardianproject.info/issues/2470
2014-05-05 19:37:37 -04:00
Daniel Martí
34d7172ad6 Bump support lib from 19.0 to 19.1 2014-04-06 11:03:14 +02:00
Daniel Martí
ddfbcff0cb Bump support-v4 to r19 2013-11-10 18:55:35 +01:00
Daniel Martí
560b7392cf Bump support library from r13 to r18 2013-08-22 17:44:43 +02:00
Daniel Martí
bc5379d305 Switch to the newer android-support-v4 r13 lib 2013-07-16 15:13:26 +02:00
Peter Serwylo
ca296ef5eb Added license and readme for android support library. 2013-04-12 09:50:40 +10:00
Peter Serwylo
d2c8f0de68 Replace CompatibilityUtils with android.support.v4.MenuItemCompat 2013-04-10 13:04:49 +10:00