Jump to content

1.4.2.0 English


Yaroslav Brovin

Recommended Posts

  • Administrators

Download:
The distributive is available by request only.

Release date:

23 July 2020

Changelog:

* New phone dialer services is developed FGX.PhoneDialer:

  - Before calling, you must request the 'android.permission.CALL_PHONE' permission via TfgPermissionService.
  - If you would like to make a call, just invoke TfgPhoneDialer.Call('Phone number').
  - New demo sample is added: "System services" -> "Phone call"

* New types of TfgDialogs were implemented:

  - TfgDialogs.InputBox is for inputting one text value.
  - TfgDialogs.InputQuery is for inputting several text values.

* Java-Delphi bridge:

  - New methods for string conversions were added String <-> JUri (JUriToString, StringToJUri).
  - Fixed a memory leak when using Java listeners that could cause the application to crash when closing in certain situations.

* TfgCamera:

  - Fixed issue with taking photo on some android devices.
  - [Demo] CameraPhotoDemo cannot take photo
    https://forum.fgx-native.com/topic/327-demo-cameraphotodemo-cannot-take-photo/

* TfgEdit:

  - Displaying Color value in Object Inspector is fixed, now it shows name of default theme asset.

* TfgDateEdit, TfgTimeEdit:

  - Fixed the margins of the date selection button in the designer. Now the component looks the same in the designer as it does on the device.

* TfgListMenu:

  - Fixed a bug using TfgListMenu on 10.4 that caused the app to crash.

* TfgPageControl:

  - PageControl Swipe does not work if..
    https://forum.fgx-native.com/topic/342-%D0%BD%D0%B5-%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%B0%D0%B5%D1%82-pagecontrol-swipe-%D0%B5%D1%81%D0%BB%D0%B8/

* Assets manager:

  - Deleting the assets Manager is now safer. If the user forgot to delete forms instances when closing the app, this may cause problems deleting the FGX Native platform. Now, in this situation, it will print a message about this in the log.

* New demo samples:

  - "Android Api" -> "Share service"
  - "System services" -> "Phone call"
  
* System permissions service:

  - The new method TfgPermissionService.CheckPermissionOrRaise was added and designed to check the class invariant.
  • Like 3
Link to comment
Share on other sites

×
×
  • Create New...