Show / Hide Table of Contents

    DEM 2 1.0.572 Release Notes

    Released 21.03.2022

    View in browser

    This release continues to improve existing features while introducing a few significant feature contributions.

    What's new

    Tips and tricks

    • We added new widget - tips and tricks widget, which displays helpful tips for clients, such as tips on how to use certain features that mobile application offers, as well as useful bank services.

      In order to use this widget, you need to add registration just like for all other widgets:

      
        typeCatalog.Add(new WidgetInfo(typeof(DEM.Foundation.Widgets.TipsAndTricksWidget.TipsAndTricksWidgetViewModel))
                { IsEnabled = true, Order = 92, CanChangeIsEnabled = true });
      

    We also added two configuration keys in order to make this widget easily customizable.

    • FactoryConfig_TipsAndTricksWidgetPadding - Controls the size of the padding around widget. Default value is 10.
    • FactoryConfig_isWidgetVisibleIfThereAreNoTips - Controls whether the widget will be visible or not if there are no tips available. Default value is true, in which case there is a message on the widget instead of tips , but you can set it to false and widget won't be visible anymore.

    Cororate - payment fee

    • As for some banks on corporate isn't necessary to call the fee calculation and display it on payment confirmation screen, we added new configuration key FactoryConfig_NoFeeOnCorporate. Default value is false, but if you have Corporate feature flag enabled and set this key to true, there will be no fee calculation and presentation on the mobile application.

    Prelogin balance

    • Minor visual changes

      We also added new configuration keys in order in order to easily change the color of the prelogin balance buttons, since it's set from code behind.

    • FactoryConfig_PreloginBalanceSelectedButtonColor - default value is DarkGray.

    • FactoryConfig_PreloginBalanceUnselectedButtonColor - default value is EdgePurple.
    Note

    Please, note that you should set the name of the color from your ResourceDictionary, if you want to change the color of the button.

    Halk

    • Prelogin screens change

    Erste

    • We expanded ExchangeOrder model of AccountData API with following property:
    
        [DataMember(Name = "from-rate", EmitDefaultValue = false)]
         public decimal FromRate { get; set; }
    

    Bug fixed

    Staging

    • 38089
    • 38550
    • 38572

    Latest application on AppCentar

    Halk - SxS MToken - SC 24x7 UAT

    • Android 66.34 MB (172)
    • iOS 69.41 MB (123)

    DEM V2 - Staging - SxS on Halk test

    • Android 52.05 MB (312)
    • iOS 71.25 MB (295)
    • iOS 68.18 MB Momentum (15)
    • Huawei 47.43 MB (25)

    DEM V2 - Demo - SxS on Halk test

    • Android 59.57 MB (239)
    • iOS 67.12 MB (221)

    Packages (572)

    NuGet feed AzureDevOps

    Build Status

    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

    • DEM V2 documentation - what's new
    • Configuration
    • Open-source DEM 2.0 AssecoSee GitHub repository

    Thank you to our community for helping to make DEM even better! Mobile Team

    Back to top Copyright 2020 Asseco SEE