Repository: cordova-docs Updated Branches: refs/heads/master 0688f9a03 -> 6cfa1985a
CB-6257 Add BatteryStatus row to Platform Support github: close #216 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/6cfa1985 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6cfa1985 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6cfa1985 Branch: refs/heads/master Commit: 6cfa1985afdd02851d1c522e83524e3e58312730 Parents: 0688f9a Author: Andrey Kurdyumov <[email protected]> Authored: Mon Jun 30 19:56:45 2014 +0600 Committer: Andrew Grieve <[email protected]> Committed: Wed Aug 20 11:41:31 2014 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/support/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6cfa1985/docs/en/edge/guide/support/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/support/index.md b/docs/en/edge/guide/support/index.md index 25772f7..df492b9 100644 --- a/docs/en/edge/guide/support/index.md +++ b/docs/en/edge/guide/support/index.md @@ -105,6 +105,19 @@ CLI's shorthand names. </tr> <tr> + <th><a href="https://github.com/apache/cordova-plugin-battery-status/blob/master/doc/index.md">BatteryStatus</a></th> + <td data-col="amazon-fireos" class="y"></td> + <td data-col="android" class="y"></td> + <td data-col="blackberry10" class="y"></td> + <td data-col="firefoxos" class="y"></td> + <td data-col="ios" class="y"></td> + <td data-col="ubuntu" class="n"></td> + <td data-col="winphone8" class="y"></td> + <td data-col="win8" class="n"></td> + <td data-col="tizen" class="y"></td> + </tr> + + <tr> <th><a href="https://github.com/apache/cordova-plugin-camera/blob/master/doc/index.md">Camera</a></th> <td data-col="amazon-fireos" class="y"></td> <td data-col="android" class="y"></td>
