It also includes important fixes for two issues, one in OkHttpUtils2 that caused requests to fail in some cases and the second related to a behavioral change in Android 14 that could cause the starter service to misbehave.
thanks Erel for this update. Is it safe to compile the app and upload to the store with the beta version or is it better to wait until the released version is available?
do we have a description of what are the conditions under which such misbehavior occur?
just to understand if it is necessary to recompile and release an update to all published apps or not.
is it related to the manifest target SDK or happens regardless of that?
do we have a description of what are the conditions under which such misbehavior occur?
just to understand if it is necessary to recompile and release an update to all published apps or not.
is it related to the manifest target SDK or happens regardless of that?
If you terminate the app and start again you will see a blank screen. A reboot is needed. You can test it with the default project on the emulator also.
If you terminate the app and start again you will see a blank screen. A reboot is needed. You can test it with the default project on the emulator also.
Hello, i got some emails from users complaining that my apps won't start on there phones. after some checks i can confirm that my app does not ALWAYS launch the same on Android 14. in the logs i can see that the Starter Service is started but app not. the problem is that it is not always...
Since B4XPages is such a central pillar for B4X, I got curious what had changed in version 1.12. So I compared to the B4A 12.5 version using Meld.
To my surprise I can only see that the version number in the manifest got bumped from 1.11 to 1.12, and no other changes anywhere. It feels like perhaps something is missing, if you meant to update the library.
Fair enough
MeasureMultilineTextHeight problem is still present, I will try to prepare a small project to test if i have time (which is very little)
I had problems with the starter service as well, and it seems they have been solved
Since the update to Android 14 we had some customer complaining that our applications wouldn't launch. The condition to trigger this error is that the system font would be changed to be bigger than the default size. For my test i just set it at the biggest This was ultimately tracked down to a...