Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.150
Last change wasn't committed
7.0.149
Attempt to workaround geofencing error Discussed here: https://stackoverflow.com/questions/78497339/geofence-bug-in-codename-one-on-android
7.0.148
fixed scaling on capturePhoto on android
7.0.147
Merge branch 'master' of https://github.com/codenameone/CodenameOne
7.0.146
3690 use photokit for multigallery (#3801) * feat: [3690] Add support for PHPickerController for multigallery Currently behind a define. Requires PhotosUI framework * Use photokit on ios 14+ if enabled. * Added support for using PhotoKit for multigallery in xcode local builder. New build hint to enable it ios.usePhotoKitForMultigallery=true --------- Co-authored-by: Steve Hannah <shannah@weblite.ca>
7.0.145
Removed OpenUDID completely
7.0.144
Removed additional code to fix iOS compilation
7.0.143
Removed usage of APIs that Apple discorages This isn't a permanent removal. At the moment we detect usage on the server and will add them. But Appstore submission will fail since a privacy file is also required. Based on user demand we can implicitly add a privacy statement file if necessary. Fixed #3800
7.0.142
Merge branch 'master' of https://github.com/codenameone/CodenameOne
7.0.141
Use JSONParser.setUseLongsInstance and JSONParser.setUseBooleanInstan…