Checklist
Affected app version
1.6.0
Affected Android/Custom ROM version
Android 16
Affected device model
Samsung Galaxy S24 Ultra
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
- Open the following PDF minimal-vcard-adr-test.pdf
- Scan the QR-Code on your Android mobile device
- Open in Contacts
- Contact Crashes, Address is not imported
The QR-Code contains a VCard, generated from LaTeX as follows:
[1] (./minimal-vcard-adr-test.aux
<Reading QR code for "BEGIN:VCARD^^M
VERSION:4.0^^M
N:Test;Test;;;^^M
FN:Test Test^^M
ADR:;;Technoparkstrasse 2 8406 Winterthur ZH Switzerland;;;;^^M
END:VCARD^^M
" at level 11-H from aux file.>
) )
Result: If the ADR field is absent, the contact is imported, as soon as there is an ADR field, Contacts crashes. Regardless what other fields are defined and regardless on what is in the ADR field.
The visiting card is generated with xeLaTeX usig my template: businesscard-qrcode
\documentclass{businesscard-qrcode}
\begin{document}
\givennames{Test}
\familynames{Test}
\type{work}
\street{Technoparkstrasse\ 2}
\city{Winterthur}
\region{ZH}
\zip{8406}
\country{Switzerland}
\drawcard
\end{document}
\drawcard
\end{document}
Expected behavior
VCard from QR-Code is imported in Contacts.
Actual behavior
Contacts crashes when there is an ADR line.
Sometimes I get a crash report dialog, but most often it just does not open and switches back to the QR scanner.
Screenshots/Screen recordings
No response
Additional information
No response
Checklist
Affected app version
1.6.0
Affected Android/Custom ROM version
Android 16
Affected device model
Samsung Galaxy S24 Ultra
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
The QR-Code contains a VCard, generated from LaTeX as follows:
Result: If the ADR field is absent, the contact is imported, as soon as there is an ADR field, Contacts crashes. Regardless what other fields are defined and regardless on what is in the ADR field.
The visiting card is generated with xeLaTeX usig my template: businesscard-qrcode
Expected behavior
VCard from QR-Code is imported in Contacts.
Actual behavior
Contacts crashes when there is an ADR line.
Sometimes I get a crash report dialog, but most often it just does not open and switches back to the QR scanner.
Screenshots/Screen recordings
No response
Additional information
No response