QRGen icon indicating copy to clipboard operation
QRGen copied to clipboard

a simple QRCode generation api for java built on top ZXING

Results 14 QRGen issues
Sort by recently updated
recently updated
newest added

`package emirci.com.qread.schema; import java.util.Map; import static emirci.com.qread.schema.SchemeUtil.getParameters; public class MatMsg extends Schema { private static final String BEGIN_MATMSG = "MATMSG:"; private static final String TO = "TO"; private static final...

Now in Thailand have new qr payment method that below - [ ] PromptPay (Tag 29) - [x] Bill Payment (Tag 30)

# TODO: - [ ] remove or implement any unimplemented classes/methods - [ ] consider cleanup code formatting etc. - [ ] more explicit description on schema usage. more examples....

chore

Since recently I get errors resolving older QRGen versions like 2.6.0. (2.5.0 ; 2.4.0 ; 2.3.0 ; 2.2.0 ...) I think mulesoft did host them but they are gone :-o...

Hello, I've 70 libs in my android project and the QRGen lib is the only one now that needs jitpack.io. Why isn't it available on mavenCentral() ? Thanks !

I updated some dependencies. I had to base it on 2.7.0 since we are still java 8. I created a separate branch for it...

We are relatively consistently getting "random" build errors due to checksum mismatches for 2.6.0. It appears that Jitpack has at least two different build artifacts that it is serving requests...

added the url in gradle but still couldnt find it

I'd like to ask if there is a plan for adding custom shapes for QR code, like dots, round, or even perhaps some labels under the code? Like below: If...