You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:21:35 UTC

[8/8] git commit: merged in dev

merged in dev


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/71d66efe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/71d66efe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/71d66efe

Branch: refs/heads/master
Commit: 71d66efe1fa6a347b97335fdf80c2e614e15f5b0
Parents: 3478011 55f6248
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 18:11:22 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 18:11:22 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md                           |    4 +
 doc/index.md                              |   35 +-
 plugin.xml                                |    2 +-
 src/ios/CDVContacts.m                     |    7 +-
 test/autotest/html/HtmlReporter.js        |  101 -
 test/autotest/html/HtmlReporterHelpers.js |   60 -
 test/autotest/html/ReporterView.js        |  164 --
 test/autotest/html/SpecView.js            |   79 -
 test/autotest/html/SuiteView.js           |   22 -
 test/autotest/html/TrivialReporter.js     |  192 --
 test/autotest/index.html                  |   59 -
 test/autotest/jasmine.css                 |   81 -
 test/autotest/jasmine.js                  | 2530 ------------------------
 test/autotest/pages/.DS_Store             |  Bin 6148 -> 0 bytes
 test/autotest/pages/contacts.html         |   71 -
 test/autotest/test-runner.js              |   62 -
 test/autotest/tests/.DS_Store             |  Bin 6148 -> 0 bytes
 test/autotest/tests/contacts.tests.js     |  538 -----
 test/contacts/index.html                  |  134 --
 test/cordova-incl.js                      |   72 -
 test/index.html                           |   65 -
 test/main.js                              |  163 --
 test/master.css                           |  164 --
 23 files changed, 43 insertions(+), 4562 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/71d66efe/doc/index.md
----------------------------------------------------------------------
diff --cc doc/index.md
index 190bf05,4d2f944..0a78d4c
--- a/doc/index.md
+++ b/doc/index.md
@@@ -281,8 -293,10 +293,11 @@@ for details
  
  - __categories__: Partially supported. Fields __pref__ and __type__ are returning `null`
  
- - __organizations__: Partially supported. Fields __pref__, __type__ and __department__ are returning `null`. Fields __name__ and __title__ stored in __org__ and __jobTitle__.
+ - __ims__: Not supported
+ 
+ - __photos__: Not supported
+ 
 +
  ### iOS Quirks
  
  - __displayName__: Not supported on iOS, returning `null` unless there is no `ContactName` specified, in which case it returns the composite name, __nickname__ or `""`, respectively.