Posted January 30, 20241 yr Administrators 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 and replace it with the new com.yandex.android:mobileads:6.3.0 in the library settings "Project" -> "FGX Native Android Libraries". TfgComboBox Now TfgComboBox is supporting icons in items. To do this, a new item class TfgComboBoxTextIconItem has been added. You can add a new item type via the context menu TfgComboBox. The icon is specified via the TfgComboBoxTextIconItem.IconName property. Using TfgComboBox.Appearance.Icon property you can adjust its size and shade. The appearance of component was update in IDE for Android style. Now it doesn't show underline. The right padding was reduced on Android, so now controls has more space for showing text in content. The new demo sample was added: "Components" -> "TfgComboBox" -> "Telephone codes" FGX-307 Add supporting icons for items in TfgComboBox. TfgBottomSheetLayout The new property TfgBottomSheet.RelatedOffset was added. It allows to request current position of sheet. The value is in [-1..1] range, where 1 - the panel is expanded, 0 - the pannel is collapsed to showing header, -1 - the is hidden. Discussion. Animations The animations templates TfgAnimationHelper.ShowForm/HideForm/ShowModalForm/HideModalForm were adopted for usage with any TfgControl. Bug Fixes 🐛 FGX-212 Incorrect applying 9-patch mask (iOS). FGX-265 Adopt ShowForm/HideForm animations for Frames too. FGX-303 Build error in case of specify custom Android path for ".android-build" FGX-304 Can not display SVG material icons. FGX-305 TNotificationCenter OnReceiveLocalNotification not working on iOS (iOS). FGX-306 TfgPopup - OnClosed not working (iOS). FGX-307 Add supporting icons for items in TfgComboBox. FGX-309 MaxLength TEdit'а (iOS). FGX-310 Second fgCollectionView, which are placed into BottomSheetLayoutс couldn't be scrolled (Android). FGX-313 Asset manager. Drag-and-drop file ignored target folder. The dragging assets was fixed (Assets Manager). The renaming assets folder was fixed (Assets Manager).