Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
801 stars 101 forks source link

Need to format file sizes consistently #777

Closed felipeerias closed 1 year ago

felipeerias commented 1 year ago

We already use Formatter.formatFileSize() in the download and upload dialogs.

However, we are still using a different implementation in the Downloads list, in the method Download.progressString(). We should replace that custom implementation with the system's default, so file sizes are displayed consistently everywhere in the application.