Daniel Gakwaya
Daniel Gakwaya
What issue ? Could you describe please ? Can't see from the image you provided.
I currently am short on time to look into this and will look into it when possible. In the mean time PRs are super welcome.
That would be great. My schedule is so full these days that I can't squeeze out a time slot for this. May be sometime later this year I'll have time...
Thanks for the PR. Looks interesting. Next time could you please split your PRs into small to the point commits that are easy to understand ? https://github.com/blikoon/QRCodeScanner/pull/14/commits/90b232e2216ce6053c716dfb039c9c9dd8e78529 is monstrous and...
What devices(API)? Is the issue reproducible, if so how ? I suspect the line `at com.blikoon.qrcodescanner.QrCodeActivity.getPathFromUri (QrCodeActivity.java:390)` to be the suspect as these APIs tend to be messy across devices...
You need to provide camera permissions to the App before you open the activity : https://github.com/blikoon/QRCodeScanner/issues/5 If you do it for you App, PRs are welcome to integrate that in...
java.lang.ArrayIndexOutOfBoundsException: length=1; index=1 while scanning any QR code from internet
Would be great if you also provided the image of the QR code you scanned so that I can try and reproduce the issue and fix it when possible.
Hi, this lib is really good. I was asking if there is a way to get access to the list adapter as well so that messages auto-fill in the chat...
Explicitly using std:: in front of names makes it clear where the name is coming from. Without that, the global namespace gets polluted pretty fast. Here is a good piece...
Please remember to document the changes you introduce in each project. A simple rationale behind the change in a comment goes a long way.