Posted March 22, 20232 yr Administrators Download: The distributive is available by request only. Release date: 22 March 2023 Improvements 🙌 TfgBarcodeScanner The new InvertedDataMatrix format was added for Android. The Codabar format was added for iOS. Gradle The gradle version was updated up to 8.0. Now you can use the latest Java JDK version (Java 19). TfgMap The new method SnapshotAsync was added for taking map snapshot asynchronously. fgMap1.SnapshotAsync(procedure (const ASnapshot: TfgBitmap) begin TfgAssetsManager.Current.AddBitmap('screenshot', ASnapshot); end); Dialog demo samples Added search for examples by name/components/description. Scrolling the list of examples by the mouse wheel (Delphi 11.3). Opening an example by double clicking. Added the ability to open the example folder in Explorer. Android Headers The new headers Android.Api.Location was added for "android.location" package. Other The new demo sample was added: "Components" -> "TfgMap" -> "Alternative Tile Providers". TfgPageControl displays border in Form designer now. FGX-254 Add color's code to "Assets.Consts.pas". Bug Fixes 🐛 When using frames, it is not possible to build the application. Suppress the unsupported framework message when adding a new form and frames for Delphi 11.3. FGX Native designer couldn't be loaded in RAD Studio 10.4. The rendering TfgPageControl component border was added to IDE.