Skip to content

Commit 15c0fc5

Browse files
Merge pull request #63 from OutSystems/feat/RMET-4466/webview-upload-camera
feat(android): allow for photo and video capturing and filter for media type for file uploads (onShowFileChooser)
2 parents 496582e + b3b8240 commit 15c0fc5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
The changes documented here do not include those from the original repository.
88

9+
## 1.6.0
10+
11+
### Features
12+
13+
- Android: Allow for photo and video capturing, and filter for media type for file uploads (`onShowFileChooser`) [RMET-4466](https://outsystemsrd.atlassian.net/browse/RMET-4466)
14+
915
## 1.5.0
1016

1117
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.inappbrowser",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "InAppBrowser OutSystems Cordova Plugin",
55
"keywords": [
66
"ecosystem:cordova",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="com.outsystems.plugins.inappbrowser" version="1.5.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="com.outsystems.plugins.inappbrowser" version="1.6.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>cordova-outsystems-inappbrowser</name>
44
<description>InAppBrowser OutSystems Cordova Plugin</description>
55
<author>OutSystems Inc</author>

src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies{
13-
implementation("io.ionic.libs:ioninappbrowser-android:1.5.0@aar")
13+
implementation("io.ionic.libs:ioninappbrowser-android:1.6.0@aar")
1414

1515
implementation("androidx.browser:browser:1.8.0")
1616
implementation("com.google.android.gms:play-services-auth:21.2.0")

0 commit comments

Comments
 (0)