Skip to content

Releases: codenameone/CodenameOne

7.0.106

28 Apr 03:30
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/codenameone/CodenameOne

7.0.105

21 Apr 03:22
Compare
Choose a tag to compare
Revert "Bump jetty-server from 9.4.41.v20210516 to 10.0.14 in /maven/…

7.0.104

14 Apr 03:52
Compare
Choose a tag to compare
A more extensive fix for #3692

Previous fix didn't cover the auto-sizing method.

7.0.103

31 Mar 04:21
Compare
Choose a tag to compare
Fixed issues with openGallery() on android 13.  This addresses androi…

7.0.102

17 Mar 04:37
Compare
Choose a tag to compare
Fixed firebase regression in AndroidGradleBuilder.

7.0.101

10 Mar 04:32
Compare
Choose a tag to compare
Disabled failing integration test

7.0.100

03 Mar 04:43
Compare
Choose a tag to compare
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

10 Feb 03:49
Compare
Choose a tag to compare
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

03 Feb 03:12
Compare
Choose a tag to compare
fix: Fixed race condition that occasionally caused crash in iOS GC.

7.0.97

27 Jan 05:05
b8c196d
Compare
Choose a tag to compare
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