DelphiWorlds
DelphiWorlds
Not as yet, sorry. I have put it on my to-do list to attend to within the next few days.
I don't know whether it is unsolvable. I need to take a look at it. Incidentally, for this issue it would not matter if you were using Xcode, the situation...
This claims to support Argon2: https://github.com/Xor-el/HashLib4Pascal Perhaps you may be able to learn from it? I'd much rather use something standalone like your library
I happened across this issue while looking for alternatives to this: https://github.com/FSharpCSharp/reportman-delphi/blob/master/rpgraphiccompression.pas Which I might end up using anyway
Still working on it. I thought I had something that would work on all platforms, however WebView on Android appears to have problems with iframe elements that use unsupported protocols...
You're right - if the device has both, then `IsWifiInternetConnection` will return `False` if the first network found is not Wifi. Both `IsWifiInternetConnection` and `GetConnectedNetworkInfo` will need to be changed...
I've pushed a change that should rectify the issue. I'm leaving the issue open until you can verify.
Please refer to: https://github.com/DelphiWorlds/Kastri/issues/115
I'm still working on it. I'll have something by the middle of the week
Are you saying without this change it does not crash? Without any error messages this may be difficult to diagnose - I suggest using a logcat viewer (such as [Device...