Releases: codenameone/CodenameOne
Releases · codenameone/CodenameOne
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
7.0.96
Oops
7.0.95
Fixed regression due to previous mirroring fix
7.0.94
Merge branch 'master' of https://github.com/codenameone/CodenameOne
7.0.93
Fixed accidental mirroring of images in 270 degree rotations
7.0.92
What's Changed
- Revert "Scrolling improvements" by @shai-almog in #3661
- Revert "Revert "Scrolling improvements"" by @shai-almog in #3662
Full Changelog: 7.0.90...7.0.92
7.0.90
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()