Show / Hide Table of Contents

    DEM 2 1.0.538 Release Notes

    Released 09.09.2021

    View in browser

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

    What's new

    Status pending for payments

    • We added a minor change regarding payments. If status of initiated payment is "pending", we will show the corresponding message - that the payment order has been received, not executed, as we have shown so far.

    Custom font settings on Android devices

    • We had reports that when users change the font in their device settings, this change is also reflected in many places in our application.

      This is now resolved through styles, we declared FontFamily in styles in which it didn't exist, binded existing styles where that was missing and added some new styles. So, note that if you have an override of some styles, just updating the packages to this version isn't enough to solve the problem. Compare your styles with ours.

      This will not affect platform things, such as loader text, toast message text, date picker text... We resolved it by adding a new folder named font under the Resources folder. We copied the desired font, in our case _DEM_Geomanist-Regular and rename it to just geomanist.ttf, because there are name restrictions here.

      Then, we just added the following line in Resources/values/styles.xml to MainTheme.Base and AppCompatDialogStyle:

      
        <item name="android:fontFamily">@font/geomanist</item>
      

      You can refer to our DEM solution and files to check this.

      Note that this solution can make your application a little bigger. To avoid this, you could maybe try something like downloadable fonts.

      You can find more about this on this links:

      • Xamarin Android - Reference custom fonts in XML
      • Downloadable Fonts

    EntryCombobox control

    • We had a report that autocomplete on iOS doesn't work properly, that it's always displayed at the top of the page and that when entering text the page it's, therefore, always scrolled back to the top. We fixed this with some changes in control, replaced autocomplete with our MenuDialog and achieved the same appearance and behavior on both platforms.

      We removed AComboBoxRenderer from AssemblyInfo.cs from both platforms and you need to do it too.

      You can always refer to our DEM solution and files to check the changes.

    Halk

    • Deep link and CAS minor changes and fixes

    Bug fixed

    Staging

    • 37942
    • 37935
    • 37954
    • 37813

    Halk

    • 477160, 477969, 477913 (just for Balance Transfer)

    Latest application on AppCentar

    Halk - SxS MToken - SC 24x7 UAT

    • Android 71.08 MB (158)
    • iOS 65.04 MB (104)

    DEM V2 - Staging - SxS on Halk test

    • Android 59.69 MB (296)
    • iOS 67.26 MB (279)
    • iOS 68.18 MB Momentum (15)

    DEM V2 - Demo - SxS on Halk test

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

    Packages (538)

    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