Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8B84410AB7 for ; Wed, 23 Jul 2014 15:57:00 +0000 (UTC) Received: (qmail 21796 invoked by uid 500); 23 Jul 2014 15:57:00 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 21773 invoked by uid 500); 23 Jul 2014 15:57:00 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 21762 invoked by uid 99); 23 Jul 2014 15:56:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2014 15:56:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4DD2E9B155A; Wed, 23 Jul 2014 15:56:59 +0000 (UTC) From: eymorale To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-vibration pull request: Cb 5459 Content-Type: text/plain Date: Wed, 23 Jul 2014 15:56:59 +0000 (UTC) GitHub user eymorale opened a pull request: https://github.com/apache/cordova-plugin-vibration/pull/16 Cb 5459 Changes on js code and Android code to align with w3c spec You can merge this pull request into a Git repository by running: $ git pull https://github.com/eymorale/cordova-plugin-vibration CB-5459 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-vibration/pull/16.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #16 ---- commit bf582d3ea959d23cab84d273d35d9b7b9cbe3f62 Author: Edna Morales Date: 2014-07-18T13:19:53Z changes made to align with w3c spec commit 1d0afd7d0f5a5e0f3238117093d618bacbe5bb04 Author: Edna Morales Date: 2014-07-21T20:24:40Z changes to vibration.java to align with w3c, changes to vibration.js for backwards compatibility commit 07f5c9037104b13a4f2aab14588fb123e27f9e9a Author: Edna Morales Date: 2014-07-22T16:37:34Z changes to how 0 is getting added to array in order to align with w3c spec commit 2098047fb4a7cf5b1b30fdd6b267850e20692d71 Author: Edna Morales Date: 2014-07-22T18:03:23Z updated doc for w3c alignment commit f46e00a729aecd89902078994f5ba0e01bd1e352 Author: Edna Morales Date: 2014-07-23T15:33:07Z added new example to documentation commit 7eedea3a9be0584f5020134870bfefcaa439214f Author: Edna Morales Date: 2014-07-23T15:43:29Z added new example to documentation ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---