Draft: Propagate returned values from custom validators
During my testing of custom bouquet validators I found that they only propagate the validation boolean result.
Pre-made validators implemented directly in Vuhdo have access to an API that allows setting icon/remaining duration text etc. through returning a tuple rather than just a boolean.
With this merge request I've updated custom flag validators to also be able to use this API.