Skip to content

Releases: codenameone/CodenameOne

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

7.0.96

06 Jan 04:19
Compare
Choose a tag to compare
Oops

7.0.95

23 Dec 03:40
0e577f6
Compare
Choose a tag to compare
Fixed regression due to previous mirroring fix

7.0.94

09 Dec 04:22
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/codenameone/CodenameOne

7.0.93

02 Dec 04:21
Compare
Choose a tag to compare
Fixed accidental mirroring of images in 270 degree rotations

7.0.92

25 Nov 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.90...7.0.92

7.0.90

18 Nov 04:35
cfac9a6
Compare
Choose a tag to compare
Scrolling improvements (#3659)

* Added some scrolling improvements so that tensile drag is stiffer at the margins.
This also includes fixes for the 3d spinner, and duration picker.  https://www.reddit.com/r/cn1/comments/yglild/pickersetminutestep_is_not_working/

* Improved scrolling behaviour to make tensile motion and snap-to-grid snappier.
Added methods Motion.getVelocity() and Motion.countAvailableVelocitySamplePoints()