Skip to content

Releases: pwlin/cordova-plugin-file-opener2

V4.0.0

30 Jan 18:19
Compare
Choose a tag to compare

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

14 Sep 12:10
Compare
Choose a tag to compare

3.0.3

Bug fixes

  • #305 #306 - Fixed: The second "open in" menu is not shown on iOS

v3.0.4

26 Jul 18:32
Compare
Choose a tag to compare

3.0.4

Features

  • Added basic support for Electron platform

v3.0.3

14 Jul 17:49
Compare
Choose a tag to compare

3.0.3

Bug fixes

  • #282 #302 - Fixed: Failed to find configured root that contains "/data/data/{app_name_redacted}/files/"

v3.0.2

02 Jun 21:17
Compare
Choose a tag to compare

3.0.2

Bug fixes

Docs

  • Added a README note on how to add AndroidX support

v3.0.1

11 May 22:52
3eb2bc7
Compare
Choose a tag to compare

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

26 Nov 16:48
ff29e28
Compare
Choose a tag to compare

3.0.0

BREAKING CHANGES

  • Removed WP8 platform

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

08 Jul 14:22
Compare
Choose a tag to compare

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

12 Feb 16:59
Compare
Choose a tag to compare

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

21 Dec 10:21
Compare
Choose a tag to compare

2.1.4

Bug fixes

  • Removed dialog position code until fixes are applied. Fixes #242