Releases: codenameone/CodenameOne
Releases · 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 <[email protected]>
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…
7.0.140
Fixed regression in text editing This was caused by https://github.com/codenameone/CodenameOne/commit/cb2244b281838b15b23ebbaa483e0d63471180a5
7.0.139
fix: Kotlin support when using gradle 8 (#3792) When using gradle 8, kotlin is included automatically so it needs to be stripped from user classes if they are provided.
7.0.138
feat: Enable gradle 8 by default in android local builds. (#3789)
7.0.137
Fixed regression in DateSpinner A change was made to spinners here: https://github.com/codenameone/CodenameOne/commit/cfac9a6a1bb15027b48a9b822e2f21eb2835d38e that caused DateSpinner to have 32 days per month and December appeared twice. This change is needed for Picker so it can't be reverted, but this workaround restores the functionality of old code that relies on DateSpinner.