You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/07/07 19:50:05 UTC

[08/13] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/81cb15ac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/81cb15ac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/81cb15ac

Branch: refs/heads/master
Commit: 81cb15acbe297bca9998b5b4aa475c511cf4e828
Parents: 6da59ee 756e40c
Author: ldeluca <ld...@us.ibm.com>
Authored: Tue May 27 19:33:21 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Tue May 27 19:33:21 2014 -0400

----------------------------------------------------------------------
 NOTICE                               |   1 +
 doc/index.md                         |  72 +++++--
 plugin.xml                           |  15 +-
 src/android/ContactAccessor.java     |  66 +++---
 src/android/ContactAccessorSdk5.java |  79 +++----
 src/android/ContactInfoDTO.java      |  59 ++++++
 src/android/ContactManager.java      |  60 +++++-
 src/ios/CDVContacts.h                |   9 +
 src/ios/CDVContacts.m                |  34 ++-
 src/windows8/ContactProxy.js         | 178 +++++++---------
 src/wp/ContactPicker.xaml            |  73 +++++++
 src/wp/ContactPicker.xaml.cs         | 125 +++++++++++
 src/wp/ContactPickerTask.cs          | 122 +++++++++++
 src/wp/Contacts.cs                   | 333 +++++++++++------------------
 src/wp/ContactsHelper.cs             | 335 ++++++++++++++++++++++++++++++
 www/ContactFieldType.js              |  55 +++++
 www/ContactFindOptions.js            |   3 +-
 www/contacts.js                      |  26 ++-
 18 files changed, 1228 insertions(+), 417 deletions(-)
----------------------------------------------------------------------