Show / Hide Table of Contents

    DEM 2 1.0.653 Release Notes

    Released 10.01.2024

    View in browser

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

    What's new

    Statements

    • For Halk, we needed to separate the logic for account's and card's statements, so we expanded the following methods of TransactionService with bool parameter, just add it like this and you're good to go.
    
        public virtual async Task<bool> GetStatementsDataAsync(string accountNumber, Action<RangedObservableCollection<DataObject<Statement>>> onData = null, string currency = null, DateTime? dateFrom = null, DateTime? dateTo = null, bool isCardStatements = false)
        {
            ...
        }
    
        protected virtual async Task<List<Statement>> LoadStatements(string accountNumber, string currency = null, string year = null, DateTime? dateFrom = null, DateTime? dateTo = null, bool isCardStatements = false)
        {
            ...
        }
    

    SkiaSharp

    • We updated SkiaSharp packages to version 2.88.6. You should update in your projects too.

    Nova

    • Transactions model of AccountData API is expanded and a few new contracts are added for implementation of split to installments for Nova.

    Halk Fusion

    • Improvements and bug fix

    Latest application on AppCentar

    Halk - SxS MToken - SC 24x7 UAT

    • Android 71.9 MB (227)
    • iOS 72.4 MB (179)

    Halk SME - SxS MToken - SC 24x7 UAT

    • Android 84.72 MB (63)
    • iOS 71.13 MB (69)

    Halk Fusion - SxS MToken - SC 24x7 UAT

    • Android 71.9 MB (230)
    • iOS 72.4 MB (186)

    Halk SME Fusion - SxS MToken - SC 24x7 UAT

    • Android 84.72 MB (67)
    • iOS 71.13 MB (73)

    DEM V2 - Staging - SxS on Halk test

    • Android 49.84 MB (340)
    • iOS 67.88 MB (326)
    • 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 (653)

    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