Jump to content

1.1.6.0 English


Recommended Posts

  • Administrators

Download:
The distributive is available by request only.

Release date:

5 May 2020

Changelog:

~ Attention:

  - This release changes build system of FGX Native project, so user has to update android manifest template in FGX Native porjects.
    It can be done by two ways:
    
    1. If you haven't done manual changes in AndroidManifest.template.xml, than just delete this file. It will be created again in the first project build.
    2. If you did changes in AndroidManifest.template.xml, than you should merge them into manifest.

* Added support for the Google AdMob advertising platform (https://admob.google.com/home/):

  - Added new component TfgBannerAd for showing advertising banner in your app.
  - Added new component TfgInterstitialAd for showing full screen advertising, which is usually used as intermediate screen.
  - Turn on AdMob in your FGX Native project via project settings Application -> Entitlements List -> AdMob service = True.
  - Documentation (https://translate.yandex.ru/translate?url=http%3A%2F%2Ffgx-native.com%2Fru%2Fadmob.html&lang=ru-en)

* Assets designer:

  - Added a new wizard for searching and automatically adding icons from Google Material Design Icons Pack.
    https://forum.fgx-native.com/topic/237-%D0%BD%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8-%D0%B4%D0%B8%D0%B7%D0%B0%D0%B9%D0%BD%D0%B5%D1%80-%D1%82%D0%B5%D0%BF%D0%B5%D1%80%D1%8C-%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-%D0%B8-%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5-%D0%B8%D0%BA%D0%BE%D0%BD%D0%BE%D0%BA-%D0%B2-ide-%D0%B2-%D0%BF%D0%B0%D1%80%D1%83-%D0%BA%D0%BB%D0%B8%D0%BA%D0%BE%D0%B2/?tab=comments#comment-946
  - Select "Import icons"in the context menu of the resource tree to open the icon wizard.
  - Fixed small memory leaks.
  - Fixed bug with openning mask generation wizard.

* Using external Java libraries in Android FGX Native projects:

  - This version adds the ability to add third-party java libraries (jar) to FGX Native projects that are compiled and embedded in your app's apk package.
  - Use "FGX Android Libraries" wizard for adding jar libraries. 
  - There are two way for openning wizard:
    1. Via main menu: Project -> FGX Android Libraries
    2. Via context menu of "Projects" panel. Target Platforms -> Android (32/64 bits) -> Libraries -> Setup Android Libraries.
  - The Adding 3d party jar android libraries is important step for using Android services in FGX Native applications.

* TfgApplication:

  - Improved handling of exceptions that may occur in user applications. Now, if a Delphi exception occurs, it will be displayed in the dialog box. In addition, it will be displayed in the device log.

* TfgAssetManager:

  - Added new method helper TfgAssetManager.Remove for removing filtered assets by anonymous predicate.

* TfgCamera:

  - When getting a photo from a camera, an artificial limit of 1920 x 1080 was imposed on the size of the resulting photo. Fixed.

* TfgCollectionView:

  - #479 Bug of form inheritance with CollectionView
    https://gitlab.com/y.brovin/fgx/-/issues/479

* Common improvements:

  - Standardized names of all events and callbacks: TfgXXXEvent, TfgXXXCallback.
  - All demo projects have been fully checked and updated (64 demo projects).
Link to comment
Share on other sites

×
×
  • Create New...