All Versions
13
Latest Version
Avg Release Cycle
156 days
Latest Release
1448 days ago

Changelog History
Page 1

  • v2.1.1 Changes

    May 07, 2020
    • ๐Ÿ›  Fix bug in #57 #77
  • v2.1.0 Changes

    May 07, 2020
    • 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
  • v2.0.3 Changes

    September 17, 2015

    Multiple way to define icon size of IconRoundCornerProgressBar (rcIconSize or rcIconWidth and rcIconHeight)

  • v2.0.2 Changes

    September 17, 2015

    ๐Ÿ›  Fix layout preview problem
    โœ‚ Remove Custom TextView class temporary (until next update for TextRoundCornerProgressBar)

  • v2.0.1 Changes

    September 17, 2015

    ๐Ÿ†• New code structure for library
    ๐Ÿ›  Fix bug #11#21
    โšก๏ธ Update gradle to 1.3.1
    ๐Ÿ”„ Change minimum SDK support to 11

  • v2.0.X Changes

    • ๐Ÿ†• New code structure for further development
  • v1.2.9

    September 11, 2015
  • v1.2.8

    August 27, 2015
  • v1.2.7

    August 27, 2015
  • v1.2.6 Changes

    August 27, 2015

    ๐Ÿ›  Fix reverse progress on IconRoundCornerProgressBar