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:

udg

Expert
Licensed User
Longtime User
dgPickers
Version 0.09 is now available.
This version sports a Color Picker and a Thickness Picker.

udg
 
Last edited:

warwound

Expert
Licensed User
Longtime User
TabHostExtras updated to version 2.20
http://www.b4x.com/android/forum/threads/tabhostextras.11056/page-6#post-235783
This update adds support for accessing the TabWidget.

liblame updated to version 1.01
http://www.b4x.com/android/forum/threads/lib-liblame-mp3-encoder-decoder.22969/#post-235634
Fixes a bug where the encoder and decoder couldn't be declared as Process Global objects.

XOM library updated to version 1.20
http://www.b4x.com/android/forum/threads/lib-xom.23551/#post-234689
Updates the b4a XOM library to use the latest version of the java XOM library.

Martin.
 

Informatix

Expert
Licensed User
Longtime User
LibGDX

In this new version, there's a solution for this request (each layer can be cloned horizontally or vertically) and I fixed an important bug with the Immersive mode.

v0.97:
- I fixed a few bugs (the immersive mode works now as expected);
- I found a solution for the repetition of tiles, so I added two properties (RepeatX, RepeatY) to lgMapTiledMapLayer and I modified the Map demos.
- I added an IsInitialized function to 15 classes;
- I added a RemoveRange function to all the lgArray classes;
- I added the Fling function to lgScn2DScrollPane;
- I added the IsVisualPressed function and the VisualPressedDuration property to lgScn2DClickListener.
 

Informatix

Expert
Licensed User
Longtime User
LibGDX

In the new version, I fixed the bug reported here. It's surprising that I missed that (it's there since many versions). I also added the FrameBuffer class in this version because I realized it's a very important class (to take screenshots for example or to combine sprites into a single texture, which is faster to draw).

v0.98:
- I fixed a bug affecting the scaling and rotation of lgScn2DImage;
- I fixed a bug in lgBox2DParticleEmitter;
- I fixed a bug in lgScn2DButton;
- I added the lgFrameBuffer class and a FrameBuffer demo;
- I added the IsInitialized function where it was missing;
- I added the PolygonRegion type to lgAssetManager;
- I added a Payload parameter to the SrcDragStop event of lgScn2DDragAndDrop;
- I added the Draw2 function to lgScn2DSpriteDrawable;
- I added the Set3 function to lgMathMatrix3.
 

NJDude

Expert
Licensed User
Longtime User
Facebook library version 1.5 released

What's new:

- Added LogOff function
- Added LoginWithPermissions function
- Added IsUserLoggedIn flag
- Added two new events: Login_Response(Success As Boolean)
and LogOff_Response(Success As Boolean)
- Improved error control routine
- Minor fixes
 
Top