Posted December 14, 20204 yr Administrators Download: The distributive is available by request only. Release date: 14 December 2020 New ✨ The new component TfgBottomSheetLayout was added for IDE and Android and 2 demo-samples "Components" -> "TfgBottomSheetLayout" -> "Modal mode", "Interesting places on map". Improvements ? All headers for android.telephony were added into Android.Api.Telephony. We marked all methods of Android Api, which were introduced after Android 5.0. We restructured the grouping of header files alittle. All animation related classes were moved in new unit Android.Api.Animations. Basic text classes were moved to Android.Api.Text. Before all loaded TfgBitmap from file or stream were immutable. It meant that you were not able to use Canvas of this bitmap. So if you wanted to render on this bitmap, you had to make copy of this bitmap. Now all bitmaps are mutable by default. Bug Fixes ? If you are using automatically opening last opened forms in FGX Native project group, sometimes forms couldn't find the assets. When you closed form, project or IDE, sometimes it could lead to raising exception. The iOS Application with Button with Icon could be crashed. When user opens TfgDrawer first time by button, panel is opened without animation.