Skip to content

Releases: akexorcist/RoundCornerProgressBar

2.2.0

15 Apr 20:49
0a4782a
Compare
Choose a tag to compare
  • Convert all Java classes to Kotlin
  • Gradle 7.5
  • Android Gradle Plugin 7.4.2
  • Kotlin 1.8.20
  • Compile & Target SDK version 33
  • Minimum SDK version 17
  • Update dependencies
    • AndroidX Annotation 1.6.0

2.1.2

15 Apr 20:49
Compare
Choose a tag to compare
  • Fix unspecified module error

2.1.1

13 Apr 16:26
Compare
Choose a tag to compare

2.1.0

07 May 11:45
Compare
Choose a tag to compare
  • 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 pririty 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

2.0.3

17 Sep 08:49
Compare
Choose a tag to compare

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

2.0.2

17 Sep 05:17
Compare
Choose a tag to compare

Fix layout preview problem
Remove Custom TextView class temporary (until next update for TextRoundCornerProgressBar)

2.0.1

17 Sep 05:06
Compare
Choose a tag to compare

New code structure for library
Fix bug #11 #21
Update gradle to 1.3.1
Change minimum SDK support to 11

1.2.6

27 Aug 03:44
Compare
Choose a tag to compare

Fix reverse progress on IconRoundCornerProgressBar

1.2.4

25 Aug 07:57
Compare
Choose a tag to compare

Fix parcelable

1.2.3

25 Aug 07:57
Compare
Choose a tag to compare

Fixed issue #21, #22 , #24 , #25 and #26