-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace ScanQrDialog with the KMM ScanQrCodeDialog.
There were significant layout problems with the old QR code reader: the camera image was often misaligned, the borders were offset, the image could be squished, and the misalignment was inconsistent. The new QR code scanner looks much better behaved, though we lose the brackets that used to be there. Tested by: - Manual testing of both issuance and identity verification. - ./gradlew check - ./gradlew connectedCheck Signed-off-by: Kevin Deus <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
173 changes: 0 additions & 173 deletions
173
wallet/src/main/java/com/android/identity_credential/wallet/ui/qrscanner/ScanQrDialog.kt
This file was deleted.
Oops, something went wrong.