Reporting Widget: multiple recipients, support to work without Device Tiles widget [requires server update]
SuperChart: y-axis draw fixes, force auto scale rounded y-axis values
Terminal: fixed history restore bug when targeting device selector [requires server update]
Several UI adjustments for StyledButton and SegmentedControl
More details on the font size change:
Recently we disabled font scaling for LabeledValue and ValueDisplay widget and introduced 3 ‘forced’ font size options. Now all of that three font sizes are calculating before the drawing on the base of 1x1 cell size so that they will look almost the same in height on all displays. This logic also applies to all other widgets with the font size option, the only exception is Number Input widget, as it’s large font size option would be 2x of default font size option, because this widget can resize in height. All other text showing widgets without font size option (timer, gauge, button, segmented control and several sensors) also will use this model (it most cases - medium font size), but they haven’t this option their settings (probably for some of them we’ll implement it).
Wow, yep, that’s a bug, - today later I’ll upload one more build with small fixes (like no paddings on some of your buttons) and will fix this issue too.
Wow, what’s the previous setup was? Ou, I’ve just started to investigate why text size on tabs has been so large on your 1440x2560 device, and it was some display scaling setup?
I had my display settings fully zoomed. It’s strange because when I moved the zoom slider back to half way all the blynk widgets increased in size. It better now.
It looks like we were calculating text size for Time Input (it doesn’t support mentioned in this release font size unification) like for a large display, but because of the scale it became too large, that strange that before it was ok - the only changes in this widget were a slight adjustment of paddings.
@BlynkAndroidDev, I can’t see the 2.26.0 in Play store only the 2.25.1. Currently I’m on test build. Is the 2.26.0 an incremental build, so I do need to update to 2.25.1 first?