Hello,
I'd like to propose a change for the 'Size' field:
Currently this is a localized, pre-formatted field.
By changing this to the actual size in bytes:
- We can use StrFormatByteSizeW to format it locale dependent (without
the need to manually translate it)
- We can use this value to display the progress bar, in case the
download itself does not provide this value (for example, web.archive
does not provide this).
For backwards compatibility we should probably add this as another
field, so that the 'old' rapps can still read the 'Size' field.
Regards,
Mark