Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2023 #1 I'm happy to release a new beta version of B4i. Support for Java 14, which is now the recommended version: https://www.b4x.com/b4j/files/java/jdk-14.0.1.zip Firebase 3.00 / iAdMob 3.00 - based on updated SDKs. This is a large change under the hood. If using hosted builder, and not using B4i v8.30, then you need to update the internal libraries in order to compile: https://www.b4x.com/android/forum/threads/firebase-admob-v3-00.144798/#content Improvement to error logs. The IDE will try to select the relevant message in the long text. Map.Put / CreateMap support Nulls as values. This is mostly important for Json. Updated libraries: iPhone v2.01, iCore v8.30, iFirebaseAnalytics v3.00, iFirebaseAuthv3.00, iFirebaseStorage v3.00, iFirebaseNotifications v3.00 Ctrl + Alt + W closes the current code window. Bug fixes and other small improvements. Developers who are eligible for a free upgrade will receive an email with upgrade instructions.
I'm happy to release a new beta version of B4i. Support for Java 14, which is now the recommended version: https://www.b4x.com/b4j/files/java/jdk-14.0.1.zip Firebase 3.00 / iAdMob 3.00 - based on updated SDKs. This is a large change under the hood. If using hosted builder, and not using B4i v8.30, then you need to update the internal libraries in order to compile: https://www.b4x.com/android/forum/threads/firebase-admob-v3-00.144798/#content Improvement to error logs. The IDE will try to select the relevant message in the long text. Map.Put / CreateMap support Nulls as values. This is mostly important for Json. Updated libraries: iPhone v2.01, iCore v8.30, iFirebaseAnalytics v3.00, iFirebaseAuthv3.00, iFirebaseStorage v3.00, iFirebaseNotifications v3.00 Ctrl + Alt + W closes the current code window. Bug fixes and other small improvements. Developers who are eligible for a free upgrade will receive an email with upgrade instructions.
tufanv Expert Licensed User Longtime User Mar 21, 2023 #2 Are the mails sent? I didn't yet receive it. Thank you. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2023 #3 tufanv said: Are the mails sent? I didn't yet receive it. Click to expand... Yes, please send an email to support@basic4ppc.com Upvote 0
tufanv said: Are the mails sent? I didn't yet receive it. Click to expand... Yes, please send an email to support@basic4ppc.com
tufanv Expert Licensed User Longtime User Mar 21, 2023 #4 Erel said: Yes, please send an email to support@basic4ppc.com Click to expand... Thanks got it. Mac Builder is still 8.10 right? We have to add firebase 3 frameworks manually. Upvote 0
Erel said: Yes, please send an email to support@basic4ppc.com Click to expand... Thanks got it. Mac Builder is still 8.10 right? We have to add firebase 3 frameworks manually.
tchart Well-Known Member Licensed User Longtime User Mar 21, 2023 #5 Erel, excited for the release! Im curious why JDK 14 is now the recommended version? Its not a long term release and support stopped 2 years ago? Upvote 0
Erel, excited for the release! Im curious why JDK 14 is now the recommended version? Its not a long term release and support stopped 2 years ago?
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2023 #6 tufanv said: Thanks got it. Mac Builder is still 8.10 right? We have to add firebase 3 frameworks manually. Click to expand... Yes and yes. tchart said: Im curious why JDK 14 is now the recommended version? Click to expand... The previous recommended version was JDK 11. There were several issues with the signing key creation which were solved in JDK 14. Upvote 0
tufanv said: Thanks got it. Mac Builder is still 8.10 right? We have to add firebase 3 frameworks manually. Click to expand... Yes and yes. tchart said: Im curious why JDK 14 is now the recommended version? Click to expand... The previous recommended version was JDK 11. There were several issues with the signing key creation which were solved in JDK 14.