Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Version 1.21.1

Choose a tag to compare

@JuicyDragon JuicyDragon released this 23 Aug 19:22
· 7 commits to master since this release

When logging to ProgressDialog with time stamp enabled via a call to setTimestampLoggedMessages time stamp format used was YYYY-MM-dd hh:mm:ss but hh is hour of halfday (0~11) but instead we want it to be 24 hour time (since we do not include AM/PM) so format was changed to YYYY-MM-dd HH:mm:ss to instead use hour of day (0~23).