ADialogAPI 1.0.2
This update continues refactoring the dialog action system and improves the internal architecture.
Several internal components were simplified and made more extensible.
Changes:
- Replaced the switch-based action parsing with a registry-based system in ActionFactory
- Simplified action execution by moving the executor logic into ButtonAction
- Removed DialogActionExecutor
- Converted ButtonAction from abstract class to interface
- Added default utility methods inside ButtonAction
- Improved internal structure for easier extension of new actions