Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17914] Windows: Implement Ti.Contacts

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-09-24T15:17:44.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.1.0
ComponentsWindows
Labelsmerge-3.4.2
ReporterIngo Muschenetz
AssigneeChristopher Williams
Created2014-10-24T22:06:27.000+0000
Updated2017-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

FileDateSize
app.js2015-11-11T23:01:54.000+00003300

Comments

  1. Christopher Williams 2015-09-23

    https://github.com/appcelerator/titanium_mobile_windows/pull/430
  2. Ingo Muschenetz 2015-10-28

    [~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.
  3. Christopher Williams 2015-10-29

    [~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.
  4. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source