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 71F0AD2B9 for ; Thu, 1 Nov 2012 22:09:20 +0000 (UTC) Received: (qmail 37886 invoked by uid 500); 1 Nov 2012 22:09:19 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 37755 invoked by uid 500); 1 Nov 2012 22:09:19 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 37483 invoked by uid 500); 1 Nov 2012 22:09:19 -0000 Delivered-To: apmail-incubator-callback-commits@incubator.apache.org Received: (qmail 37431 invoked by uid 99); 1 Nov 2012 22:09:19 -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, 01 Nov 2012 22:09:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CE9DA51A38; Thu, 1 Nov 2012 22:09:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [7/58] [abbrv] git commit: changes per CB-1758 license question with wp7 Notification.cs Message-Id: <20121101220918.CE9DA51A38@tyr.zones.apache.org> Date: Thu, 1 Nov 2012 22:09:18 +0000 (UTC) changes per CB-1758 license question with wp7 Notification.cs Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/commit/3ea1b5dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/tree/3ea1b5dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/diff/3ea1b5dd Branch: refs/heads/master Commit: 3ea1b5dd0228bf746ac4c21f3d0867ff3165258a Parents: eafa475 Author: sgrebnov Authored: Wed Oct 31 16:52:27 2012 +0400 Committer: sgrebnov Committed: Wed Oct 31 16:52:27 2012 +0400 ---------------------------------------------------------------------- .../standalone/cordovalib/Commands/Notification.cs | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/3ea1b5dd/templates/standalone/cordovalib/Commands/Notification.cs ---------------------------------------------------------------------- diff --git a/templates/standalone/cordovalib/Commands/Notification.cs b/templates/standalone/cordovalib/Commands/Notification.cs index acbda68..49ca3fe 100644 --- a/templates/standalone/cordovalib/Commands/Notification.cs +++ b/templates/standalone/cordovalib/Commands/Notification.cs @@ -47,14 +47,8 @@ namespace WP7CordovaClassLib.Cordova.Commands } } - // alert, confirm, blink, vibrate, beep // blink api - doesn't look like there is an equivalent api we can use... - // vibrate api - http://msdn.microsoft.com/en-us/library/microsoft.devices.vibratecontroller(v=VS.92).aspx - // beep api - can probably use: http://msdn.microsoft.com/en-us/library/microsoft.phone.scheduler.alarm(v=VS.92).aspx - // - examples of alarm class http://mkdot.net/blogs/filip/archive/2011/06/06/windows-phone-multitasking-part-2-2.aspx - - //MessageBoxResult res = MessageBox.Show("Could not call script: " + ex.Message, "caption", MessageBoxButton.OKCancel); - + [DataContract] public class AlertOptions {