From 99b38bd63cb3222f13d8a98c932debdb16ce1909 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Fri, 17 Apr 2026 11:38:42 +0100 Subject: [PATCH 1/2] fix(android): Duplicate requests for checking if a url hosts PDF Via native library update. References: - https://outsystemsrd.atlassian.net/browse/RMET-5141 - https://outsystemsrd.atlassian.net/browse/RPM-6744 - https://github.com/OutSystems/OSInAppBrowserLib-Android/pull/56 --- src/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/build.gradle b/src/android/build.gradle index 3c04cea..441e501 100644 --- a/src/android/build.gradle +++ b/src/android/build.gradle @@ -10,7 +10,7 @@ buildscript { } dependencies{ - implementation("io.ionic.libs:ioninappbrowser-android:1.6.1@aar") + implementation("io.ionic.libs:ioninappbrowser-android:1.6.2@aar") implementation("androidx.browser:browser:1.8.0") implementation("com.google.android.gms:play-services-auth:21.2.0") From f56ca5a240d0f538be5446b586484bb913943e7e Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Fri, 17 Apr 2026 11:53:03 +0100 Subject: [PATCH 2/2] chore(release): Prepare for version 1.6.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d9759..e3a93a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The changes documented here do not include those from the original repository. +## 1.6.5 + +### Fixes + +- android: Remove extra requests for checking if a URL hosts a PDF with `openInWebView`. This makes sure that for non-PDF urls, no extra request to the webpage/server is done [RMET-5141](https://outsystemsrd.atlassian.net/browse/RMET-5141) / [RPM-6744](https://outsystemsrd.atlassian.net/browse/RPM-6744). + ## 1.6.4 ### Fixes diff --git a/package.json b/package.json index 7795089..4ed62a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.inappbrowser", - "version": "1.6.4", + "version": "1.6.5", "description": "InAppBrowser OutSystems Cordova Plugin", "keywords": [ "ecosystem:cordova", diff --git a/plugin.xml b/plugin.xml index db4a425..7b0b044 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + cordova-outsystems-inappbrowser InAppBrowser OutSystems Cordova Plugin OutSystems Inc