Releases: OutSystems/OSInAppBrowserLib-Android
Releases · OutSystems/OSInAppBrowserLib-Android
1.6.1
1.6.0
What's Changed
- feat(android): allow for photo and video capturing and filter for media type for file uploads (
onShowFileChooser) by @alexgerardojacinto in #52
Full Changelog: 1.5.0...1.6.0
1.5.0
1.4.1
Features
- Added support for predictive back navigation for Android 13+ (https://outsystemsrd.atlassian.net/browse/RMET-4335)
1.4.0
Features
- Add support for passing custom headers to
WebView(only for the openInWebView option). RMET-4287.
Chores
- Migrate publishing from OSSRH to Central Portal (https://outsystemsrd.atlassian.net/browse/RMET-4217)
1.3.0
Features
Add onBrowserPageNavigationCompleted event callback to WebView (https://outsystemsrd.atlassian.net/browse/RMET-4121)
Chores
Update publish-android workflow to publish library under io.ionic.libs (https://outsystemsrd.atlassian.net/browse/RMET-3982)
1.2.1
Fixes
- Removes unnecessary
READ_EXTERNAL_STORAGE,READ_MEDIA_AUDIO,READ_MEDIA_IMAGES,READ_MEDIA_VIDEOfromAndroidManifest.xmlfile.
1.2.0
Chores
- Bump kotlin and gradle version
1.1.0-cap
Release cut to have a version of the library that can be used in the Cordova plugin so that it is compatible with Capacitor builds.
1.1.0
- Set WebView to edge-to-edge in all Android versions.