Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.196
7.0.195
Full Changelog: 7.0.194...7.0.195
7.0.194
fix: [3862] Fixed duplicate metadata error in google play (#3903) https://github.com/codenameone/CodenameOne/issues/3862
7.0.193
Full Changelog: 7.0.192...7.0.193
7.0.182
Fixed string storage in iOS SQLite implementation to respect char pai…
7.0.181
chore: [3894] Update MainWindow.xib format (#3895) When you opened MainWindow.xib in latest Xcode, it complains that it is in an old format. It gives 2 choices: 1. Open source only 2. Update format This PR is the result of updating the format and saving it
7.0.180
Workaround for potential Google data verification issue
7.0.178
added display property android.useSafeAreaInsets to optionally enable…
7.0.177
feat: [3888] Add support for safe areas in android (#3889) * feat: [3888] Add support for safe areas in android https://github.com/codenameone/CodenameOne/issues/3888 * fixed lambda not supported * fixed lambda not supported * change to use reflection so we can compile on older sdk * fixed compile errors * made variables final for 1.6 compatibility
7.0.176
Changed calendar to integrate usage of add (#3885) Changed calendar to integrate usage of add Fixed #3884