Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.174
7.0.173
Small fix for Frida detection
7.0.172
fix: [3871] fixed Picker.setStartDate not working when not accompanie…
7.0.171
7.0.170
Full Changelog: 7.0.168...7.0.170
7.0.168
What's Changed
- Refactor LocationSimulation: Replace Google Maps with Open Street Map by @SamC1832js in #3863
- docs: add SamC1832js as a contributor for code by @allcontributors in #3864
New Contributors
- @SamC1832js made their first contribution in #3863
Full Changelog: 7.0.167...7.0.168
7.0.167
fix: [3721] IllegalArgumentException in date picker (#3859) https://github.com/codenameone/CodenameOne/issues/3721
7.0.166
fix: Android geofence permissions 29+ (#3854) * fix: Android geofence permissions 29+ * hard-coded FLAG_MUTABLE because not available in older versions
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 …