QRGenerator icon indicating copy to clipboard operation
QRGenerator copied to clipboard

QR Generator Library

Results 15 QRGenerator issues
Sort by recently updated
recently updated
newest added

Hello guys. Can I know the maximum string size that can show through the QR code?

Can we generate bar code?

enhancement

how do i import the library into the java file before using it

Bumps com.android.tools.build:gradle from 8.1.2 to 8.3.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=8.1.2&new-version=8.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. Release notes Sourced from softprops/action-gh-release's releases. v2.0.0 update actions.yml declaration to node20 to address warnings Changelog Sourced from softprops/action-gh-release's changelog. 0.1.12 fix bug leading...

dependencies
github_actions

Bumps [com.google.zxing:core](https://github.com/zxing/zxing) from 3.5.0 to 3.5.3. Release notes Sourced from com.google.zxing:core's releases. ZXing 3.5.3 What's Changed Fix MaxiCode handling of vertical quiet zone by @​gredler in zxing/zxing#1671 Removing the forced...

dependencies
java

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 4. Release notes Sourced from actions/setup-java's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...

dependencies
github_actions

Bumps androidx.appcompat:appcompat from 1.5.1 to 1.6.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.5.1&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Hi, I tried generating QR image with the following text `newline:\nSymbols: @-+*/\\~!@#$%^&*()_+` but there was no new line inserted when I scanned the code. How to add new line?