-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a toast for known verification failures.
- Loading branch information
1 parent
e617ef6
commit 4dd68c2
Showing
6 changed files
with
47 additions
and
62 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="verification_failed_old_format">See on vana tüüpi sertifikaat, palun kasutage uut Euroopa tüüpi sertifikaati.</string> | ||
<string name="verification_failed_too_many_bytes">Verifitseerimine ebaõnnestus: Liiga palju andmeid</string> | ||
<string name="verification_failed_cose_not_decoded">Verifitseerimine ebaõnnestus: See QR ei tundu olevat valiidne sertifikaat (COSE decode)</string> | ||
<string name="verification_failed_cose_not_extracted">Verifitseerimine ebaõnnestus: See QR ei tundu olevat valiidne sertifikaat (COSE extract)</string> | ||
</resources> |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="verification_failed_old_format">This sertificate is in the old EE format, please use the new EU format.</string> | ||
<string name="verification_failed_too_many_bytes">Verification failed: Too many bytes read</string> | ||
<string name="verification_failed_cose_not_decoded">Verification failed: This QR does not seem to be a valid certificate (COSE decode)</string> | ||
<string name="verification_failed_cose_not_extracted">Verification failed: This QR does not seem to be a valid certificate (COSE extract)</string> | ||
</resources> |