Skip to content

Releases: codenameone/CodenameOne

7.0.196

20 Jun 03:25
a87ef18
Compare
Choose a tag to compare
fix: [3904] Fixed android async editing with form resizing on API 34+…

7.0.195

14 Jun 16:15
Compare
Choose a tag to compare

Full Changelog: 7.0.194...7.0.195

7.0.194

13 Jun 04:55
193a86b
Compare
Choose a tag to compare
fix: [3862] Fixed duplicate metadata error in google play (#3903)

https://github.com/codenameone/CodenameOne/issues/3862

7.0.193

25 May 13:37
Compare
Choose a tag to compare

Full Changelog: 7.0.192...7.0.193

7.0.182

16 May 02:38
c5d47b9
Compare
Choose a tag to compare
Fixed string storage in iOS SQLite implementation to respect char pai…

7.0.181

18 Apr 03:56
7915809
Compare
Choose a tag to compare
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

11 Apr 04:27
Compare
Choose a tag to compare
Workaround for potential Google data verification issue

7.0.178

04 Apr 03:54
d629331
Compare
Choose a tag to compare
added display property android.useSafeAreaInsets to optionally enable…

7.0.177

28 Mar 03:57
2375e36
Compare
Choose a tag to compare
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

21 Mar 04:31
6566bf9
Compare
Choose a tag to compare
Changed calendar to integrate usage of add (#3885)

Changed calendar to integrate usage of add
Fixed #3884