Skip to content

Releases: mendix/hybrid-app-base

Upgrade inappbrowser plugin to latest version

24 Oct 11:23
Compare
Choose a tag to compare

On Android, open files using the default application instead of the inappbrowser

24 Oct 11:22
Compare
Choose a tag to compare

The Cordova inappbrowser plugin does not comply with recent changes in Android API requirements. Specifically, opening a file using the file:// protocol is disallowed. To avoid the issue, links to files (images, pdfs, etc.) are now opened using the default application available on the device.

Clean up localstore tokens

24 Oct 10:57
Compare
Choose a tag to compare

As part of the signout/cleanup process, we now clear out all locations where authentication tokens might still reside.

Add fallback mechanism to retrieve token from old localstorage

24 Oct 10:56
Compare
Choose a tag to compare

For upgraded apps, the recent change to store authentication tokens in file storage instead of localstorage could lead to a loss of the session. To avoid this issue, we added a fallback mechanism to check if a token is still available in localstorage.

Prevent accidental logout & Navigation security fix

13 Aug 14:48
Compare
Choose a tag to compare
  • We have changed how auth tokens are stored, preventing an issue where a session would sometimes not be reconstructed after an update of the app.
  • We added several default entries to the config.xml file, preventing security errors in the webview.

Comply with new Play Store requirements

16 Jul 07:56
Compare
Choose a tag to compare

As of August 1, new apps published to Google's Play Store need to target at least Android SDK 26. As of November 1, updates to apps also need to target at least SDK 26.

With this update, Mendix hybrid apps are compatible with this new requirement.

Unfortunately, Crosswalk is not compatible with SDK versions 24 and above. Therefor, we have removed Crosswalk from the default Mendix hybrid app template. This can lead to a degraded performance on Android devices running version 4.4 or lower.

Fix alpha channel in default styles

16 Jul 07:53
Compare
Choose a tag to compare

Increase server timeout for offline apps

16 Jul 07:53
Compare
Choose a tag to compare

Improve loader and login styling

23 May 14:41
Compare
Choose a tag to compare

Make loader and login text thicker

Improve styling + backwards compatibility

23 May 14:40
Compare
Choose a tag to compare

Improve styling of the loader screen
Add backwards compatibility w.r.t. quality vs density properties (android only)