DEM 2 1.0.384 Release Notes
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
- We added C4 string format for exchange offer rate on the confirmation screen
- We fix an issue on production when user click on standard payment but do not give permission for location
- We turn on Standing orders for Halk UAT
- We turn on Corporate for staging
Bug fixed
Halk
External
- 862, 868, 916, 925, 929,
- 931, 936, 940, 954, 955,
- 965, 969, 970, 972, 982,
- 987, 988, 989, 990, 991,
- 992, 996, 998, 999, 1000,
- 1001, 1002, 1003,
Internal
- 726
Spar
- 456 we added the translation in core
- 464 we we added the translation in core repeat this bug maybe is fixed with so
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 (94)
iOS
https://install.appcenter.ms/orgs/asseco-see/apps/halk-demo-24x7-ios/distribution_groups/public (29)
DEM V2 - Staging - SxS on Halk test
Android
https://install.appcenter.ms/orgs/asseco-see/apps/dem/distribution_groups/public (209)
iOS
https://install.appcenter.ms/orgs/asseco-see/apps/dem-ios/distribution_groups/public (191)
Packages (384)
Nuget feed AzureDevOps https://pkgs.dev.azure.com/assecosee-de/_packaging/assecosee-de/nuget/v3/index.json
Current experimental flags
public static string JSONFeatureSettings = @"{""FeatureSettings"":[{""Name"":"""
+ nameof(Features.StandingOrders)+ @""",""IsEnabled"":false},{""Name"":"""
+ nameof(Features.IPS) + @""",""IsEnabled"":true},{""Name"":"""
+ nameof(Features.Cards) + @""",""IsEnabled"":true},{""Name"":"""
+ nameof(Features.GetCardImagesFromServer) + @""",""IsEnabled"": true},{""Name"":"""
+ nameof(Features.HasTransfersSelection) + @""",""IsEnabled"": false},{""Name"":"""
+ nameof(Features.Biometric) + @""",""IsEnabled"": false},{""Name"":"""
+ nameof(Features.Corporate) + @""",""IsEnabled"": false},{""Name"":"""
+ nameof(Features.OnBording) + @""",""IsEnabled"": true},{""Name"":"""
+ nameof(Features.IsUsingLatestVersion) + @""",""IsEnabled"": false},{""Name"":"""
+ nameof(Features.PublicBeneficiaries) + @""",""IsEnabled"": false}]}";```
Preview
- [
Features.IsUsingLatestVersion
] We are now detecting if the user is running the latest version of the app and open it in the App Store or Play Store to update it.
Breaking Changes
Method CaptureQRCode
on IInstantPaymentWrapper
extended with onError parameter
void CaptureQRCode(Action onCancel = null, Action<Exception> onError = null);
Implementation of this service for Android and iOS also changed, please look at Halk solution for details
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 on GitHub.
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