Releases: kolbasa/cordova-plugin-apkupdater
Releases · kolbasa/cordova-plugin-apkupdater
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
- [Added] Detailed documentation on how to configure the app as a device owner using a QR code.
- [Fixed]
ownerInstall
did not restart the app correctly on Android versions below 10 (#40).
WARNING! Breaking Changes:
- [Removed] XAPK-Support. I don't have time to support XAPK.
- [Removed] MD5 checksum is no longer offered. It is also no longer needed. The download method automatically checks if the package is valid.
- [Changed] The
getDownloadedUpdate
andinstall
methods now have no configuration parameter.
3.0.0
3.0.0 - 2021-11-01
- [Added] XAPK-Support
- [Added] Device owner status can now be set without an additional plugin.
- [Added] Calling
openInstallSetting()
now waits for user input.
WARNING! Breaking Changes:
- [Removed] Can no longer be installed with Android Legacy Support Libraries.
- [Changed] Calculating the MD5 checksum is now opt-in.
- [Changed] The
getDownloadedUpdate
andinstall
methods now have a configuration object as the first parameter.
2.6.1
2.6.0
2.5.0
- [Changed] rootbeer is now used for the
isDeviceRooted()
method. This should make the result more reliable (#29). - [Fixed] Under certain circumstances, the update dialog did not open. Only with the second call of the
install()
method it showed up. - [Fixed]
canRequestPackageInstalls()
returned an error on Android < 8.
WARNING! Breaking Changes:
- [Changed] Some error messages have been changed. If you parse the message text here, you should check if everything still works.