Shamim1977 / vcardio

Automatically exported from code.google.com/p/vcardio
0 stars 0 forks source link

type of telephon number #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I import vcards from my gmail contacts into my phone vcardio don't 
recognize the type of telephon number (Home, work, fax, ecc.) and put 
"Altro" on all numbers
2. I use the italian version of gmail that mark telephon numbers as "Casa, 
Ufficio, Cellulare, ecc." 
3.

What is the expected output? What do you see instead?
I expect
00226655 Casa
00336688 Ufficio
22556699 Fax
And I get
00226655 Altro
00336688 Altro
22556699 Altro
So I can't distinguish Fax number from Office number

What version of the product are you using? On what operating system?
0.19 on Android Phone

Please provide any additional information below.

Original issue reported on code.google.com by welly.tmw@gmail.com on 22 Oct 2009 at 9:57

GoogleCodeExporter commented 9 years ago
I got exactly the same problem out of version 0.27. Seems that this bug is still
there. Is there some kind of workaround on this one?

Original comment by Keefe.D...@gmail.com on 9 Nov 2009 at 7:00

GoogleCodeExporter commented 9 years ago
Any news on this issue? Thanks.

Original comment by cmcoldba...@gmail.com on 14 Dec 2009 at 8:36

GoogleCodeExporter commented 9 years ago
Could you please attach a vCard that exhibits this problem? 

Original comment by duckt...@gmail.com on 4 Mar 2010 at 4:42

GoogleCodeExporter commented 9 years ago
As exported by Google Contacts:
BEGIN:VCARD
VERSION:3.0
FN:Alessandro Telò - Zerotermico
N:Telò - Zerotermico;Alessandro;;;
EMAIL;TYPE=INTERNET:assistenzatecnica@zerotermico.net
TEL;TYPE=CELL:3486090036
TEL;TYPE=WORK:0652371785
TEL;TYPE=WORK:0652373030
TEL;TYPE=WORK;TYPE=FAX:0652379868
TEL;TYPE=WORK:0652379861
ADR;TYPE=HOME:;Via di Mezzocamino\, 73 a/b\n00127 Roma;;;;;
END:VCARD

Original comment by cmcoldba...@gmail.com on 4 Mar 2010 at 5:54

GoogleCodeExporter commented 9 years ago
The problem isn't the language - this is a version 3.0 vcard file, which isn't 
yet
supported by vCardIO. 

Original comment by duckt...@gmail.com on 5 Mar 2010 at 6:03

GoogleCodeExporter commented 9 years ago
When do you plan to support 3.0 vCard file? Any workaround to suggest me (e.g. 
edit 3.0 
vcard before import it)? Can you give me a vCard supported by vCardIO to 
understand the 
difference? Thanks in advance.

Original comment by cmcoldba...@gmail.com on 5 Mar 2010 at 6:34

GoogleCodeExporter commented 9 years ago
Unfortunately I don't have time to do serious development now --  I don't know 
when
I'll manage to get to it. But I will accept a patch if it's reasonable.

The main difference between v3.0 and 3.1 is that you shouldn't use "TYPE=" in 
2.1.
e.g., the "TEL" field should have the form:

TEL;CELL:3486090036

the addr field the form:

ADR;HOME:;Via di Mezzocamino\, 73 a/b\n00127 Roma;;;;;

etc.

see http://www.imc.org/pdi/vcard-21.txt for the full spec.

Original comment by duckt...@gmail.com on 5 Mar 2010 at 6:49