Skip to content

Releases: codenameone/CodenameOne

7.0.174

28 Feb 05:03
6c10e02
Compare
Choose a tag to compare
fix: [3851] fixed iOS losing cursor position when using predictive te…

7.0.173

21 Feb 04:53
Compare
Choose a tag to compare
Small fix for Frida detection

7.0.172

14 Feb 04:32
488e240
Compare
Choose a tag to compare
fix: [3871] fixed Picker.setStartDate not working when not accompanie…

7.0.171

29 Jan 18:48
c300c4e
Compare
Choose a tag to compare

What's Changed

  • chore: [3861] Updated play service ads to version 22.6.0 by @shannah in #3865

Full Changelog: 7.0.170...7.0.171

7.0.170

24 Jan 13:01
f79355d
Compare
Choose a tag to compare

Full Changelog: 7.0.168...7.0.170

7.0.168

24 Jan 12:58
253d0de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.167...7.0.168

7.0.167

20 Dec 05:01
1ef5fff
Compare
Choose a tag to compare
fix: [3721] IllegalArgumentException in date picker (#3859)

https://github.com/codenameone/CodenameOne/issues/3721

7.0.166

29 Nov 03:43
329216c
Compare
Choose a tag to compare
fix: Android geofence permissions 29+ (#3854)

* fix: Android geofence permissions 29+

* hard-coded FLAG_MUTABLE because not available in older versions

7.0.165

22 Nov 03:13
b4185aa
Compare
Choose a tag to compare
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

01 Nov 05:18
ce30484
Compare
Choose a tag to compare
fix: css nullpointer when using cn1-box-shadow-h or cn1-box-shadow-v …