~aleteoryx/muditaos

f609ab9d — Alek Rudnik 5 years ago
[EGD-5295] Fixes in Calllog app

Fixed some Calllog UI issues:
Fixed lack of calllog entry after call aborting
d32dde02 — Alek Rudnik 5 years ago
[EGD-5295] Change the date format

Change the date format separator from / to .
[EGD-5291] Fixes in Call App

Fix for Call ended window displayed to shortly
Separted the logic of two gui timers in call window.
Removed redundant main window in call app
Refactored CallWindow interface
d0200de5 — Przemyslaw Brudny 5 years ago
[EGD-5398] Added onBoarding application first version

Created first version of onBoarding application. Added welcome
window, configuration start window and adopted language
window. Small Icon GUI refactor. AppManager language copy removed.
4ebfd8eb — Radoslaw Wicik 5 years ago
[EGD-5702] Fix focus reset in Time And Date

In "Time and Date" window focus where reseting on window update, this
commit fixes it.
1db84004 — Marcin Smoczyński 5 years ago
[EGD-5699] Turn off deprecated declaration warning

Do not inform about using deprecated declarations during compilation.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
cee68d98 — Jakub Pyszczak 5 years ago
[EGD-5529] Added CLCC parser

New cmd mechanism implementation of CLCC parser.
Unit tests implementation for the parser.
Refactor of searching for active outgoing call
in service cellular.
a0b79647 — lblach 5 years ago
[EGD-4068] Add Update Package Installation Mode

It is necessary that the PureOS update mechanism enters Update Package
Installation Mode (where most of the services are stopped)
when the PureOS update package gets downloaded into the phone.
a30887bb — SP2FET 5 years ago
[EGD-5666] Add BT off function

Turning BT off was impossible thus there was the need of fixing it
Updated harness test
a6d2481c — SP2FET 5 years ago
[EGD-5694] Add BT DMA deinit

Implemented BT DMA deinit for Bluetooth off functionality

Co-authored-by: grzyw-o-mat
fa24dcc8 — SP2FET 5 years ago
[EGD-5483] Updated BT harness tests

Added harness test for BT scan in order to be able
to test regression
965cf1bf — Kuba Kleczkowski 5 years ago
[EGD-5610] Fix MMI comands timeout

MMI at commands was failing on timeout, it's increasing timeouts.
2b9e5360 — Marcin Smoczyński 5 years ago
Merge branch 'stable'
d98e789a — Mateusz Grzywacz 5 years ago
[EGD-5193] Eink - Power off the display

The eink has to be powered off sometimes. Implement a
timer of arbitrary timeout (3,8s) to power off the
display if it's not used.
0b75c629 — Mateusz Grzegorzek 5 years ago
[EGD-4873] Add colors to rt1051 logs

Bring back possibility to get colorful logs from rt1051.
Colored logs can be now turned on in runtime using
Logger::enableColors method.
dc00afaa — breichel 5 years ago
[EGD-5599] Change AT and DLC channels for big return

Change which allow to handle large return from
at commands both via UART and DLC-Commands
28d811bd — Lukasz Skrzypczak 5 years ago
[EGD-5677] Tune echo cancellation parameters

Tuned parameters according to Quectel guide
e1918179 — SP2FET 5 years ago
[EGD-5480] Bluetooth scan refactor

There was a need for Bluetooth scan code refactor. Here it is
f7a742d4 — breichel 5 years ago
[EGD-4386] Add VoLTE on/off functionality

Modem setup so that VoLTE connection is possible,
as long as there is LTE coverage
and the operator allows it.
bc76f736 — Przemyslaw Brudny 5 years ago
[EGD-5684] Add RichText empty line support

Added RichText option to add empty line. Tests added. Fixed
scroll up navigation line first char calculation.
Next