356
I Use This!
Moderate Activity

News

Analyzed about 11 hours ago. based on code collected about 16 hours ago.
Posted over 11 years ago by [email protected] (Juan Zafrilla)
Hi all! I'm trying to create EAN_13 Barcode, but i always get an exception: (line BitMatrix bm = *e13*.encode(data, BarcodeFormat.*EAN_13*, 250, 100)) ( data = "01234567890123" ) 01-22 17:31:24.929: E/AndroidRuntime(7784): FATAL EXCEPTION: main 01-22 17:31:24.929: E/AndroidRuntime(7784): java.lang.RuntimeException:
Posted over 11 years ago by [email protected]
Status: New Owner: ---- New issue 1489 by [email protected]: Does not scan barcode [link] On the Tablets EasyPad 971 and Odys Noon the barcode scanner does not work. When trying to scan a barcode, the yellow dots appear, but they are not
Posted over 11 years ago by [email protected]
Revision: 2565 Author: srowen Log: Don't use inMutable, which is only in API 11+ [link] Modified: /trunk/android/src/com/google/ zxing/client/android/CaptureAc tivityHandler.java
Posted over 11 years ago by [email protected] (GBO)
When a valid QR code is scanned, it is interpreted, for example due to "VCARD:BEGIN". How can I see the raw data, so before it is interpreted by this tool? In the history I found something that looks like it, but whan I select it and paste it, it seems to have been interpreted again. Any suggestions?
Posted over 11 years ago by [email protected] (Tom Brereton)
I would like the scanner for my app to search for the appropriate matched code in my own database, then display on the screen a page for that. Eg: Scan the word beach, then have that take me to the picture of a beach that is stored in my database. Thanks!
Posted over 11 years ago by [email protected]
Status: New Owner: ---- New issue 1488 by [email protected]: BitmapFactory.Options.inMutabl e (Added in API level 11) causing exception [link] the inMutable property was only added in API level 11, if we run the program in lower target, will cause error.
Posted over 11 years ago by [email protected] (Henrik Kristiansen)
I'm using the following code to generate a QR code: String input = "hello world"; QRCodeWriter writer = new QRCodeWriter(); Map<EncodeHintType, Object> hints = new EnumMap<>(EncodeHintType.class ); hints.put(EncodeHintType.CHARA CTER_SET, "UTF-8"); hints.put(EncodeHintType.MARGI N, 0);
Posted over 11 years ago by [email protected]
Revision: 2564 Author: srowen Log: Try to avoid another clipboard-related NPE [link] Modified: /trunk/android/src/com/google/ zxing/client/android/CaptureAc tivity.java
Posted over 11 years ago by [email protected]
Revision: 2563 Author: srowen Log: Catch another weird crash in Android on bad server response [link] Modified: /trunk/android/src/com/google/ zxing/client/android/HttpHelpe r.java
Posted over 11 years ago by [email protected]
Revision: 2562 Author: srowen Log: Fix bug on clicking through to search after an RSS expanded product scan [link] Modified: /trunk/android/src/com/google/ zxing/client/android/result/Pr oductResultHandler.java