Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.164
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
7.0.153
KeyCode on TextArea DoneEvent (#3816) Added the keycode that triggered the done event to the ActionEvent that is sent.