Releases: mendix/hybrid-app-base
Releases · mendix/hybrid-app-base
Hybrid App Base 6.0.1
Fixes
- We fixed an issue when building the hybrid app on Windows machines
Android 31+ API support
Improvements
- We've updated our libraries
- We've added compatibility to Android 31+
- We now target Android API 32 (Allowing it to be published in the PlayStore)
- We've updated the minimum version of Android to be 21
Android 30 API support
Improvements
- Hybrid apps have now support for Android API 30.
Fixes
- Updated the allowed navigation tags with the correct Mendix hosts.
Upgraded push notifications library
Fixes
- We upgraded the push notification library to fix an issue with iOS push notifications.
Hotfixes file store
Fixes
- We fixed an issue with file store that could end up corrupting the runtime tokens.
Hotfix for databases
Fixes
- We fixed an issue where the database might close at the wrong moment.
Comply with targetSDK 29 requirement for Google Play
As of August 2020 Google Play requires apps to be build targetting SDK 29. This version of the Native Template complies with these requirements.
More info: https://support.google.com/googleplay/android-developer/answer/113469#targetsdk
Update to Mendix InAppBrowser
Merge pull request #65 from mendix/nalm/924 Update targetSdkVersion for Android to latest
PhoneGap 9.0.0
With this release, we updated all PhoneGap dependencies to the latest supported to comply with the Apple App Store guidelines for the deprecated UIWebView dependency.
- We updated Cordova and Phonegap to 9.0.0
- We updated the Android Engine to 8.1.0
- We updated the iOS Engine to 5.1.1
- We updated cordova-plugin-inappbrowser to 3.2.0
- We updated the NativepageTransitions to use our internal fork
Fixed crash on Android 10
- We fixed an issue with Android 10 failing with secure storage.
- We added implementation details for including local resources (only if it exists) into your packaged iOS app.