Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.132
added maven goals to build for specific targets without having to pro…
7.0.131
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
Workaround for Android bug Attempting to fix #3769 based on the analysis in this issue: https://stackoverflow.com/a/70867926/756809
7.0.129
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
Fixed iOS build regression
7.0.127
Fix for null pointer exception in safe area Fixed #3764
7.0.126
fix: ios sockets segfault on connect timeout (#3760)
7.0.125
Attemps to fix conflict between Pinch and Drag&Drop (#3758)
7.0.124
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
Attempted fix for #3164 a random NPE in Android