DEM 2 1.0.393 Release Notes
Released 25.06.2020
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
- Preview of Multiple transfer authorization
- Preview of biometric authentication with Fingerprint on Android & FaceId on iOS
These functionalities are not yet ready for production they are in preview. Next week we need to test on different devices and finish the UI to the end as we planned.
Bug fixed
Halk
Internal
- 795, 797, 804, 810, 811,
- 812, 814, 815, 820, 821,
- 822, 823
Latest application on AppCentar
Halk - PROD
Halk - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
Packages (393)
Current experimental flags
Using functionality that's behind an experimental flag requires you to enable the flag, or flags, in your application
Just add FactoryConfig_FeatureSettings
to your environment configuration in Solution with JSON.
{
"FeatureSettings": [
{
"Name": "StandingOrders",
"IsEnabled": true
},
{
"Name": "IPS",
"IsEnabled": true
},
{
"Name": "Cards",
"IsEnabled": true
},
{
"Name": "GetCardImagesFromServer",
"IsEnabled": true
},
{
"Name": "HasTransfersSelection",
"IsEnabled": false
},
{
"Name": "Biometric",
"IsEnabled": false
},
{
"Name": "Corporate",
"IsEnabled": false
},
{
"Name": "OnBording",
"IsEnabled": true
},
{
"Name": "IsUsingLatestVersion",
"IsEnabled": false
},
{
"Name": "TabbedPages",
"IsEnabled": false
},
{
"Name": "PushMessages",
"IsEnabled": false
},
{
"Name": "PublicBeneficiaries",
"IsEnabled": false
}
]
}
Breaking Changes
Please migrate your solution to a new version IMTokenWrapper
implementations for Android & iOS.
This feature is currently in preview mode, in some stage of development, and reported issues will be addressed as time allows. Push messages flag must be off when is Biometric flag is on.
Feature Roadmap
For the next release, we are planning
- Upgrade to XF 4.7
- Migrate to Andorid X
Feedback
Your feedback is important to us. If there are any problems with this release, please report to us or report new issues and suggestions.
Useful Links
- DEM 2.0 Documentation
- Weekly Mobile Newsletter - Issue 15
- Open-source DEM 2.0 AssecoSee GitHub repository
Thank you to our community for helping to make DEM even better! Mobile Team