RurioLuca / QrCardParsing

Android Libraries to parsing and generate MeCardContent
MIT License
263 stars 36 forks source link

in vCard class you doing worng forget to chnage key #5

Closed zadShaikh closed 5 years ago

zadShaikh commented 5 years ago

if (telephones.size() != 0) { for (String s : telephones) { if (!TextUtils.isEmpty(s)) { meCardString.append(VCardCostant.KEY_LINE_ESCAPE).append(VCardCostant.KEY_EMAIL).append(":").append(s); } } }

this is a telephone field but you store in email

RurioLuca commented 5 years ago

Tanks you for the segnalation.

I will solve the problem as soon as possible

RurioLuca commented 5 years ago

I have just fix it. Thank you again for the segnalation.

update your version: implementation 'it.auron:mecard-parser:1.1.3'