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 B04D618C04 for ; Fri, 29 Apr 2016 12:20:18 +0000 (UTC) Received: (qmail 81753 invoked by uid 500); 29 Apr 2016 12:20:18 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 81714 invoked by uid 500); 29 Apr 2016 12:20:18 -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 81702 invoked by uid 99); 29 Apr 2016 12:20:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2016 12:20:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E1C95DFB73; Fri, 29 Apr 2016 12:20:17 +0000 (UTC) From: androdel To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-dialogs pull request: Close function (Android only) Content-Type: text/plain Date: Fri, 29 Apr 2016 12:20:17 +0000 (UTC) GitHub user androdel opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/73 Close function (Android only) Only did it for Android because the problem only occurred here. You can merge this pull request into a Git repository by running: $ git pull https://github.com/androdel/cordova-plugin-dialogs master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-dialogs/pull/73.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 #73 ---- commit 7ebab3412b1c46d6eb2c594c774b457d70e9ecf5 Author: Andro Delrue Date: 2016-01-29T13:32:20Z Update Notification.java added a separate function to dismiss dialogs commit fadb689974094658e4f890e3730fb3bc785dbada Author: Andro Delrue Date: 2016-01-29T13:33:32Z Update notification.js make dismiss function accessable for js commit 931e9f594c93746ce4470ce22815b689876a59b2 Author: Andro Delrue Date: 2016-01-29T13:39:32Z Update notification.js added missing comma commit 239363d28b12e7ee469b12155ff1e8b2e34db5d8 Author: Andro Delrue Date: 2016-02-03T08:23:33Z Update Notification.java replaced dlg with this.dlg where needed commit 98d5d6a9f80e31b4d28a44b6546d39f0ed21f4b9 Author: Andro Delrue Date: 2016-02-03T08:33:21Z Update Notification.java commit f6df68d54e03d9e9867c5031ef2cb28eba50b3e5 Author: Andro Delrue Date: 2016-02-03T08:44:18Z Update Notification.java commit 258ca82735985ca5b840b962a4c96e823bb954bd Author: Andro Delrue Date: 2016-02-03T09:38:54Z Update Notification.java Implemented new way to close dialogs commit 38b2e64548c82dbb33b6497b5bdbeb775ef639df Author: Andro Delrue Date: 2016-02-03T09:47:53Z Update Notification.java added Vector class import commit cbfe3beec13b595dd566b41017644f7f0decc6f7 Author: Andro Delrue Date: 2016-02-03T09:53:24Z Update notification.js ---- --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org