coscip / kolab-android

Automatically exported from code.google.com/p/kolab-android
Other
0 stars 0 forks source link

Handling of contact names #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two contacts, one with only a last name ("Godzilla") and another with 
a first and a last name composed two elements ("Vincent van Gogh") in Horde
2. Synchronize

What is the expected output? What do you see instead?
The well synchronized contacts should be on the phone. Instead this results in 
contacts with a "null" name! Name handling must be somehow better.

What version of the product are you using? On what operating system?
Froyo with r145

Please provide any additional information below.
An enhanced (but still quick and dirty) solution can be found in the attached 
diff file.

Original issue reported on code.google.com by muster...@gmail.com on 20 Dec 2010 at 5:02

Attachments:

GoogleCodeExporter commented 9 years ago
First of all, thank you for your patches!

But well, as you already said... quick and dirty... The solution within the 
current version is my quick and dirty version and I'm aware of the problem 
you've mentioned :) 

Ok, I should have written a TODO in front of it. Anyway, I think we accept the 
issue and put a TODO in the source until someone comes up with a "clean" 
version :)

Original comment by STrille...@googlemail.com on 20 Dec 2010 at 6:50

GoogleCodeExporter commented 9 years ago

Original comment by STrille...@googlemail.com on 20 Dec 2010 at 6:57

GoogleCodeExporter commented 9 years ago
Issue 33 has been merged into this issue.

Original comment by STrille...@googlemail.com on 10 Jan 2011 at 10:23

GoogleCodeExporter commented 9 years ago

Original comment by STrille...@googlemail.com on 10 Jan 2011 at 1:56

GoogleCodeExporter commented 9 years ago
The patch will not work with two given names or a middle name because it will 
split after the first space, correct?
Like "Georg Walker Bush".

Original comment by android....@googlemail.com on 8 Feb 2011 at 5:55

GoogleCodeExporter commented 9 years ago
fixed in 0.8, does not touch full name and let android do so - if it thinks 
it's OK...

Original comment by arthur.z...@gmail.com on 28 Jun 2011 at 3:38