[TIMOB-17914] Windows: Implement Ti.Contacts
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-09-24T15:17:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.1.0 |
Components | Windows |
Labels | merge-3.4.2 |
Reporter | Ingo Muschenetz |
Assignee | Christopher Williams |
Created | 2014-10-24T22:06:27.000+0000 |
Updated | 2017-03-16T22:33:14.000+0000 |
Description
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Contacts
https://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.contacts.aspx
Attachments
File | Date | Size |
---|---|---|
app.js | 2015-11-11T23:01:54.000+0000 | 3300 |
https://github.com/appcelerator/titanium_mobile_windows/pull/430
[~cwilliams] To confirm, what was implemented? I can't tell what APIs we implemented and what we didn't. My assumption is that we did everything in Titanium.Contacts, but I want to confirm.
[~emerriman] A note for QE: When implementing this we found out that Windows 8.1 has no concept of "Group", so anything touching group will basically just do nothing/return empty arrays/whatever. It sucks. I _did_ add code to support Groups (or Windows uses the term ContactList) on Windows 10, as they introduced the concept then. However, it's implemented using macros which turn the code on/off based on compile target - which is a long way of saying it won't work until we compile and ship separate Windows 8.1 and Windows 10 targeted versions of our SDK. Right now we compile targeting 8.1 and only ship that one set of winmd/dlls.
Closing ticket as fixed.