This update adds support for the latest version of Firebase, Crashlytics and Android SDK.
B4ASdkManager updated to support latest version of Android SDK command line tools.
Firebase libraries updated to support latest version of Firebase SDK.
OkHttp updated based on OkHttp 3.14.9.
Support for latest version of Crashlytics. Previous version will stop tracking crashes on November 2020.
B4X version of KeyValueStore added as an internal library.
Internal libraries updated: B4XPages, B4XDrawer, B4XCollections, XUI Views and BCTextEngine.
Deprecated libraries removed: CustomListView (replaced with xCustomListView), Http and HttpUtils2 (replaced with OkHttp and OkHttpUtils2).
B4XPages template updated.
IDE performance improvements related to projects which use many b4xlibs.
New indicators to help understand the code flow with resumable subs:
I recommend switching to the latest command line tools + Android SDK. This means that you need to download a new SDK. You can keep the previous one as well.
Set android.jar path in the IDE to: C:\Android\platforms\android-30\android.jar
Note that you don't need to run B4A Sdk Manager at all. All the required components are included. If you do want to run the emulator then start Tools - B4A Sdk manager, install the recommended items and create a new AVD.
Hi. I have a problem with the layouts in the beta. It worked perfectly in version 10. The application is using B4XPages. As you can see in the photo in the pages I have placed the ads at the bottom, and in all of them I have cuts. Attached image of the layout and the result in the emulator.
That's exactly what I see. So let's assume that this is correct list of files and folders. Now - why in #1 we can see a different list of folders - where the other folders under tools such as proguard and support? That is my question. I don't know what is correct now?
Erel, after I follow all these 4 steps my Android9 folder looks like this
But your instruction in step #4 shows a screenshot where I can see that under folder tools there are folders proguard and support. But I don't see these folders neither in command line zip from step #1 nor in additional resources from step #3. What am I missing?
I don't think previous versions did this - but I could be wrong (yes really!)
If I click on a closed region in the module pane the region that opens is not the one that I clicked but a different one, and sometimes nothing opens. I can't so far characterise this behaviour other than it seems wrong.
EDIT: To clarify, I am clicking the name of the region, not the drop down triangle at the left.
It seems to jump to the correct place but highlights the wrong region. It is related to the fact that the IDE only tracks the current sub and in this case the current sub is actually the sub above the region. Bottom line is that we will need to live with this behavior for now.
Maven artifact not found: com.google.protobuf/protobuf-javalite
Most (if not all) of the projects that used the old CLV, used the class module. If someone needs the old CustomListView library then I'll upload it. It can be added to the additional libs folder.