Skip to content

Releases: JDevZone/FillProgressLayout

Nullable Listeners Support Added

14 Jul 10:26
12f15ce

Choose a tag to compare

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

Color Int support

15 May 05:49
04336ff

Choose a tag to compare

Resource color and Color int are supported now

Bug Fixes

26 Jan 15:09
66d76b4

Choose a tag to compare

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

documentation for public methods added

07 Jun 05:51
f1ab8bf

Choose a tag to compare

documentation for public methods added
animation interpolator support added

Optional Progress Animation

16 Dec 07:18
f91baf6

Choose a tag to compare

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

02 Dec 07:26
b3ffaac

Choose a tag to compare

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

18 Sep 04:40
0b514e9

Choose a tag to compare

Merge pull request #6 from JDevZone/dev

Dev

Upgrade from v0.0.1

27 Aug 12:48
23af31d

Choose a tag to compare

Merge pull request #4 from JDevZone/dev

Dev

initial release

16 Aug 11:04
312a42a

Choose a tag to compare

v0.0.1

Update README.md