Skip to content

Releases: codenameone/CodenameOne

7.0.132

05 Jan 04:23
Compare
Choose a tag to compare
added maven goals to build for specific targets without having to pro…

7.0.131

29 Dec 03:41
Compare
Choose a tag to compare
Added ability to block the VKB through code

This can be accomplished by defining the property:

Display.getInstance().setProperty("showVkb", "false");

This will block the VKB from showing. It can be se to null to disable this explicit behavior when no longer needed.

Fixed #3774

7.0.130

01 Dec 04:36
8bd73ce
Compare
Choose a tag to compare
Workaround for Android bug

Attempting to fix #3769 based on the analysis in this issue: https://stackoverflow.com/a/70867926/756809

7.0.129

24 Nov 03:20
Compare
Choose a tag to compare
Another workaround for NPE in safe area on iOS

Fixed #3764 again. I'm guessing this is caused because of a threading issue in which case the issue can be ignored and refreshed later on. So the NPE is swallowed.

7.0.128

17 Nov 09:05
Compare
Choose a tag to compare
Fixed iOS build regression

7.0.127

17 Nov 03:44
Compare
Choose a tag to compare
Fix for null pointer exception in safe area

Fixed #3764

7.0.126

10 Nov 03:08
9425b19
Compare
Choose a tag to compare
fix: ios sockets segfault on connect timeout (#3760)

7.0.125

03 Nov 03:42
d3f5b30
Compare
Choose a tag to compare
Attemps to fix conflict between Pinch and Drag&Drop (#3758)

7.0.124

27 Oct 04:32
Compare
Choose a tag to compare
fix: date time picker minute step support

Previously the minute step setting was ignored in the picker for DateTime types.  This is corrected now.
https://github.com/codenameone/CodenameOne/issues/3737

7.0.122

06 Oct 02:49
1a7c149
Compare
Choose a tag to compare
Attempted fix for #3164 a random NPE in Android