DEM 2 1.0.544 Release Notes
Released 18.11.2021
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
Halk
- Deep link minor fix
All about deep link implementation you can check at this link.
POBA
Application list
- In addition to the current application list preview, we now added possibility to view the list through the webview. To switch from one case to another, in Application.cs, in OnInitialized(ITypeCatalog typeCatalog) method, you need to add corresponding registration.
typeCatalog.AddOrUpdate(
new ViewModelInfo(typeof(AssecoSEE.DEM.Foundation.Usecases.Application.ApplicationViewModel))
{
PageTypes = new Type[] {
typeof(AssecoSEE.DEM.Foundation.Usecases.Application.ApplicationListPage) }
});
or
typeCatalog.AddOrUpdate(
new ViewModelInfo(typeof(AssecoSEE.DEM.Foundation.Usecases.Application.ApplicationViewModel))
{
PageTypes = new Type[] {
typeof(DEM.Foundation.Usecases.Application.ApplicationListWebView) }
});
Also, we added new configuration key - FactoryConfig_ApplicationListLink, where you can specify the link which will be opened in the webview, if that case is enabled.
Huawei
- We integrated Huawei AppLinking. In the following period we will describe everything. Until then, all about integration with other huawei services you can find at this link.
Bug fixed
Staging
Halk
External
- 477362, 477913, 477911, 477158
Erste
- 474337, 473880
POBA
- Prelogin balance problem after deactivation fixed
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 (544)
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