Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Crashes on Scanning QR Code in Friends Activity #99

Open
vedang14 opened this issue Mar 11, 2019 · 5 comments
Open

App Crashes on Scanning QR Code in Friends Activity #99

vedang14 opened this issue Mar 11, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@vedang14
Copy link

On Scanning QR code on Friends Activity app crashes immediately, I propose to add a popup for not valid referenced QR Code, and create a list( history specific) for corresponding scanned QR in a separate list view from which each one of them could be accessed and deleted if needed.
Moreover I also wish to add the flashlight and setting functions on the QR Code activity layout through use of Camera API 2 that provides in turn more flexibility and code stabilization.

@dev-ritik
Copy link
Collaborator

Basically, there's no check in the pattern of information decoded from any QRcode scanner in the app as of now.

@jrandallclark
Copy link
Contributor

Yes, keeping the app from crashing when a non-valid QR code is scanned is something that need to be implemented.

But I don't understand what you mean be creating a history specific list for corresponding scanned QRs.

And by flashlight, do you mean the camera's flash?

@vedang14
Copy link
Author

Ok sir, so I'll add on this functionality to prevent crash on non valid QR, and raise PR for the same.

Sir by history specific I mean that whenever we successfully scan one's QR code we should be able to save there reference(name or any other attribute) in a list accordingly in a specific STACK manner, from where we could access it again and delete it if required.

And by flashlight i mean ( Camera's Flash ).

@jrandallclark jrandallclark added the bug Something isn't working label Apr 10, 2019
@vibhusharma101
Copy link

@jrandallclark sir can I work on this issue?

@jrandallclark
Copy link
Contributor

Yes, you may.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants