DEM 2 1.0.653 Release Notes
Released 10.01.2024
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
Halk SME - SxS MToken - SC 24x7 UAT
Halk Fusion - SxS MToken - SC 24x7 UAT
Halk SME Fusion - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
DEM V2 - Demo - SxS on Halk test
Packages (653)
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