* [fix] checked for proper time ID
* [fix] missing change
* adding proper debugging possibility
* [fix] added more response validation
* [fix] validatio of the AT+CLCC response
* changed log level
* [fix] added explantation for the fix
* clean up AT command resposne validation methods
* [fix] for aborting call using long press
* added abort() in vApplicationStackOverflowHook
* code review fixes
* fix for not switching to active call
* Added missing icons during unaswered outgoing call + some error logging
* Added additional logging to AT commands
defult timeout set to 300 ms.
Set different timeouts per each AT command.
Minor code refactoring.
* Added some logging, fixed some timeouts and number of returned tockens.
* commented out not needed log
* Added LOG_CUSTOM logging support. Remove unnecessary LOG_ERRORS.
* set ATA cmd timeout to 90 sec
* PR fixes
* changed all fonts to follow one `Style.hpp` include
* Moved title to AppWindow from all the places in code
* added logging on font selection - when not found
* minor fixes