From commits-return-51494-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Thu Jan 25 20:53:00 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 669CE180651 for ; Thu, 25 Jan 2018 20:53:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 56E41160C4F; Thu, 25 Jan 2018 19:53:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9CF98160C17 for ; Thu, 25 Jan 2018 20:52:59 +0100 (CET) Received: (qmail 63770 invoked by uid 500); 25 Jan 2018 19:52:58 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 63761 invoked by uid 99); 25 Jan 2018 19:52:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2018 19:52:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4845981C4C; Thu, 25 Jan 2018 19:52:58 +0000 (UTC) Date: Thu, 25 Jan 2018 19:52:58 +0000 To: , "' commits@cordova.apache.org" , '@gitbox.apache.org, Subject: [cordova-plugin-inappbrowser] branch 2.0.x updated (7c1ea3b -> 6211dd6) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151690997821.11311.239895769548627907@gitbox.apache.org> From: surajpindoria@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cordova-plugin-inappbrowser X-Git-Refname: refs/heads/2.0.x X-Git-Reftype: branch X-Git-Oldrev: 7c1ea3b5c21b06d676ce0d2588aa8a2909b6dcd6 X-Git-Newrev: 6211dd65ac638604aa4577d4c38136ed5a387a8e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. surajpindoria pushed a change to branch 2.0.x in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git. from 7c1ea3b CB-13714 Updated version and RELEASENOTES.md for release 2.0.1 (via coho) add b9e0a80 Set VERSION to 2.0.2-dev (via coho) add 260542d Fix release notes add 1876869 Merge pull request #256 from jcesarmobile/fix-release-notes add 8f66f07 CB-13746: Add build-tools-26.0.2 to travis add 8e3f2f2 Merge pull request #257 from jcesarmobile/CB-13746 add 8711ee3 CB-13409: Lets user adjust color of toolbar, hide navigation buttons and set custom text on close button add e691212 CB-13409: Android works well now, all changes are now documented add 4af420c CB-13409: change hidetoolbarnavigationbuttons to hidenavigationbuttons in iso add 55b0228 CB-13409: ignore idea folder add 6c2a8f4 CB-13409: restore gitignore to default add ec2f12c CB-13409: restore gitignore to default add ff230d4 CB-13409: restore gitignore to default add d46f5d4 CB-13409: restore gitignore to default add 84a4644 Merge branch 'master' of https://github.com/apache/cordova-plugin-inappbrowser into CB-13409 add c80c338 Merge pull request #246 from landsbankinn/CB-13409 add b73ba93 CB-13791: Add Android support for a footer close button add 98ee2e1 Merge pull request #258 from dpa99c/CB-13791 new 6211dd6 CB-13826 Updated version and RELEASENOTES.md for release 2.0.2 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .gitignore | 1 - .travis.yml | 4 + README.md | 19 +- RELEASENOTES.md | 667 ++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- plugin.xml | 2 +- src/android/InAppBrowser.java | 226 ++++++++++---- src/ios/CDVInAppBrowser.h | 11 +- src/ios/CDVInAppBrowser.m | 42 ++- tests/plugin.xml | 2 +- 10 files changed, 902 insertions(+), 74 deletions(-) -- To stop receiving notification emails like this one, please contact surajpindoria@apache.org. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org