From 3fe97b95d0cc7ea45d6b1e2c2f7d9f6d84126dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Thu, 8 Jun 2017 18:09:08 +0200 Subject: [PATCH] Update docs --- README.md | 30 +++++++----------------------- package.json | 4 ---- plugin.xml | 1 - 3 files changed, 7 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 7adac965..956b48aa 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Using this interface does not guarantee immediate delivery of the corresponding - __Android / Amazon FireOS__ - __Browser__ - __iOS__ +- __OSX__ - __Windows__ @@ -39,29 +40,6 @@ Or install from local source: $ cordova plugin add cordova-plugin-email-composer --searchpath -## ChangeLog - -#### Version 0.8.4 (06.06.2017) -25 commits including bug fixes and enhancements: -- [__change__]: Skip availability checks with `email.open()` -- [__change__]: Upgrade minimum required engine versions -- [enhancement]: Treat callback functions as optional -- [enhancement]: Support for Android API 23 Permission API -- [enhancement]: Test the account name if they match the email pattern (#180) -- [enhancement]: Support newest cordova platform versions -- [enhancement]: Use @synthesize to prevent EXC_BAD_ACCESS errors with non-ARC code (#207) -- [bugfix]: res:// uri not resolved on cordova-android@6 (6334d0) -- [bugfix]: Require old plugin id for windows platform (#176) -- [bugfix]: Memory leak for iOS -- ... - -#### Known issues - -- _\_ tags do not work on Android. -- Callbacks for windows platform are called immediately. -- _isAvailable_ does always return _true_ for windows platform. - - ## Usage The plugin creates the object `cordova.plugins.email` and is accessible after the *deviceready* event has been fired. @@ -247,6 +225,12 @@ The following table gives an overview which tags and attributes can be used: HTML+CSS formatted body are not supported through the native API for Windows. +### Other limitations + +- _\_ tags do not work properly on Android. +- Callbacks for windows and osx platform are called immediately. +- _isAvailable_ does always return _true_ for windows platform. + ## Contributing diff --git a/package.json b/package.json index 76d9a88c..f5a97bfd 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,6 @@ "name": "cordova-ios", "version": ">=4.0.0" }, - { - "name": "cordova-osx", - "version": ">=10.8.0" - }, { "name": "cordova-windows", "version": ">=4.3.0" diff --git a/plugin.xml b/plugin.xml index c48846e8..a5a40081 100644 --- a/plugin.xml +++ b/plugin.xml @@ -41,7 +41,6 @@ -