Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.165
Update InPlaceEditView.java for Enter Key issue 3850 (#3853) Second attempt to fix issue #3850 , when the Enter key is pressed the TextField loses focus, now I have added this condition to the code that if it is a multi-line TextArea then when the Enter key is pressed it wraps maintaining the focus on the TextField instead if it is a single line TextField it enters the onEditorAction() function
7.0.164
fix: css nullpointer when using cn1-box-shadow-h or cn1-box-shadow-v …
7.0.163
Fixed a regression in multi-line edit support Fixed #3850
7.0.162
fix: bug with android vkb not closing (#3840) Fixes https://github.com/codenameone/CodenameOne/issues/3821
7.0.161
Ios jailbreak bybass detect (#3838) * feat: add ios jailbreak detection via build hint new build hint ios.detectJailbreak=true|false * fixup * fix compile errors
7.0.160
feat: Add support for android root detection and frida detection (#3837) new build hints: android.rootCheck=true|false android.fridaDetection=true|false
7.0.159
Full Changelog: 7.0.156...7.0.159
7.0.156
Update AndroidImplementation.java (#3827) Delete cached file after sharing it to prevent appending IMG_DATE_TIME to the file name when re-sharing it. https://www.reddit.com/r/cn1/comments/1ed9ngf/share_api_appending_img_date_time_to_file_name/
7.0.155
Merge branch 'master' of https://github.com/codenameone/CodenameOne
7.0.154
Focus on CheckBox (#3822) Added fix for tabbing using physical key