Releases: OutSystems/OSInAppBrowserLib-Android
Releases · OutSystems/OSInAppBrowserLib-Android
2.0.0
1.6.2
Fixes
- Replace HEAD / GET request for checking if file is PDF, with WebKit's DownloadListener. This makes sure that for non-PDF urls, no extra request is done RMET-5141 / RPM-6744
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