[EGD-6101] Add low battery start prevention Device will be shutdown after startup if SOC will be below shutdown level
[EGD-6267] Create Technical Information Window Add Technical Information Window to display tech info on Pure.
[EGD-6325] Fix linker error gcc 10 This PR covers linker error caused on gcc10 Release build while trying to run unit test cellular parse result.
[EGD-6266] Create Certification Window Add Certification Window to display certification information.
[EGD-6321] Fix max usb current Setting proper value of max USB current
[EGD-4863] Add harness test for cellular sleep mode Adding test for outgoing call and text message in cellular sleep mode
[EGD-6262] Refactor Quotes - Connect QuotesMainWindow to work with agent, - Use DatabaseModel in Quotes and Categories models, - Connect add/edit/remove quotes with agent
[EGD-5260] Mono to stereo software conversion Add workaround for Bluetooth audio to *always* convert mono PCM to stereo. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-5260] Add A2DP playback to audio Add basic playback capability using Bluetooth A2DP profile. Only stereo/44100/16bit files are supported at the moment Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-6304] Popup overall fixes Removed duplicated mode observer from application that was introduced during the rebase in this commit 1860bf210f5f128ee8cf780c0cb332abc918dbd1. Fixed mute logic according to the design. Fixed switching back to the meditation window.
[EGD-6314] Phone mode widget visibility Phone mode widget will be visible only on main screen, while entering numbers or in emergency call mode. Also it will be disabled whenever NAT widget is enabled.
[EGD-4852] Add sleep mode for GSM modem When the GSM modem is idle and there is no communication, it enters the sleep mode, where the power consumption is significantly reduced.
[EGD-6308] Add block CPU frequency decreasing for connected USB While the USB cable is connected, the battery charging works, so in this case energy saving is not critical and for a more stable transmission, we block decreasing the CPU frequency below 132 MHz.
[EGD-6280] Further changes to Pure menu wording Fixed 'Advanced' title.
[EGD-6280] Further changes to Pure menu wording Fixed 'Advanced' title.
[EGD-6263] Add automatic linear brightness Linear automatic backlight controller - part1
[EGD-6105] Fix database synchronization std::fflush used in the sqlite3vfs sync only the stdio buffer but without sync internal filesystem. Additional fsync call fix this issue.
[EGD-6052] Add idle BT device disconnect After 30 minutes of inactivity (no stream) the device is disconnected
[EGD-6280] Further changes to Pure menu wording Added small fixes to the wording before sending phones to testers
[EGD-6288] Fix torch turnoff Fix of torch behavior on close system event. It will be turned immediately on shutdown request.