Skip to content

Releases: leandroBorgesFerreira/LoadingButtonAndroid

2.0.2

07 Jan 02:36
08dc1bd
Compare
Choose a tag to compare

Fixing bug of revert and done animation not happening after the stopAnimation() call

2.0.1

06 Jan 19:23
4779e98
Compare
Choose a tag to compare
  • Adding determinate progress to the library

2.0.0

05 Jan 06:17
f4cd448
Compare
Choose a tag to compare
  • 100% Kotlin. The language is mature right, no need to keep with Java. (Finally! =D)
  • Added support for androidx
  • Static analysis of code. Now we're using Ktlint.
  • Better separation of concerns. Separation between Presenter and View. Lot's of repeated code removed.
  • Code quality. Great improvement in the whole project.
  • Unit tests! No need to "hope for the best" anymore.
  • Removed support for Anko DSL - Anko doesn't support androidx yet. When Anko starts to support it, this button will support Anko once again.

1.14.0

07 May 13:52
Compare
Choose a tag to compare

Fixing startingAnimation in onCreate problem.

1.13.3

02 May 01:58
ba17b65
Compare
Choose a tag to compare

Adding support for InsetDrawables

Adding deterministic progress

02 May 01:14
Compare
Choose a tag to compare

New feature: Adding deterministic progress.

1.12.1

01 Feb 15:21
d2f3b11
Compare
Choose a tag to compare
Merge pull request #45 from NetoDevel/master

Adds gradle-git

1.12.0

12 Jan 15:36
Compare
Choose a tag to compare

Getter for isAnimating

1.11.1

28 Dec 13:00
Compare
Choose a tag to compare

Code clean

1.11.0

26 Dec 23:14
Compare
Choose a tag to compare

Api design fixes