Refactor VLC dialogs subscription
Use LiveData
in order to the related UI classes to receive the dialog event and handle it more easily.
As dialogs management is dispatched in UI classes now, a delegate class has been created to factorize the process.