Commit Graph

15 Commits

Author SHA1 Message Date
Marcin Smoczyński
958ce4906c [BH-897] Split module-sys
Split system module to better manage dependencies between system
components.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2021-09-21 16:11:59 +02:00
Mateusz Grzegorzek
e1ef821609 [BH-741] Split ApplicationManager
Separate Pure and Bell ApplicationManager functionalities
to separate files.
2021-08-18 14:29:51 +02:00
Piotr Tański
efef7dcf7f [EGD-6111] Timers refactored
Deep refactor of system timers.
2021-03-19 14:09:35 +01:00
Kuba Kleczkowski
993235b7b7 [EGD-5740] Change cellular message handlers
Phone modes dependent message handlig is moved to separated
handlers.
2021-02-23 17:41:53 +01:00
Hubert Chrzaniuk
3cc558b02a [EGD-2931] Fix private number incoming calls
The change adjusts both cellular service as well as
call and call log applications to handle properly
incoming calls from private numbers.
2021-02-12 10:32:15 +01:00
Piotr Tański
bc4d32c7d8 [EGD-5158] Change access to the bus methods
The bus is now accessible only via Service object.
2021-02-08 16:56:42 +01:00
Kuba
20c7efdd71 [EGD-4861] Call waiting response parser
It allows to show proper GUI windows for call waiting MMI responses.
2021-01-28 16:59:49 +01:00
Kuba
cb729513eb [EGD-4862] Add CLIP, CLIR etc responses parser
It allows to show proper GUI windows for CLIP,
 CLIR and IMEI MMI response
2021-01-27 10:51:18 +01:00
Kuba
3baacec678 [EGD-4860] Add call barring response parser
It allows to show proper GUI windows for call barring MMI responses.
2021-01-26 15:02:11 +01:00
Kuba
0f2503e76d [EGD-4859] Add call forwarding parser
It allows to show proper GUI windows for call forwarding MMI responses.
2021-01-25 13:23:32 +01:00
Hubert Chrzaniuk
fc5ab3a70c [EGD-5325] Remove using namespace directives from headers
"Using namespace" directive should not be added in headers
because this practice pollutes source files.
2021-01-22 11:25:45 +01:00
pawpMudita
ec26699ca8 [EGD-4898] Add GUI for Custom MMI messages- call forwarding
Visitor framework for displaing MMI messages.
GUI for call forwarding custom messages.
2020-12-22 13:53:38 +01:00
Kuba
e3d98f5df5 [EGD-4856] Add Custom MMI message
Adds custom MMI respponse mesage.
It will be used by MMI response window to translate message.
2020-12-17 11:33:18 +01:00
kkleczkowski
608839d453 [EGD-4423] Added MMI convertible to action messages. (#1087)
* [EGD-4423] Added MMI convertible to action messages.

* [EGD-4423] Fixed message type.

* [EGD-4423] Review applied.

* [EGD-4423] Unneded message removed, restored cellular log blocking.

Co-authored-by: Kuba Kleczkowski <dd>
2020-11-26 15:44:36 +01:00
Hubert Chrzaniuk
253ff8685c [EGD-4403][EGD-4412] MMI support (#1021)
* cleaned up namespace and class naming in MMI framework
* extended MMI framework to support call forwarding and
  password change MMIs
* added support for requests that have different
  number of regex capture groups
* added MMI framework tests
2020-11-19 17:02:30 +01:00