Skip to content

Releases: sarweshkumar47/Curve-Fit

version_1_1_1

06 Aug 12:16
46650cb
Compare
Choose a tag to compare

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

26 Jul 15:34
21c0dee
Compare
Choose a tag to compare

What's new?

  • [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/from Bundle.

version_1_1_0

30 Dec 08:06
325858a
Compare
Choose a tag to compare
  • 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

15 Apr 13:56
4a32827
Compare
Choose a tag to compare
Update README.md