Cordova Plugin Apkupdater Versions Save

This plugin allows your Android app to download and install compressed updates without the Google Play Store.

2.3.0

2 years ago
  • [Added] New installation method for device owner apps (#13).
  • [Added] Two helper methods for root installation: isDeviceRooted() and requestRootAccess().
  • [Fixed] Removed ACCESS_NETWORK_STATE permission.

2.2.0

2 years ago
  • [Added] TypeScript API (#17, #19)
  • [Added] Capacitor instructions (#25)
  • [Changed] Breaking Change: Download config option basicAuth.userId was renamed to basicAuth.user
  • [Changed] Breaking Change: Download result parameter update was renamed to name.

2.1.0

2 years ago
  • [Added] Support for HTTP Basic Auth added (#23).
  • [Added] Two new functions: canRequestPackageInstalls(), openInstallSetting()
  • [Fixed] The installation did not work with fullscreen apps (#27).
  • [Changed] Breaking Change: download()-option password was renamed to zipPassword.

2.0.2

2 years ago

npm documentation refresh

2.0.1

2 years ago
  • [Changed] Removed line-replace dependency in before-plugin-add-Hook.

2.0.0

2 years ago

WARNING! Breaking Changes:

  • [Changed] The complete plugin has been rewritten and greatly simplified. Details can be found in the revised README.md.

1.3.0

2 years ago
  • [Changed] Minimum version of cordova-android was raised to 9.0.0. This allows the dependency cordova-plugin-androidx to be omitted (#22).
  • [Added] There is now an alternative installation option without AndroidX. The legacy lib android.support.v4 is used as a replacement.
    cordova plugin add cordova-plugin-apkupdater --variable AndroidXEnabled=false
    

1.2.4

3 years ago
  • [Fixed] The app restart after an update was unreliable, especially with newer Android versions (#15).

1.2.3

3 years ago
  • [Fixed] The acceleration of the background download when switching to WiFi did not work on Android 5 & 6 (#11).

1.2.2

3 years ago
  • [Fixed] The plugin.xml file did not modify AndroidManifest.xml correctly. The changes could be overwritten by the config.xml (#9).
  • [Fixed] The permission android.permission.INTERNET is now requested for older devices.
  • [Fixed] Under certain circumstances not the correct error message was thrown. Instead there was only: SyntaxError: missing ) after argument list. The stack of the error message was not escaped correctly.