Skip to content

Releases: mendix/hybrid-app-base

Hybrid App Base 6.0.1

26 May 13:59
82bcd1a
Compare
Choose a tag to compare

Fixes

  • We fixed an issue when building the hybrid app on Windows machines

Android 31+ API support

17 May 07:50
40e69ef
Compare
Choose a tag to compare

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

17 Jun 10:15
Compare
Choose a tag to compare

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

16 Apr 10:44
Compare
Choose a tag to compare

Fixes

  • We upgraded the push notification library to fix an issue with iOS push notifications.

Hotfixes file store

16 Mar 14:20
Compare
Choose a tag to compare

Fixes

  • We fixed an issue with file store that could end up corrupting the runtime tokens.

Hotfix for databases

05 Mar 09:39
Compare
Choose a tag to compare

Fixes

  • We fixed an issue where the database might close at the wrong moment.

Comply with targetSDK 29 requirement for Google Play

03 Sep 13:29
Compare
Choose a tag to compare

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

03 Sep 13:20
4bcf3a5
Compare
Choose a tag to compare
Merge pull request #65 from mendix/nalm/924

Update targetSdkVersion for Android to latest

PhoneGap 9.0.0

14 Apr 11:17
Compare
Choose a tag to compare

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

03 Feb 13:50
Compare
Choose a tag to compare
  • 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.