Skip to content

Releases: codenameone/CodenameOne

7.0.142

22 Mar 03:56
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/codenameone/CodenameOne

7.0.141

15 Mar 03:27
cf4a235
Compare
Choose a tag to compare
Use JSONParser.setUseLongsInstance and JSONParser.setUseBooleanInstan…

7.0.140

08 Mar 03:07
4bdbf3d
Compare
Choose a tag to compare
Fixed regression in text editing

This was caused by https://github.com/codenameone/CodenameOne/commit/cb2244b281838b15b23ebbaa483e0d63471180a5

7.0.139

03 Mar 06:07
892fa4c
Compare
Choose a tag to compare
fix: Kotlin support when using gradle 8 (#3792)

When using gradle 8, kotlin is included automatically so it needs to be stripped from user classes if they are provided.

7.0.138

01 Mar 02:52
50cbaf4
Compare
Choose a tag to compare
feat: Enable gradle 8 by default in android local builds. (#3789)

7.0.137

23 Feb 03:03
Compare
Choose a tag to compare
Fixed regression in DateSpinner

A change was made to spinners here: https://github.com/codenameone/CodenameOne/commit/cfac9a6a1bb15027b48a9b822e2f21eb2835d38e
that caused DateSpinner to have 32 days per month and December appeared twice.
This change is needed for Picker so it can't be reverted, but this workaround restores the functionality of old code that relies on DateSpinner.

7.0.136

09 Feb 04:57
cb2244b
Compare
Choose a tag to compare
Update CodenameOneView.java (#3785)

* Update CodenameOneView.java

user DB107 made wrong changes, this is correct commit

* Update CodenameOneView.java

7.0.135

02 Feb 03:05
8889bd5
Compare
Choose a tag to compare

Weekly update

7.0.134

26 Jan 03:37
Compare
Choose a tag to compare

Update

7.0.133

12 Jan 02:49
9b34539
Compare
Choose a tag to compare
Added ability to detect if a side menu is open

This helps solve this issue: https://stackoverflow.com/questions/77791211/how-do-show-the-menu-button-on-main-menu-by-codes