Lefucjusz
d2b9a10dd3
[MOS-1002] Change USSD code handling to match design
...
Fixed issues with GUI behaviour on failed
USSD code handling.
Minor code cleanup in several parts of system.
2023-08-02 12:07:29 +02:00
Lukasz Mastalerz
f7ad63c951
[BH-1412] Fix services dependencies
...
Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
2023-08-01 17:22:48 +02:00
Kuba Kleczkowski
c514fc53bb
[MOS-47] Fixed non closed USSD session
...
USSD pull session was not closed when USSD popup
was closed by back button. Also USSD code was slightly
refactored.
2023-03-03 17:31:38 +01:00
Bartosz Cichocki
228fca4b83
[MOS-463] Unify cellular namespace
...
Unified cellular namespace, fixed test buildiing,
removed some unused includes
2022-06-08 10:54:29 +02:00
Adam Dobrowolski
3343f02809
[MOS-266] Call StateMachine implementation
...
With some tests, documentation and so on
2022-05-02 15:54:33 +02:00
Kuba
3454dade99
[MOS-325] AudioServiceAPI removed from Call app
...
AudioServiceAPI is now removed from Call app.
Call audio routing is handled in service cellular.
2022-03-28 16:42:35 +02:00
Alek Rudnik
05c8d3117c
[EGD-7860] Fix for call error flow
...
Make sure it is not possible to request a call twice.
Added new error windows for general call error and
no network connection.
Make sure there are no issues when call is requested
from external app e.g. from callog or phonebook.
2021-12-09 21:06:08 +01:00
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