Releases: pwlin/cordova-plugin-file-opener2
Releases · pwlin/cordova-plugin-file-opener2
V4.0.0
4.0.0
BREAKING CHANGES
- #326 - Added support for AndroidX. This drops supports for the old Android Support V4 library. Users will need to upgrade to cordova android v10 or higher
- #329 - Removed
REQUEST_INSTALL_PACKAGES
from the plugin.xml file. Having the permission added by default now goes against Google Play Store's policy
v3.0.5
3.0.3
Bug fixes
- #305 #306 - Fixed: The second "open in" menu is not shown on iOS
v3.0.4
3.0.4
Features
- Added basic support for Electron platform
v3.0.3
3.0.3
Bug fixes
- #282 #302 - Fixed: Failed to find configured root that contains "/data/data/{app_name_redacted}/files/"
v3.0.2
3.0.2
Bug fixes
Docs
- Added a README note on how to add AndroidX support
v3.0.1
3.0.1
Bug fixes
- #291 - Fix for unable to print opened file
- #290 - Fix showOpenWithDialog was rendered outside of viewport on iPads
- #285 - Fix iOS open menu being drawn outside of the viewport
- #268 #269 #273 - Fix opening files when targeting android SDK 28
v3.0.0
3.0.0
BREAKING CHANGES
Features
- Added basic browser platform support
- Open file in Android when the mime type is not specified.
Bug fixes
- #215 - Using file-opener2 on Android 7, getting a 'Attempt to invoke virtual method' error
v2.2.1
2.2.1
Bug fixes
- #164 - able to edit opened files
- #260 - show installed successfully screen for APK files on Android 8
- #14 - fix various path encoding issues for iOS
v2.2.0
2.2.0
Features
- #243 Dialog window now appears in front of In App Browser
Bug fixes
- #14 filenames containing spaces do not open
2.1.4
2.1.4
Bug fixes
- Removed dialog position code until fixes are applied. Fixes #242