[EGD-5204] Secure USB communication
Secure all endpoints by returning 403(Forbidden) when USB is connected.
Request screen passcode to enable secured endpoints.
[EGD-5863] Add retry dialog window
Add generic retry dialog window
[EGD-4157] Actions queue added
All actions shall be queued in order to process them later.
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
[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-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-4339] Refactor AllDevices and PhoneName windows
Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
[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-5545] Add PIN2 handling
Possibility of handling PIN2 request from modem.
Description of the message in PinLock what type of
code is required
[EGD-5448] Add EULA window
Added EULA window required for onBoarding procedure.
Onboarding settings added.
[EGD-5058] Fix messages UX issues
This PR fixes the missing bold contact/number in messages thread list
issue.
[EGD-5816] Device freeze after cancelling a call
Reverted changed proposed by PR [EGD-5598] GuiTimer
refreshWindow on Count and custom stop.
Signed-off-by: Przemyslaw Brudny <przemyslaw.brudny@mudita.com>
[EGD-5716] Change sound priorities
Sound API has been extended with new playback types.
[EGD-4340] Refactor bluetooth settings and add device windows
Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
[EGD-3685] Extra space removed
Left some extra space & failed formatting check
[EGD-3685] Cleaning
Cleaned some unnecessary code
[EGD-3685] Vibra handling
Added driver & business logic. Responds to messages.