Android-RoundCornerProgressBar v2.1.0 Release Notes

Release Date: 2020-05-07 // almost 4 years ago
    • CenteredRoundCornerProgressBar added (#42)
    • IndeterminateRoundCornerProgressBar and IndeterminateCenteredRoundCornerProgressBar added
    • ๐Ÿ‘ IconRoundCornerProgressBar now support for Bitmap and Drawable for icon
    • โšก๏ธ Animation for progress update (disable by default) added. This feature applied to all progress bars
    • ๐Ÿ‘ Gradient progress color support (both primary and secondary progress) added. This feature applied to all progress bars ((#39))
    • Text gravity when inside/outside and text position priority attribute in TextRoundCornerProgressBar added
    • ๐Ÿ‘ Integer value support for progress setter (convert to float inside) added
    • โšก๏ธ Update to Gradle Plugin 3.6.3 and Gradle 5.6.4
    • ๐Ÿ‘ Migrate from Android Support to AndroidX
    • Still in Java! (will be Kotlin in next version)
    • ๐Ÿ›  Fix bug in (#43) (#20) (#74)
    • ๐Ÿ‘€ Moved from MavenCentral to JCenter. Please see "Installation" section for new artifact ID
    • All new sample code. You should try it!
    • โž• Add useful annotations for Kotlin