Skip to content

Releases: 4d/android-sdk

Fix crash in setting panel

19 Jan 10:01
Compare
Choose a tag to compare

Fix crash in pending task list

18 Jan 13:50
Compare
Choose a tag to compare

E done

10 Jan 10:18
Compare
Choose a tag to compare

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

dev doc

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

dev doc

Optional feature: edit action has unique task

05 Jan 11:13
Compare
Choose a tag to compare

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

dev doc

🇫🇷 French translation

11 Dec 07:53
Compare
Choose a tag to compare
Pre-release

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

20.x

25 Apr 09:08
Compare
Choose a tag to compare

Features

  • push notification support
  • deep linking
  • bar code search
  • web page in tab bar menu
  • allow to send crash and debug info