Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.121
Fixed #3738 year validation should be limited to 2 digit years
7.0.120
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
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
Fixed CI failures
7.0.117
Fixed compilation error
7.0.116
Fixed memory leak in strings
7.0.115
Fixed memory leak in strings
7.0.114
Applied new build hint android.billingclient.version with default 4.0…
7.0.113
IOS Invokes local notifications on the EDT Which contradicts the documentation.
7.0.112
IOS Invokes local notifications on the EDT Which contradicts the documentation.