Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
7.0.106
Merge branch 'master' of https://github.com/codenameone/CodenameOne
7.0.105
Revert "Bump jetty-server from 9.4.41.v20210516 to 10.0.14 in /maven/…
7.0.104
A more extensive fix for #3692 Previous fix didn't cover the auto-sizing method.
7.0.103
Fixed issues with openGallery() on android 13. This addresses androi…
7.0.102
Fixed firebase regression in AndroidGradleBuilder.
7.0.101
Disabled failing integration test
7.0.100
Set default playServicesVersion back to 12.0.1. Separated out versions for firebase-core and firebase-messaging, setting default at 12.0.1. Will investigate compatible new version for next release.
7.0.99
Added support for sharing files using share() method. If the first parameter is a path to an existing file, and the mimetype parameter is provided, then it will share as file instead of text.
7.0.98
fix: Fixed race condition that occasionally caused crash in iOS GC.
7.0.97
Fixed a regression in the Lifecycle class Current form was null on suspend because of a collision between a new method name and static import. Ugh. https://stackoverflow.com/questions/75161961/how-can-i-prevent-my-app-from-restarting-when-i-switch-apps/75167455