Releases: 4d/android-sdk
Fix crash in setting panel
Fix crash in pending task list
E done
Modification
- signature panel in action is enlarged
Two new features
Edit action has unique task (Optional feature)
When offline, when editing an entity instead of creating a new task to send data to the server, we open the last edit
action if exists (ie. found in action pending task list)
Activation
Inside app/src/main/assets/appInfo.json
add this to activate the feature for an already generated android app
"action.edit.hasUniqueTask": true
More info and demo video
Input control with choice list from current entity
The purpose is for input control with choice list, to show a list of data stored inside the current entity, allowing to have different choice list by entity
Activation
In json input control definition define currentEntity
to true
and define the field to read field
{
"name": "myChoiceList",
"type": [ "text" ],
"format":"push",
"choiceList": {
"dataSource": {
"field": "aChoiceObjectField",
"currentEntity": true
}
}
}
More info and demo video
Optional feature: edit action has unique task
When offline, when editing an entity instead of creating a new task to send data to the server, we open the last edit
action if exists (ie. found in action pending task)
Activation
Inside app/src/main/assets/appInfo.json
add this to activate the feature for an already generated app
"action.edit.hasUniqueTask": true
More info
🇫🇷 French translation
Added french translations for a lot of messages (thanks Fabien) - 🇫🇷 Ajout de la traduction française pour beaucoup de messages (merci Fabien)
To contribute by adding more languages
- take english file
- and like french file, translate it and propose it to QMobileUI project into a
qmobileui/src/main/res/value-<lang>
folder
20.x
Features
- push notification support
- deep linking
- bar code search
- web page in tab bar menu
- allow to send crash and debug info