Skip to content

Releases: codenameone/CodenameOne

7.0.221

23 Jan 05:20
25269c4

Choose a tag to compare

Use Xcode 26 and iOS 26 simulator in iOS CI (#4455)

CI now verifies against xcode 26 in preparation for server upgrades. This is the first stage of work for #4456

7.0.220

16 Jan 12:01

Choose a tag to compare

Hotfix release due to iOS issue in previous release.

7.0.219

16 Jan 07:31
106ce6f

Choose a tag to compare

PMD Naming Convention fixes (#4425)

7.0.218

09 Jan 05:45
258d40a

Choose a tag to compare

Fixed regression in table layout (#4390)

7.0.217

02 Jan 05:33
3b6b67f

Choose a tag to compare

Added missing null check in SimpleDateFormat parse() (#4377)

7.0.216

26 Dec 05:28
53ca24c

Choose a tag to compare

Fix ES_COMPARING_PARAMETER_STRING_WITH_EQ SpotBugs warnings (#4361)

Replaced string comparison using '==' with '.equals()' or 'Objects.equals()' in Font.java, SideMenuBar.java, and TestUtils.java.
Updated generate-quality-report.py to enforce this rule.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>

7.0.215

19 Dec 05:07

Choose a tag to compare

Fixed bugs from fing jules

7.0.214

12 Dec 08:46
d2e9b86

Choose a tag to compare

Add integration coverage for Invoke and Ldc bytecodes (#4234)

7.0.213

28 Nov 04:15
a7dbab5

Choose a tag to compare

Add support for Windowing API in Desktop Applications

Fixed #4145

7.0.212

14 Nov 05:41
777739b

Choose a tag to compare

Handle Android media content URIs and gate READ_MEDIA permissions (#4…