Releases: 4d/android-ProjectGenerator
Releases · 4d/android-ProjectGenerator
Fix NULL values
Bug fixes
Inject NULL values when dumping values correctly
How to install
Replace attached jar into ../4D Mobile App/Resources/scripts/androidprojectgenerator.jar
Input control with choice list from current entity
Fix
- Propagate
currentEntity
boolean from input control "manifest.json" file to the final app (ie.inputControls.json
file)
How to install
Replace attached jar into ../4D Mobile App/Resources/scripts/androidprojectgenerator.jar
Fix generation for extra property edit has unique action
Fix hash -> "has"
Optional feature: edit action has unique task
Allow to pass bool from mobileapp project to app/src/main/assets/appInfo.json
Inside Mobile Projects/<project name>/project.4dmobileapp
the boolean is defined by
"extra": {
"editActionHasUniqueTask": true
}
See compatible SDK https://github.com/4d/android-sdk/releases/tag/editActionHasUniqueTask
Then update kotlin
Fix if deep linking feature deactivated
Flamingo 🦩
New build compatible with Android Studio Flamingo (which contains java 17)
Initial
Since 20.x