Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

corwin42

Expert
Licensed User
Longtime User
New Version (3.0) of AppCompat library.

This version supports the new library system of B4A 6.0 and adds full designer custom property support for all views.
 

DonManfred

Expert
Licensed User
Longtime User

corwin42

Expert
Licensed User
Longtime User
AHViewPager library updated to V3.00

Add support for designer custom properties and uses the maven repository for the support library.
 

corwin42

Expert
Licensed User
Longtime User
AppCompat Library updated to version 3.01

Fixes a bug with SearchView_Closed event on older devices.
 

corwin42

Expert
Licensed User
Longtime User
AppCompat Library updated to version 3.20

This version uses an aar library for the resources so you can remove all these annoying #AdditionalRes attributes from your AppCompat projects.
See the changed library setup instructions in the first post.
 

corwin42

Expert
Licensed User
Longtime User
Design Support Library updated to version 2.00.

This new version uses the Maven repositories of the support libraries. This requires B4A 6.0 or above.
Two new objects are added: DSFloatlabelEditText and DSFloatingActionButton.
Full support of Designer custom properties.
 

DonManfred

Expert
Licensed User
Longtime User
Changed Material DateTimePicker Dialogs to use an aar

I´ve created an aar from the third party lib and then used this aar inside the wrapper.
No need to add the font file to your assets anymore.
No need to copy the additional resources to disc and reference it in the project with #additionalres anymore
 
Top