bmatthias / kolab-android

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

Display name is "null" if original name is empty in contacts when sync with thunderbird #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add a new contact
2. just add first name
3. leave last name blank
4. start sync
5. take a look in thunderbird address book
6. the display name is a combination of the first name and "null"

What is the expected output? What do you see instead?
The display name should just be the first name or just the last name and not 
null.

What version of the product are you using? On what operating system?
Thunderbird 3, SyncKolab 1.5.1, KolabDroid 0.8, WinXP, Android SGS 2.2.1

Original issue reported on code.google.com by diinggen...@gmail.com on 29 Jun 2011 at 4:20

GoogleCodeExporter commented 8 years ago
I cannot reproduce that.

1) created a contact with OUR Editor with given name "Arthur"
2) Sync
3) looked at the XML

{{{
<?xml version="1.0" encoding="UTF-8"?>
<contact version="1.0">
<uid>kd-ct-6a994bfb-2ab4-47e9-bacb-1873f19cd24b</uid>
<name>
<full-name>Arthur</full-name>
<given-name>Arthur</given-name>
</name>
</contact>
}}}

Which Kolabserver/sync program for thunderbird do you use?

Original comment by arthur.z...@gmail.com on 29 Jun 2011 at 4:42

GoogleCodeExporter commented 8 years ago
Hey,

i just use an imap server that is included in my webhosting.
I am unsure if it is maybe a problem of the old data pool or a problem of the 
new KolabDroid.
Suddenly the application is crashing all the time, first it was only when 
syncing the calendar, now it is crashing both on calendar and contacts.
I will clean up the maybe messed data and let the sync tools just use a blank 
imap directory and then try to sync again.

Original comment by diinggen...@gmail.com on 30 Jun 2011 at 12:00

GoogleCodeExporter commented 8 years ago
OK! Thanks. Please tell us the results.

Original comment by arthur.z...@gmail.com on 30 Jun 2011 at 7:33

GoogleCodeExporter commented 8 years ago
No feedback - closing

Original comment by arthur.z...@gmail.com on 19 Oct 2011 at 3:13