Jump to content

Recommended Posts

  • Administrators
Posted

Download:
The distributive is available by request only.

Release date:
27 December 2024


Warning 🚨

To build Android apps on this version, you have to use the Android SDK 35+ versions.

Improvements 🙌

Biometric Authentication

Added new service for biometric authentication (fingerprint, face, iris). A non-visual component can be used for authentication TfgBiometricAuthentication. It is also possible to use the service directly:

TfgBiometricAuthenticationFactory.CreateBiometricAuthentication
    .SetFallbackAsPasscode;
    .SetSubtitle('Subtitle')
    .SetDescription('Description')
    .Execute(BiometricAuthenticationResul, 'Title');

New demo example "Services" -> "Authentication" -> "Biometric Authentication".

Gradle

We updated supported Gradle version to 8.9. Now you can now use the JDK up to and including version 23.

FGX Android Log Viewer

Now FGX Android Log Viewer can work with devices via Wi-Fi.

Project settings

For components that require special project settings, the ability to go to project settings using a double click and context menu has been added (TfgMap, TfgPushNotificationService, TfgInAppPurchase, TfgFirebaseAnalytics, TfgGooglePayClient, TfgGoogleAdMobProvider, TfgYandexMobileAdsProvider, TfgFacebookLoginAuthenticationClient, TfgVKLoginAuthenticationClient).

Android libraries

Added the ability to edit a previously added library dependency Android.

Other

  • Some user's font files didn't work on iOS. We improved supporting it.
  • Improved key event dispatching in the Android for nested forms if the form is created and displayed from the TfgForm.OnShow handler (Android).
  • Cool 1
×
×
  • Create New...