Posted March 18, 20241 yr Administrators 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 🐛 FGX-316 Colors in Object Inspector do not match Asset Manager. FGX-317 Selecting a color in the Object Inspector. FGX-322 TfgImage color does not change. FGX-324 Cannot use TfgFrame in TfgCollectionView styles.
March 19, 20241 yr 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: Same problem when I try to deploy Camera sample. In attach lint-result-debug.txt Thank you very much Claudio lint-results-debug.txt
March 19, 20241 yr Author Administrators 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
March 19, 20241 yr 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