Releases: mendix/hybrid-app-base
Releases · mendix/hybrid-app-base
Fix Android build
- 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
v2.0.2 2.0.2
Small fixes
- Fix version of Android support library
- Fix density property for Android splash screens and icons
- Remove unused yarn lock file
Theming
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
andloader.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
v1.7.4 1.7.4
Remove Cordova console plugin
v1.7.3 1.7.3
Bump version of cordova-build-architecture to fix dependency installation
Improve static file synchronization and increase Phonegap CLI version
- 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
Improvements:
- Updated plugins to support the new iPhone X screen size/ratio/notch
- Clean up npm commands
- Add documentation
Disable async update
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.