New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phonetic name support #251
Comments
I see no reason why not |
Yes, everything should be downstreamed. Also cc @nextcloud/contacts and the original patch submitter @t-bucchi :) |
Yes yes yes!!! Please. Living in Japan I am in dire need of phonetic name support. Thanks! |
Hi, I'm a original patch submitter. |
@t-bucchi cool, welcome! :) You could either cherry-pick the commits with gits functionality, or manually apply the changes since maybe the code underneath changed meanwhile. If you have any questions, @nextcloud/contacts can help you. :) You are also welcome in our chat channel at #nextcloud-contacts! |
@jancborchardt it could be great to add it into the 3.0 update, but the code is completely different. I'd like to know a few informations @t-bucchi Davdroid seems to use this: https://www.davdroid.com/manual/supported-contact-fields/ |
@jancborchardt Thanks for your reply. I will merge my patch to current master. @skjnldsv Google Contacts on web, Android and iOS support X-PHONEIC-FIRST-NAME. I attached vCards are exported from iOS and Google Contacts. Could you confirm its? And, my patch doesn't extend N field. It changes name order when generates full name from N field to display. Because, in Japan, we use "LAST-NAME FIRST-NAME" order generally. |
@t-bucchi thanks for the feedback! I'm ok with using the X-PHONETIC props. It looks like the proper way to do since the rfc allow us to do so. Let's try to add this in 3.0.0 |
@skjnldsv Thanks! I'm going to merge. |
@t-bucchi to merge? |
@skjnldsv Ah, I mean rebase or adjust my patch to head of master branch. I don't need to do it? |
We'll implement it in the 3.0 update. Your patch is not compatible. Don't worry we'll take care of it! |
@skjnldsv Oh! Thanks! I'm looking forward to 3.0 update! |
Is there any progress wrt to phonetic name support? There has been a patch, lots of updates, and at the end we are at NC16 and still without phonetic name support. Could one of the devs please explain what the problem is? Thanks |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I may be overreacting. So please accept my apologies. Let's be productive here! This requires a bit of work as you could simply add two independent input in the rfcprops.js file, but this is quite not the best ux/ui. Ideally we should add two more inputs into the N field, but the way our data structure is designed does not really allow a split between a single property (vue) and multiple properties (vcard). |
Hi @skjnldsv Is there at least a general agreement on the vcard field naming? Reading the thread here I don't get the impression that going with Thanks Norbert PS: nothing to worry about your comment, and I agree I could have been less pushy, sorry for that. |
Any X- property is valid according to the rfc :) Thanks!! |
Hi. I wrote the new patch for this issue based on v3.3.0 . |
@skjnldsv Thank you for your help! |
Should we downstream https://github.com/owncloud/contacts/pull/595/files ?Add new props (see #251 (comment)) into the rfcProps model!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: