[EGD-5737] Temporary fix Check if we have a race here
[EGD-5565] USB: Fix stack size for littlefs Update USB submodule
[EGD-5737] Fix compilation issues after merge Master was using some fetures removed by new filesystem
[EGD-5737] Merge master into experimental Synchronize with master before merging
[EGD-5817] Fix USD menu navigation All menu levels available via USD queries
[EGD-5740] Change cellular message handlers Phone modes dependent message handlig is moved to separated handlers.
[EGD-5312] Add Time selection window - add ChangeDateAndTimeWindow, - extract EventTimeItem to common widgets folder and rename it to TimeWidget, - extract EventDateItem to common widgets folder and rename it to DateWidget, - replace timeWidget with common TimeWidget in NightshiftWindow, - refactor time setting in DesktopMainWindow and TopBar, - Remove dead code from EventManager (GetNextAlarmTimestamp and HandleAlarmTrigger)
[EGD-5845] Fix broken harness messages tests Fix broken harness messages tests
[EGD-4339] Refactor AllDevices and PhoneName windows Rewrote these windows in a proper way. Fixed few minor issues. GUI adjustments.
[EGD-5717] Add vibration API calls in audio service Vibration API is utilized to enable physical feedback for the phone user.
[EGD-5820] Fix Scrolling down contacts improper data are displayed Fix for functional regression in Phonebook introduced by EGD-5557 module-db/queries/RecordQuery.cpp RecordQuery::RecordQuery(std::size_t limit, std::size_t offset)
[EGD-5848] Fix bluetooth pairing key import After BT refactor settings init for key storage has been moved, thus in the initial phase settings were unavailable and btstack couldn't import keys from storage
[EGD-5812] Add cmake support for Products Move cmake scripts/modules to separate directory, adding Products will add new more scripts so first clean up, then changes.
[EGD-5830] Update gcc to v10 New compile is faster and produces smaller code
[EGD-5560] Add pagination for Calendar EP Implement calendar EP pagination based on PagedContext
[EGD-5720] Add send message via new message by using contact Add send message via new message by using contact
[EGD-5813] Add add to docker group step in bootstrap Introduce one more step to bootstrap so user doesn't have to run in manually.
[EGD-5833] Add exeution bits to firmare update script To make update process easier.
[EGD-5545] Add PIN2 handling Possibility of handling PIN2 request from modem. Description of the message in PinLock what type of code is required
[EGD-5700] Fix Bluetooth pairing To be able to proper propagate the pair message there was a need for Command wrapper (to be able to send command and parameter in one piece)