DEM 2 1.0.538 Release Notes
Released 09.09.2021
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:
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
Halk
- 477160, 477969, 477913 (just for Balance Transfer)
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 (538)
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