Skip to content

Releases: codenameone/CodenameOne

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://github.com/codenameone/CodenameOne/issues/3403
https://github.com/codenameone/CodenameOne/issues/3305
https://github.com/codenameone/CodenameOne/issues/3302
https://github.com/codenameone/CodenameOne/issues/3106
https://github.com/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

7.0.118

01 Sep 02:48
Compare
Choose a tag to compare
Fixed CI failures

7.0.117

11 Aug 08:32
ac8096c
Compare
Choose a tag to compare
Fixed compilation error

7.0.116

11 Aug 08:02
Compare
Choose a tag to compare
Fixed memory leak in strings

7.0.115

11 Aug 02:46
Compare
Choose a tag to compare
Fixed memory leak in strings

7.0.114

04 Aug 02:59
Compare
Choose a tag to compare
Applied new build hint android.billingclient.version with default 4.0…

7.0.113

28 Jul 03:11
e0f8968
Compare
Choose a tag to compare
IOS Invokes local notifications on the EDT

Which contradicts the documentation.

7.0.112

14 Jul 04:31
e0f8968
Compare
Choose a tag to compare
IOS Invokes local notifications on the EDT

Which contradicts the documentation.