·
224 commits
to master
since this release
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.