wallcito / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

Lacking wrapper for ABAddressBookCopyPeopleWithName() #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is no analogue for the AddressBook API's
ABAddressBookCopyPeopleWithName() in GTMABAddressBook. This would be
trivial to add.

I'm working on a patch that I'll submit shortly - just need to add unit
testing and figure out how to jump through all the submission hoops.

Original issue reported on code.google.com by bryanhe...@mac.com on 7 Dec 2008 at 7:54

GoogleCodeExporter commented 9 years ago
ABAddressBookCopyPeopleWithName() is affected by rdar://problem//6425729
(ABAddressBookCopyPeopleWithName() does not correctly match by composite name). 
See
http://openradar.appspot.com/6425729 for the text of the bug report.

I've added a note to the top of GTMABAddressBook.h and adjusted the unit tests 
to
test for this.

Original comment by bryanhe...@mac.com on 7 Dec 2008 at 9:11

GoogleCodeExporter commented 9 years ago
I've added an issue to Rietveld for code review. Let me know if anything needs 
to be
modified.

http://codereview.appspot.com/10244

Original comment by bryanhe...@mac.com on 7 Dec 2008 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by thoma...@gmail.com on 9 Dec 2008 at 4:21