Skip to content

Releases: codenameone/CodenameOne

7.0.129

24 Nov 03:20
Compare
Choose a tag to compare
Another workaround for NPE in safe area on iOS

Fixed #3764 again. I'm guessing this is caused because of a threading issue in which case the issue can be ignored and refreshed later on. So the NPE is swallowed.

7.0.128

17 Nov 09:05
Compare
Choose a tag to compare
Fixed iOS build regression

7.0.127

17 Nov 03:44
Compare
Choose a tag to compare
Fix for null pointer exception in safe area

Fixed #3764

7.0.126

10 Nov 03:08
9425b19
Compare
Choose a tag to compare
fix: ios sockets segfault on connect timeout (#3760)

7.0.125

03 Nov 03:42
d3f5b30
Compare
Choose a tag to compare
Attemps to fix conflict between Pinch and Drag&Drop (#3758)

7.0.124

27 Oct 04:32
Compare
Choose a tag to compare
fix: date time picker minute step support

Previously the minute step setting was ignored in the picker for DateTime types.  This is corrected now.
https:/codenameone/CodenameOne/issues/3737

7.0.122

06 Oct 02:49
1a7c149
Compare
Choose a tag to compare
Attempted fix for #3164 a random NPE in Android

7.0.121

29 Sep 02:55
2330df7
Compare
Choose a tag to compare
Fixed #3738 year validation should be limited to 2 digit years

7.0.120

22 Sep 03:25
Compare
Choose a tag to compare
fix: iOS rendering if GeneralPaths

When rendering shapes in iOS, it generates an alpha texture mask for the shape.  It tries to cache these textures so that they can be reused when the same shape needs to be rendered, but the hashing function to identity equivalent shapes was returning false positives, which resulting in rendering the wrong shapes.  This PR reimplements this hashing function so that it should only return a match when the shape is actually the same.

This may fix several of the open issues related to iOS shape rendering.  Including:
https:/codenameone/CodenameOne/issues/3403
https:/codenameone/CodenameOne/issues/3305
https:/codenameone/CodenameOne/issues/3302
https:/codenameone/CodenameOne/issues/3106
https:/codenameone/CodenameOne/issues/3037

7.0.119

15 Sep 03:03
ae2afee
Compare
Choose a tag to compare
Feature/facebook sdk 16 (#3731)

* Removed AppInvite dialog code for migration to Facebook SDK 16.2.0

* Added support for Facebook SDK 16 in android gradle version.
Still WIP. For build to successed, it seams that gradle version >= 7.2 is required, which requires JDK 11.
But since we already needto update to gradle 8.1 for firebase support, we may want to simply skip that, and do what is required to get gradle 8.1
working as the new standard.

* Updated facebook and FCM support.
Both of these require gradle 8.1, which requires JDK 17, but builder still doesn't support JDK17 in general, so for android builds
we need to set JAVA17_HOME environment variable when performing Android local builds.

* isFriendsInviteSupported now returns false for facebook