Releases: leandroBorgesFerreira/LoadingButtonAndroid
Releases · leandroBorgesFerreira/LoadingButtonAndroid
2.0.2
Fixing bug of revert and done animation not happening after the stopAnimation()
call
2.0.1
- Adding determinate progress to the library
2.0.0
- 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
Fixing startingAnimation in onCreate problem.
1.13.3
Adding support for InsetDrawables
Adding deterministic progress
New feature: Adding deterministic progress.
1.12.1
Merge pull request #45 from NetoDevel/master Adds gradle-git
1.12.0
Getter for isAnimating
1.11.1
Code clean
1.11.0
Api design fixes