Jump to content

Recommended Posts

  • Administrators
Posted

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 (Android)
  • Firebase
  • Yandex Mobile Ads
  • RuStore
  • Google AdMob

Details.

Animated Splash Screen (Android)

This release adds support for animated splash screens for Android 12+. The setting is available in the new project settings window "Project" -> "FGX Options..." -> "Application" -> "Animated Splash Screen".

For a description of the parameters, see the official Android documentation.

  • The new demo sample was added: "Android Api" -> "Animated splash screen"
  • Documentation.

RuStore Push-notifications provider 

The new push-notification provider was added for Android. Enabling the editor is available in the new project settings window "Project" -> "FGX Options..." -> "Servers" -> "RuStore". The new title contains the official name "RSM" (Push Notification Service with a tag. The name of the service).

Improvements 🙌

Alignment

Improved the alignment speed of complex containers like TfgBottomSheetLayout, TfgDrawerLayout, etc. on Android. Visually noticeable alignment of components in several steps is eliminated.

AdMob

The error of showing banner was fixed.

Gradle

We updated supported Gradle version to 8.2.

Android 14

We changed Target Android version on Android 14 (API Level 34).

Bug Fixes 🐛

  • Thanks 2
Posted

Hi Yaroslav

I just installed this version and recompiled one my app. The compilation happens without problems but when I deploy it raises the following error:

image.thumb.png.7ccb4eb969925950d444b280797e4cad.png

 

Same problem when I try to deploy Camera sample. In attach lint-result-debug.txt

Thank you very much

Claudio

lint-results-debug.txt

  • Administrators
Posted

Hello,

We fixed it and building new installer right now. We will publish it today later. 

At this moment you can just add this line in Android Manifest template locally. It will solve this issue

<uses-feature android:name="android.hardware.camera" />

Tahnk you

  • Thanks 1
Posted
8 minutes ago, Yaroslav Brovin said:

Hello,

We fixed it and building new installer right now. We will publish it today later. 

At this moment you can just add this line in Android Manifest template locally. It will solve this issue

<uses-feature android:name="android.hardware.camera" />

Tahnk you

Thank you very much Yaroslav! Now work fine!!!!!

Best Regards

  • Like 1
×
×
  • Create New...