Skip to content

Releases: VladimirWrites/Lemniscate

Lemniscate v1.3.0

03 Nov 23:19
cb0c8e8
Compare
Choose a tag to compare
  1. lineLength and lineLengthChangeable do not exist anymore. If maxLineLength and minLineLength are the same then lineLengthChangeable==false, otherwise line lenght will be changeable
  2. getGraphX and getGraphY now return float and not double
  3. mLemniscateParamX and mLemniscateParamY are not used anymore and are replaced by viewSize.getSize(), where mLemniscateParamX == mLemniscateParamY == viewSize.getSize()/2
  4. minSdkVersion moved from 11 to 14

Lemniscate v1.2.0

16 Feb 15:08
Compare
Choose a tag to compare

New curves added: BernoullisBowProgressView, BernoullisSharpProgressView, XProgressView, RoundScribbleProgressView, ScribbleProgressView

colorAccent is now being used as default line color

Lemniscate v1.1.1

10 Feb 16:11
Compare
Choose a tag to compare

Optimization of curve sampling

Lemniscate v1.1.0

26 Jan 15:38
Compare
Choose a tag to compare

Abstract functions getGraphX() and getGraphY() now receive value of getT()

Lemniscate v1.0.2

24 Jan 17:53
Compare
Choose a tag to compare

onSaveState for Roulette curves fixed

Lemniscate v1.0.1

23 Jan 13:37
Compare
Choose a tag to compare

First working version