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

[Qt66] qr code from QML + zxing #2917

Merged
merged 5 commits into from Nov 19, 2023
Merged

[Qt66] qr code from QML + zxing #2917

merged 5 commits into from Nov 19, 2023

Conversation

PeterPetrik
Copy link
Contributor

remove workaround introduced in https://github.com/MerginMaps/mobile/pull/2380/files#diff-7c7c5aa42261561514066a886da0dea82b786582bb258a153349042951e8b889 because of bugs in QT framework related to QML Camera on Android/iOS

fix #2669
fix #2604

@PeterPetrik PeterPetrik changed the title WIP: [Qt66] qr code from QML + zxing [Qt66] qr code from QML + zxing Nov 15, 2023
@PeterPetrik PeterPetrik added the ready-for-testing Ready to be tested by testers crew - passed review by devs label Nov 16, 2023
{
auto status = qApp->checkPermission( QCameraPermission{} );

if ( Qt::PermissionStatus::Undetermined == status )
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be handled by @tomasMizera in follow up PR properly (along with location permissions)

@PatrikMizera
Copy link

QR code reader is fully working on Android and iOS

@PeterPetrik PeterPetrik merged commit 2accf76 into qt66 Nov 19, 2023
6 of 8 checks passed
@PeterPetrik PeterPetrik deleted the qt66_qr branch November 19, 2023 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing Ready to be tested by testers crew - passed review by devs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants