Releases: akexorcist/round-corner-progress-bar
Releases · akexorcist/round-corner-progress-bar
2.3.0
2.3.0
Jetpack Compose support
RoundCornerProgressBar is now available for Jetpack Compose with full feature parity to the View library.
implementation("com.akexorcist:roundcornerprogressbar-compose:2.3.0")Android View artifact renamed
The View library moved to a consistent artifact name. No code changes required — see MIGRATION.md.
// Old
implementation("com.akexorcist:round-corner-progress-bar:2.2.2")
// New
implementation("com.akexorcist:roundcornerprogressbar-view:2.3.0")Fixes
rcAnimationSpeedScale/rcAnimationEnablewere ignored when set in XML (#98)rcRadiusnot applied onIconRoundCornerProgressBarwhen there is no icon /rcIconSize=0(#97)SavedState.newArray()recursed into itself (#101)
Toolchain
- AGP 9.2.1, Kotlin 2.3.21, Gradle 9.5.1, Compile & Target SDK 37, Compose BoM 2026.05.01
Full changelog: CHANGELOG.md
2.2.2
- Migrate to Gradle Kotlin DSL
- Update dependencies and Gradle version
- Support Android 16 (Target SDK 36)
- Update AGP 8.11.1 and Gradle 8.14.3
- Refactoring and improvements
- Fix incorrect badge link for Google Dev Library
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
- Refactorings and Improvements in #94
- Update new badge link for Google Dev Library by @akexorcist in #95
Full Changelog: 2.2.0...2.2.1
2.2.0
- 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
- Fix unspecified module error
2.1.1
2.1.0
CenteredRoundCornerProgressBaradded #42IndeterminateRoundCornerProgressBarandIndeterminateCenteredRoundCornerProgressBaraddedIconRoundCornerProgressBarnow support forBitmapandDrawablefor 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
TextRoundCornerProgressBaradded - 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
Multiple way to define icon size of IconRoundCornerProgressBar (rcIconSize or rcIconWidth and rcIconHeight)
2.0.2
Fix layout preview problem
Remove Custom TextView class temporary (until next update for TextRoundCornerProgressBar)