Skip to content

Releases: mendix/hybrid-app-base

Fix Android build

23 Mar 23:08
Compare
Choose a tag to compare
  • Add plugin to deal with upstream upgrade of Google Play Services
  • Add minSdk version for Android
  • Minor fixes in templates

Fix base package index.html generation

23 Mar 23:07
Compare
Choose a tag to compare

Small fixes

23 Mar 23:07
Compare
Choose a tag to compare
  • Fix version of Android support library
  • Fix density property for Android splash screens and icons
  • Remove unused yarn lock file

Theming

13 Mar 07:55
Compare
Choose a tag to compare

Feature: Support for custom theming

  • The error image can be configured by adding/replacing error.png
  • The colors (background/foreground/text) of the error dialog, the login screen, and the pin screen can be configured by adjusting parameters.json
  • The HTML and CSS of the loading screen can be configured by adjusting loader.html.snippet and loader.css.snippet

Fix: The page title is now properly set based on the name value in parameters.json

This is a major release because it is not fully compatible with older versions of hybrid-app-template.

Add dependency and improve NPM package creation

31 Jan 07:55
Compare
Choose a tag to compare

Remove Cordova console plugin

30 Jan 08:09
Compare
Choose a tag to compare

Bump version of cordova-build-architecture to fix dependency installation

22 Jan 15:31
Compare
Choose a tag to compare

Improve static file synchronization and increase Phonegap CLI version

26 Nov 20:08
Compare
Choose a tag to compare
  • We added a cachebust to the synchronizePackage call, so that a fresh copy is downloaded only when needed
  • We upgraded the used Phonegap CLI to version 7.1.0

iPhone X support

02 Dec 14:19
Compare
Choose a tag to compare

Improvements:

  • Updated plugins to support the new iPhone X screen size/ratio/notch
  • Clean up npm commands
  • Add documentation

Disable async update

02 Dec 14:18
Compare
Choose a tag to compare

Improvements:

  • Properly configure Android splash screens, using the 'density' property instead of 'qualifier'

Fixes:

  • Disable async update by default. Updates to the Mendix model could lead to undefined client behavior, with async update enabled.