DEM 2 1.0.512 Release Notes
Released 24.05.2021
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
Account chart widget
We added new widget - chart widget, that illustrates certain account balances depending on the account type. Colors of balances, text size of labels and hole radius of a chart can be changed through configuration, while if you want to show some other balances for certain account type, you can do an override.
This widget is not finished, it's just a preview and we are open for an early feedback.
If you want to try it or use it when we finish it, you just need to add registration just like for all other widgets:
typeCatalog.Add(new WidgetInfo(typeof(DEM.AccountData.Widgets.AccountChart.AccountChartWidgetViewModel)) { IsEnabled = true, Order = 20, CanChangeIsEnabled = false });
Halk
- Standard Payment CR - Urgency option for creditor account starting with 840
- Standard Payment - Additional Error Pop-Ups Implemented
- IPS Scan - Step 2/Confirmation Page ; Fee display FIX
Bug fixed
Staging
- 37030
- 36561
- mToken OTP action - user clicks on cancel dialog button and gets redirected to new page - fixed
Note
You won't see changes for 36561 bug, if you have override of TappedOnListItem(ItemTappedEventArgs arg) method of MessagesViewModel. Check this and compare with our code, this is what we added:
if (Xamarin.Forms.Device.RuntimePlatform == Xamarin.Forms.Device.iOS) {
string headerString = "<header><meta name='viewport' content='width=device-width, initial-scale=2.0, maximum-scale=5.0, minimum-scale=1.0, user-scalable=no'><style>img{max-width:100%}</style></header>";
html = headerString;
}
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
DEM V2 - Demo - SxS on Halk test
Packages (512)
Contributions welcome!
If you have one or more of some common pieces of code that you are always replicating across delivery apps, don't hesitate to contribute! We are the first NuGet package you install when creating a new .Net Mobile banking app!
Please have a look at our contribution guide before you get started.
If you need any help getting started, please let us know.
Useful Links
Thank you to our community for helping to make DEM even better! Mobile Team