Releases: VladimirWrites/Lemniscate
Releases · VladimirWrites/Lemniscate
Lemniscate v1.3.0
lineLength
andlineLengthChangeable
do not exist anymore. IfmaxLineLength
andminLineLength
are the same thenlineLengthChangeable==false
, otherwise line lenght will be changeablegetGraphX
andgetGraphY
now returnfloat
and notdouble
mLemniscateParamX
andmLemniscateParamY
are not used anymore and are replaced byviewSize.getSize()
, wheremLemniscateParamX == mLemniscateParamY == viewSize.getSize()/2
minSdkVersion
moved from 11 to 14
Lemniscate v1.2.0
New curves added: BernoullisBowProgressView
, BernoullisSharpProgressView
, XProgressView
, RoundScribbleProgressView
, ScribbleProgressView
colorAccent
is now being used as default line color
Lemniscate v1.1.1
Optimization of curve sampling
Lemniscate v1.1.0
Abstract functions getGraphX()
and getGraphY()
now receive value of getT()
Lemniscate v1.0.2
onSaveState
for Roulette curves fixed
Lemniscate v1.0.1
First working version