Carlo Barazzetta
Carlo Barazzetta
Fixed in latest version.
Is this problem also present? I don't use Android apps as extensively as you do, so I can't reproduce the problem...
VCL or FMX platform?
Support starts from XE3, because I haven't installed XE2 to check if it compiles... Try it yourself using XE3 packages... Initially, this project uses TSVG library which was not compatible...
Actually you can use a similar technology with older Delphi versions: IconFontsImageList: https://github.com/EtheaDev/IconFontsImageList
Sorry but I've not plan to add support for XE2.
I'm sorry but I don't have the XE2 Delphi version, but if you can port this project to this platform you can make a pull request...
Are you using GetIt Package Manager or building from this GitHub project? I have no problem using Delphi 12.1 patch 1: 
Sorry, I forgot to commit the 4.1.3 changes... Update your repo and retry. Thanks.
Hy James, try to change this section into InstantFireDAC.pas: // Supported databases (only MSSQL and Firebird have been tested) //{$DEFINE SYBASE_SUPPORT} {$DEFINE MSSQL_SUPPORT} {$DEFINE IBFB_SUPPORT} {$DEFINE ORACLE_SUPPORT} //{$DEFINE PGSQL_SUPPORT} //{$DEFINE...