Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E421111DA for ; Thu, 7 Aug 2014 19:21:17 +0000 (UTC) Received: (qmail 29763 invoked by uid 500); 7 Aug 2014 19:21:17 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 29636 invoked by uid 500); 7 Aug 2014 19:21:17 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 29444 invoked by uid 99); 7 Aug 2014 19:21:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 19:21:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B301194A679; Thu, 7 Aug 2014 19:21:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Date: Thu, 07 Aug 2014 19:21:22 -0000 Message-Id: <0a11494fd584483281c0107ca4921d35@git.apache.org> In-Reply-To: <46797e30887c4693a5297f536b8c2d9b@git.apache.org> References: <46797e30887c4693a5297f536b8c2d9b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/12] git commit: Merge branch 'master' into cdvtest Merge branch 'master' into cdvtest Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/1954d48b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/1954d48b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/1954d48b Branch: refs/heads/master Commit: 1954d48b4802c39258506576c06e2f4f11787607 Parents: 25de119 3fd4807 Author: Michal Mocny Authored: Mon May 5 12:08:45 2014 -0400 Committer: Michal Mocny Committed: Mon May 5 12:08:45 2014 -0400 ---------------------------------------------------------------------- CONTRIBUTING.md | 16 +++ NOTICE | 5 + README.md | 25 +++- RELEASENOTES.md | 33 +++++ doc/index.md | 157 ++++++++++++++++++++++ docs/acceleration/acceleration.md | 109 --------------- docs/accelerometer.clearWatch.md | 114 ---------------- docs/accelerometer.getCurrentAcceleration.md | 110 --------------- docs/accelerometer.md | 90 ------------- docs/accelerometer.watchAcceleration.md | 138 ------------------- docs/parameters/accelerometerError.md | 27 ---- docs/parameters/accelerometerOptions.md | 28 ---- docs/parameters/accelerometerSuccess.md | 42 ------ plugin.xml | 63 ++++++++- src/firefoxos/accelerometer.js | 41 ++++++ src/ios/CDVAccelerometer.h | 2 +- src/ios/CDVAccelerometer.m | 66 +++++---- src/tizen/AccelerometerProxy.js | 51 +++++++ src/ubuntu/accelerometer.cpp | 58 ++++++++ src/ubuntu/accelerometer.h | 55 ++++++++ src/windows8/AccelerometerProxy.js | 2 +- 21 files changed, 537 insertions(+), 695 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/1954d48b/plugin.xml ---------------------------------------------------------------------- diff --cc plugin.xml index 0c96b4d,36032b1..c32a175 --- a/plugin.xml +++ b/plugin.xml @@@ -16,10 -36,20 +36,23 @@@ + + + + + + + + + + + + + + + +