Releases: techinessoverloaded/progress-dialog
Releases · techinessoverloaded/progress-dialog
Version 1.5.1 (Feature Update)
What's New in Version 1.5.1 (Feature Update) ?
Features
- Added Time Tracking feature for Determinate Mode ProgressDialog as suggested by @vzool in Issue #13. Time tracking can be enabled by passing
true
to the first parameter ofsetOnShowListener
method. The time elapsed will be updated until theprogress
reachesmaxValue
.
Bug Fixes
- Fixed an Issue where unwanted views got displayed on the ProgressDialog, as pointed out by @soenkegissel and @mg2000 in Issue #16.
Maintenance
Testing out Time Tracking Feature
1.5.0-rc2 Merge remote-tracking branch 'origin/master'
Testing out Time Tracking Feature
1.5.0-rc1 Update checkLibraryBuildStatus.yml
Version 1.4.4 (Maintenance Update)
What's New in Version 1.4.4 (Maintenance Update) ?
- Rectified an error in Documentation regarding Android API Level.
- Removed some Boilerplate code by using Kotlin Extension Functions.
- Upgraded to Android Gradle Plugin 7.2 and Gradle version 7.4.2.
- Migrated from Groovy DSL to Kotlin DSL for Gradle Scripts.
- Updated dependencies to the latest version.
Testing out build of 1.4.4
1.4.4-rc2 Merge remote-tracking branch 'origin/master'
Testing out build of 1.4.4
1.4.4-rc1 Update checkLibraryBuildStatus.yml
Resolved Issue with IncrementValue
What's New in Version 1.4.3 ?
- Resolved an issue where
incrementValue
didn't work as expected. - Updated KDoc Documentation for some properties and functions.
- API Documentation available in both Java and Kotlin for reference.
1.4.3a9
Update build.gradle
1.4.3a8
Update build.gradle
1.4.3a7
Update jitpack.yml