Subscribe to library updates

DonManfred

Expert
Licensed User
Longtime User
TOOL: CreateImageStock v0.4beta

New or changed in this version:
- Optionsdialogue
- Created ImageStocks are now written as PNG instead of Bitmaps which reduces the Filesizes of the stocks enorm.
- Some small improvements
- All ImageStocks have been reneved as PNG. Actually there are 49(!) ImageStocks in the Complete-Archive.
- When saving a ImageStock a TXT-file with all Imagenames will be created. If you save your Stock as Test.png then the Textfile would be names Test.txt
 

corwin42

Expert
Licensed User
Longtime User
AHNavigationDrawer updated to V1.1

Adds support for secondary drawer and the ability to change the touch sensitivity edge size.
 

Vader

Well-Known Member
Licensed User
Longtime User
B4a Object Browser 3.2.5.6 Added to provide preliminary (i.e. not full) support for B4a 3.0.
 

Informatix

Expert
Licensed User
Longtime User
libGDX

0.92:
Minor bugfixes
Internal changes for texture handling
Viewport parameters added to CalculateScissors in lgScissorStack
New function in lgScn2DScrollPane: setScrollBarPositions
New function in lgMathVector2: epsilonEquals2
New function in lgMathIntersector: intersectRectangles
Initialize3 and FindDirectionForIsoView functions removed from lgOrthographicCamera
 

Informatix

Expert
Licensed User
Longtime User
Gesture Detector

New version 1.2 (freeware)

I added a return value to the onTouch event. If you set it to True, the event is handled by the view (it's the same behavior as before). If set to False, the event is ignored and passed down to another view under the finger.

New version 2.1 (donationware)

I added a return value to the onTouch event. If you set it to True, the event is handled by the view (it's the same behavior as before). If set to False, the event is ignored and passed down to another view under the finger.

I added two new functions: CreateMotionEvent and PassTouchEventTo. With these new functions, it's now possible to generate touch events or to pass a touch event down to another view in the activity.

I added a demo, GD_Dispatch, to illustrate these new features.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…