DEM 2 1.0.385 Release Notes
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
- We added support for display of QR transaction and transfers (qsc - POS Payment details, qsh - POS payment using request details, qec - E-commerce payment details, qsb - Bill payment details)
- Quick Links is available now on the dashboard page
- Notification manager added
- Momentum test integration for staging 50 min. duration
Bug fixed
Halk
StandingOrders
Configuration keys for new Halk SDD for Standing Orders
{"FactoryConfig_IsBalanceTransferStandingOrderSupported","false"},
{"FactoryConfig_IsStandingOrderFilterSupported","false"},
{"FactoryConfig_IncludeServerValidationForExchangeSO","false"},
- Balance transfer standing orders removed
- Filter removed
- Statuses and periods changed
- Other minor changes
Spar
- 171
Nova
- We converted global const to a global variable to allow changes
public static string TRANSFER_CROSS_BORDER = "cross-border-transfer";
public static string TRANSFER_CREDIT = "credit-transfer";
public static string TRANSFER_BALANCE = "balance-transfer";
public static string TRANSFER_BALANCE_TO = "balance-transfer-to";
public static string TRANSFER_P2P = "p2p-transfer";
public static string TRANSFER_NONRESIDENT = "nonresident-transfer";
public static string TRANSFER_TOPUP = "topup-transfer";
public static string TRANSFER_WALLET = "wallet-transfer";
public static string PAYMENT_BILL = "bill-payment";
public static string EXCHANGE_CONVERSION = "exchange-conversion";
public static string EXCHANGE_PURCHASE_TO = "exchange-purchase-to";
public static string EXCHANGE_PURCHASE_FROM = "exchange-purchase-from";
public static string EXCHANGE_SELL_TO = "exchange-sell-to";
public static string EXCHANGE_SELL_FROM = "exchange-sell-from";
- Other minor changes
Staging
- We fix same environment issues for demo
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
Android
https://install.appcenter.ms/orgs/asseco-see/apps/halk-demo-24x7-droid/distribution_groups/public (95)
iOS
https://install.appcenter.ms/orgs/asseco-see/apps/halk-demo-24x7-ios/distribution_groups/public (30)
DEM V2 - Staging - SxS on Halk test
Android
https://install.appcenter.ms/orgs/asseco-see/apps/dem/distribution_groups/public (210)
iOS
https://install.appcenter.ms/orgs/asseco-see/apps/dem-ios/distribution_groups/public (192)
Packages (385)
Nuget feed AzureDevOps https://pkgs.dev.azure.com/assecosee-de/_packaging/assecosee-de/nuget/v3/index.json
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 envoriment 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": "PublicBeneficiaries",
"IsEnabled": false
}
]
}
Newsletter
Weekly Mobile Newsletter - Issue 9
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.
Open Source
DEM 2.0 is based on the internal open-source AssecoSee repository: https://github.com/asseco-see/digital-edge-mobile
We strongly encourage you to get involved and help us evolve the code base.
Thank you to our community for helping to make DEM even better! Mobile Team