Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jun 8, 2017
1 parent 85113ff commit 3fe97b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
30 changes: 7 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Using this interface does not guarantee immediate delivery of the corresponding
- __Android / Amazon FireOS__
- __Browser__
- __iOS__
- __OSX__
- __Windows__


Expand All @@ -39,29 +40,6 @@ Or install from local source:
$ cordova plugin add cordova-plugin-email-composer --searchpath <path>


## 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

- _\<img\>_ 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.
Expand Down Expand Up @@ -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

- _\<img\>_ 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

Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

<engines>
<engine name="cordova" version=">=6.0.0" />
<engine name="apple-osx" version=">=10.8.0" />
<engine name="cordova-android" version=">=6.2.0" />
<engine name="cordova-ios" version=">=4.0.0" />
<engine name="cordova-windows" version=">=4.3.0" />
Expand Down

0 comments on commit 3fe97b9

Please sign in to comment.