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

Changelog History
Page 1

  • v2.1.1 Changes

    May 07, 2020
  • 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