Releases: sarweshkumar47/Curve-Fit
Releases · sarweshkumar47/Curve-Fit
version_1_1_1
Changes
- Please note that this release only works with Google Maps Android SDK v2. If you are experimenting with
Google Maps Android SDK 3.0.0 BETA, try using CurveFit-2.0.0-beta - [bug] Fixed (#4) (#6)
Thanks for the report @ryust
version_2_0_0_beta
What's new?
- Please note that this release only works with Google Maps Android SDK V.3.0.0 BETA
- Compatible with androidX.
- [bug] Fixed (#4) (#6)
- [feature] 2 new APIs are added:
- Handle clickListeners on polylines.
curveManager.setPolyLineClickListener(this);
- Redraw the curve after orientation change.
curveManager.drawRetainedCurve(curveOptions);
- Parcelable interface is added to
CurveOptions
object. It can be saved/retrieved in/fromBundle
.
version_1_1_0
- Set android minimum SDK version to 16
- Update dependencies and sample codes
- Minor bug fix for Android 9.0
- Update launcher icon.
version_1_0_0
Update README.md