Skip to content

Releases: JDevZone/FillProgressLayout

Nullable Listeners Support Added

Choose a tag to compare

@JDevZone JDevZone released this 14 Jul 10:26
12f15ce

Nullable Listeners can be used now in
setProgressUpdateListener and setDoOnProgressEnd methods.
Addressing this issue

Color Int support

Choose a tag to compare

@JDevZone JDevZone released this 15 May 05:49
04336ff

Resource color and Color int are supported now

Bug Fixes

Choose a tag to compare

@JDevZone JDevZone released this 26 Jan 15:09
66d76b4

progress update listener added
progress animator exposed (handy in specific cases)

documentation for public methods added

Choose a tag to compare

@JDevZone JDevZone released this 07 Jun 05:51
f1ab8bf

documentation for public methods added
animation interpolator support added

Optional Progress Animation

Choose a tag to compare

@JDevZone JDevZone released this 16 Dec 07:18
f91baf6

Now default fill animation can be disabled if needed.

using method setProgress(inputProgress: Int,animated:Boolean=true)
i.e. fillB.setProgress(progress, isAnimated)

This comes in handy if we want to set an initial progress value and then update it afterwards.

Gradient support added

Choose a tag to compare

@JDevZone JDevZone released this 02 Dec 07:26
b3ffaac

FillProgressLayout now supports gradient progress colors.

new xml tags added for easy implementation
fpl_gradientMovement
fpl_gradientColors
fpl_gradientDirection

and their respective setters for dynamic changes

Minor bug fixes

Choose a tag to compare

@JDevZone JDevZone released this 18 Sep 04:40
0b514e9
Merge pull request #6 from JDevZone/dev

Dev

Upgrade from v0.0.1

Choose a tag to compare

@JDevZone JDevZone released this 27 Aug 12:48
23af31d
Merge pull request #4 from JDevZone/dev

Dev

initial release

Choose a tag to compare

@JDevZone JDevZone released this 16 Aug 11:04
312a42a
v0.0.1

Update README.md