3
I Use This!
Activity Not Available

News

Posted over 4 years ago by Yann Mombrun
The original implementation (using FileUtils) was truncating every numbers. We had remarks from end users that printing 1Gb when the file has in fact a size of around 1.92 Gb is considered as wrong. This was solved by issue #2. However, printing ... [More] that a file size is 1.00 Kb when in weights exactly 1024 bytes is not satisfying. The idea is to rely on decimal formatter that is itself able to print a maximum the number of significant digit and truncate before if useless. The idea is to still have 1.92 Gb, but 1 Kb only. [Less]
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (8328c0ee) at 18 Sep 14:10 Fix #3 by relying on decimal format
Posted over 4 years ago by Yann Mombrun
The original implementation (using FileUtils) was truncating every numbers. We had remarks from end users that printing 1Gb when the file has in fact a size of around 1.92 Gb is considered as wrong. This was solved by issue #2. However, printing ... [More] that a file size is 1.00 Kb when in weights exactly 1024 bytes is not satisfying. The idea is to rely on decimal formatter that is itself able to print a maximum the number of significant digit and truncate before if useless. The idea is to still have 1.92 Gb, but 1 Kb only. [Less]
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (b0ad4958) at 18 Sep 14:14 Bump to next dev version ... and 1 more commit
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (a97f063c) at 18 Sep 14:18 Bump to stable 0.2.1 ... and 4 more commits
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (70f9c249) at 18 Sep 14:18 Bump to stable 0.2.1
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (ef9d208f) at 18 Sep 14:54 Use latest taglib. Add unit test. Remove a cast
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (0ab17521) at 18 Sep 14:58 Merge branch 'develop' ... and 4 more commits
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (d481c38c) at 18 Sep 14:58 Merge branch 'develop'
Posted over 4 years ago by Yann Mombrun
Yann Mombrun (39675a36) at 18 Sep 15:26 Bump to next dev version ... and 1 more commit