Jump to content

English version

  1. Download: setup_1.18.13.0_release.eng.zip Release date: 31 May 2025 Improvements πŸ™Œ The new header file Android.Api.OS was added for usage android.os.PowerManager. Bug Fixes πŸ› For some dialog components (e.g. pickers, "Share" dialog) on iPad option IsCancellable worked according to the opposite logic (iOS). FGX-416 In the FGX Options, in the General section, changes are not saved. FGX-438 BluetoothLE - "OnCharacteristicRead" event not passing (Android). FGX-439 MoveCameraToVisibleRegion doesn't work from OnMapReady event (Android). FGX-444 Difference to iOS Version with Backgroundcolorname (Android). FGX-445 Biometric Authentication example hangs (Android). FGX-447 TfgEdi…

  2. Download: setup_1.18.12.0_release.eng.zip Release date: 10 April 2025 Warning 🚨 If you are using local notifications in Android via TNotificationCenter or directly via Android API, you should manually enable POST_NOTIFICATION permission in project settings: Project -> Options... -> Application -> Uses Permissions -> Dangerous (runtime user approval) -> Post notifications. If you are using Firebase Push Notification, you can skip adding permission, because we add this permission automatically in this case. Bug Fixes πŸ› FGX-417 POST_NOTIFICATIONS Permission is added to application manifest always, even if it's disabled in proje…

  3. Download: setup_1.18.11.0_release.eng.zip Release date: 18 March 2025 Warning 🚨 The Delphi 12.3 (Update 3) breaks backward compatibility for design-time packages, so FGX Native design time packages cannot be loaded. This release adds separate version of built design time packages for 12.3. if you are using 12.3, you should choose designer version for 12.3 in FGX Native installer. Improvements πŸ™Œ TfgPermissionService The new method TfgPermissionService.IsSupported was added. It allows determinate availability of permission service on current platform. Bug Fixes πŸ› The demo sample was fixed "Services" -> "Push-notificatio…

  4. Download: The distributive is available by request only. Release date: 14 March 2025 New ✨ TfgCollectionView New events have been added to track the entire dragging process of the item. Exactly: OnDragBegin(Sender: TObject; const AInitialIndex: Integer) - the user has started the process of dragging an item with the index AInitialIndex. OnDragEnd(Sender: TObject; const AInitialIndex: Integer) - the user has finished dragging the item with the initial index AInitialindex. It is called when the finger is lifted from the screen. OnDropItem(Sender: TObject; const AFromIndex, AToIndex: Integer) - the user dropped the dragging of the…

  5. Download: The distributive is available by request only. Release date: 12 March 2025 Warning 🚨 The unused unit FGX.Calendar.Types was removed in this release. If you are using it, please, remove it from uses section. New ✨ TfgAppMetricaAnalytics The new component TfgAppMetricaAnalytics for collect application statistics was added. It uses Yandex AppMetrica service. Description. Improvements πŸ™Œ TfgSwitch The new settings TfgSwitch.Appearance were added for adjust TfgSwitch appearance. Now you can change tint color of different switch parts. The same appearance of TfgSwitch in Active (IsCheked=True) and non …

  6. Started by Yaroslav Brovin,

    Download: The distributive is available by request only. Release date: 28 December 2024 Bug Fixes πŸ› The application with TfgNavigationBar could crashed on startup (Android).

  7. Started by Yaroslav Brovin,

    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'); Ne…

  8. Started by Yaroslav Brovin,

    Download: setup_1.18.7.0_release.eng.zip Release date: 25 November 2024 Warning 🚨 If you are using TfgBarcodeScanner component on iOS, you have to add the new framework Vision to iOS SDK profile in IDE. Go to: Tools -> Options -> Deployment -> SDK Manager -> iOS Device SDK. Add new record: "Path on remote machine": $(SDKROOT)/System/Library/Frameworks "Framework name": Vision "Path type": `Framework Click "Update Local File Cache" button and rebuild project. The same steps should be repeated for iOS Simulator ARM profile too. Improvements πŸ™Œ TfgBarcodeScanner The detection of barcodes from TfgBitmap …

  9. Started by Yaroslav Brovin,

    Download: setup_1.18.6.0_release.eng.zip Release date: 10 October 2024 Improvements πŸ™Œ TfgWebBowser The new property was added TfgWebBrowser.Settings.CustomUserAgent, which allows to send custom user agent name in web-browser requests. Details. Bug Fixes πŸ› FGX-400 ScreatchOverlay example. FGX-386 Couldn't input number in Color Asset picker chanels fields. FGX-394 Difficulties with launching on iOS Simulator. FGX-395 Icons are not applied (iOS). FGX-397 Incorrect work if CollectionView.Padding (iOS). FGX-399 Longpress с CustomTouchProcessing lead to application crash on Android 14 (Android). …

  10. Started by Yaroslav Brovin,

    Download: setup_1.18.5.0_release.eng.zip Release date: 22 August 2024 New ✨ Full localization of XML documentation in code in English. Improvements πŸ™Œ TfgInAppPurchase The supporting of "Google Play Billing Library" was upgraded from 5.0.0 to 7.0.0, based on new requirements from GooglePlay. FGX-392 It is necessary to provide support for the Google Play Billing library version at least 6.0.1 (Android). TfgButton The supporting of icon location was improved. The set of values for the Appearance.Icon.Location property has been expanded. Now there are two additional values: TextLeft, TextRight, which allow you to place th…

  11. Started by Yaroslav Brovin,

    Download: setup_1.18.4.0_release.eng.zip Release date: 9 August 2024 Warning 🚨 In this release, a bug was fixed in which the inner padding of the button Button.ContentPadding was ignored when the icon was positioned centrally. Due to the correction, the area allocated for displaying the icon could be reduced in this case. If you do not want to use this internal padding by default: you need to reset the values in the ContentPadding. Improvements πŸ™Œ TfgLog Now you can specify Tag when you print message in device system log. Sample: TfgLog.Info('Payments', 'The payment was successful'); TfgLog.Info('Payments', 'The payment was succe…

  12. Started by Yaroslav Brovin,

    Download: setup_1.18.3.0_release.eng.zip Release date: 5 June 2024 Warning 🚨 The style template file for Android application was updated. When you open old project, IDe will automatically update this file "styles.xml". It's important for correct work of TfgVerticalScrollBox component. Improvements πŸ™Œ TfgNavigationBar The supporting embedded controls were added TfgNavigationBarButton.ActionControl Π”ΠΎΠ±Π°Π²Π»Π΅Π½Π° ΠΏΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΊΠ° встраиваСмых Π² ΠΊΠ½ΠΎΠΏΠΊΠΈ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½Ρ‚ΠΎΠ² . Bug Fixes πŸ› FGX-253 Incorrect calculation TfgLabel text height with TextType=HTML (Android / iOS). FGX-264 FilteringColViewDemo throws Exception under iOS / iOS Simulator …

  13. Started by Yaroslav Brovin,

    Download: setup_1.18.2.0_release.eng.zip Release date: 9 April 2024 New ✨ TfgScratchOverlay The new component TfgScratchOverlay was added. It allows to implement interactive content cleaning to realize the effect of erasing the protective layer in lottery tickets. By default, the component is completely filled in with the current brush of the Fill component. When a component is touched, it becomes transparent at the touch points, showing the contents of the components placed behind it. Useful properties and methods of the component: Fill - the initial filling of the component. BrushSize - specifies the size of the cleaning …

  14. Started by Yaroslav Brovin,

    Download: setup_1.18.1.3_release.eng.zip Release date: 12 April 2024 Bug Fixes πŸ› FGX-337 AV using CollectionView on second form (iOS).

  15. Started by Viktor Akselrod,

    Download: setup_1.18.1.2_release.eng.zip Release date: 11 April 2024 Improvements πŸ™Œ For better portability of projects, now all specified file paths in the settings dialog will be presented in relative form. Bug Fixes πŸ› Fixed control of the "Screen Behavior" parameter for the animated splash screen (Android). If the svg -> xml (vector drawable) conversion fails, the project build could freeze (Android). Fixed demo project "Animated splash screen". Fixed building of aab bundles (Android).

  16. Started by Yaroslav Brovin,

    Download: setup_1.18.1.1_release.eng.zip Release date: 10 April 2024 Bug Fixes πŸ› The build of application on Delphi 11 was fixed. The problem of building Yandex Mobile Ads and Security File Sharing togther was fixed (Android). TfgTimer.Enabled was reset on True.

  17. Started by Yaroslav Brovin,

    Download: setup_1.18.1.0_release.eng.zip Release date: 9 April 2024 Improvements πŸ™Œ Project Settings The general application settings page has been implemented, which allows you to configure the application name, version, package name, etc. TfgDateEdit/TfgTimeEdit The new property BorderStyle was added to TfgDateEdit and TfgTimeEdit, It allows to change border controls. The appearance of components in Form Designer was improved for Android/iOS styles. The TintColor property changes tint color of Date/Time picker on iOS, namely it change accent color for toolbar buttons Done/Cancel. Unfortunately, Android doesn't let to change such colors …

  18. Started by Yaroslav Brovin,

    Download: setup_1.18.0.1_release.eng.zip Release date: 20 March 2024 Bug Fixes πŸ› FGX-328 AV using TfgCheckBox/TfgRadioButton (iOS). FGX-326 The OnSearching event fires before the form is created and showed. Fixed the build of projects that use the camera (Android). Now the feature tag is added automatically if the camera permission is enabled in the application.

  19. Download: setup_1.18.0.0_release.eng.zip Release date: 18 March 2024 Warning 🚨 Template files "styles.xml", "AndroidManifest.template.xml" and "launch_screen.xml" were moved to "Templates\Android". New ✨ Project Settings The new window was added for changing project options. It is designed to simplify the enabling, configuration and use of various services. The settings are available from the main menu "Project" -> "FGX Options...". Currently, the settings of the following services and entities are supported: Animated Splash Screen (Android) Authentification services - Facebook Login, VK Login Google Maps (Androi…

  20. Started by Yaroslav Brovin,

    Download: setup_1.17.0.0_release.eng.zip Release date: 31 January 2024 Warning 🚨 If you use TfgYandexMobileAdsProvider component, then you need to update the dependency version in the list of Android libraries com.yandex.android:mobileads:5.7.0 -> com.yandex.android:mobileads:6.3.0. Improvements πŸ™Œ Yandex Mobile Ads The support of used Yandex Mobile Ads library was added "5.7.0" -> "6.3.0". If you are using ads from the Yandex platform, namely the TfgYandexMobileAdsProvider component, then you need to update the dependency in the list of Android libraries. To do this, remove the old dependency com.yandex.android:mobileads:5.7.0 an…

  21. Started by Yaroslav Brovin,

    Download: setup_1.16.4.1_release.eng.zip Release date: 21 December 2023 Bug Fixes πŸ› Android application crashed on startup in case of usage TfgImage without mask. The duration parameter of FadeIn/FadeOut animation TfgFadeAnimationParams.Default.Duration now is being initialized by default platform duration value.

  22. Started by Yaroslav Brovin,

    Download: The distributive is available by request only. Release date: 20 December 2023 Improvements πŸ™Œ TfgVirtualListPicker/TfgNumberListPicker Now you can specify font settings via new property Font. The appearance of component in designer was improved for iOS. The new demo sample was added: "Components" -> "TfgVirtualListPicker". Barcode scanner TfgBarcodeScanner The support for defining the boundaries of recognized barcodes was improved. Now the TfgBarcode structure additionally includes the size of the BufferSize buffer on which barcode recognition was performed. Different camera sensors use different frame buffer sizes.…

  23. Started by Yaroslav Brovin,

    Download: setup_1.16.3.0_release.eng.zip Release date: 9 November 2023 New ✨ The Delphi 12.0 support was added. Improvements πŸ™Œ IFGXShareService An optional argument AMimeType has been added to the IFGXShareManager.AddFile method, allowing you to force the type of transferred data to be specified. Leave this argument blank to have the data type determined automatically based on the file extension. Attention! The AMimeType argument is only meaningful for the Android platform. For iOS this argument will be ignored. Other The new demo sample was added. It shows how to create customizable dialog form: "Form"-> "Custom dialog…

  24. Started by Yaroslav Brovin,

    Download: The distributive is available by request only. Release date: 16 October 2023 Improvements πŸ™Œ TNotificationCenter The supporting of TNotificationCenter RTL component was added. Now you can use this component in FGX Native applications. The new demo sample was added: "Services" -> "Local notifications" TfgAssetsManager New helpers methods were added for TfgAssetsManager. To use helpers methods, you need to add FGX.Assets.Helpers to uses section. GetColor - returns color from asset with name AName. If there are no asset, it returns ADefault color. uses FGX.Assets, FGX.Assets.Helpers; var Color: TAlphaCol…

  25. Started by Yaroslav Brovin,

    Download: The distributive is available by request only. Release date: 8 September 2023 Bug Fixes πŸ› Animation froze while working. An exception might occur when migrating a project if the Assets folder is missing.

Recently Browsing 0

  • No registered users viewing this page.