[EGD-3743] Update copyrights in fies
[EGD-3597] Shape rendering refactored. (#827)
[EGD-2395] Added BottomTop orientation support for listView. Created SMSThreadViewWindow and SMSOutputWidget. MessagesStyle moved from global Style.hpp. Fixes in Text. ListView fixes, BoxLayout callback for requestedSize. Added smsInput into list. Drafts handling added.
EGD-2955 EGD-3588 Timers fully refactored & updated (#721)
* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
[EGD-3139]Scrolling contacts list with a particular letter - part 1
[EGD-3760] ListView added support to rebuild on provided offset.
[EGD-3604] Make SAVE button appear when at least one field is fulfilled
[EGD-3620] Phonebook contact details flags sizes fixes.
[EGD-3603] Change alternative/other number to second number
[EGD-3603] Cleanup
[EGD-3603] Update changelog
[EGD-3472] Added BottomBar handling for contact details information send and call actions.
[EGD-3504] Show block icon next to blocked contact name on contact list.
[EGD-3367] Add speed dial icon
[EGD-3450] Hide/show contact flags widget
[EGD-3485] Widget names cleanups. Changelog added. Test fixed.
[EGD-3485] ContactFlagWidget cleanups, navigation fix in NumberWithIconsWidget, bold on selected in InputLinesWithLabelItem.
[EGD-3485] Fixes in Text, OutputLinesTextWithLabelItem widget fixes. Fixes in Messages.
[EGD-3370] phonebook: fix alternative number
Enable handling of an alternative number in phonebook.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-3480] Refactored onDimensionsChange for BoxLayout.