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
Maciej-Mudita
d528cac7df
[MOS-641] Fix SIM cards window
...
Creating menus and actions depending on the SIM card
lock status.
2022-11-22 09:49:55 +01:00
Kuba
6e12e5834f
[EGD-7738] Fix modem reset
...
Fixed modem reset procedur so now it will not stuck in cellular
init on factory fresh phone. Also removed T3/T4 board recognition.
2021-10-21 18:45:43 +02:00
Marcin Smoczyński
bd90e57516
[BH-907] Split utils module into components
...
Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2021-09-23 15:14:40 +02:00
Kuba
091e76ae7c
[EGD-6914] Fix missing no sim message
...
Added QSIMSTAT urc handler and command parser. Added
sim insertion state in SimCard. Now there No Sim response
is sended if sim is missing. Sim not respond timer removed
from Application Manager.
2021-09-09 13:41:08 +02:00
Wiktor S. Ovalle Correa
eb026fe8b0
[EGD-6907] Introduce ModemState in Cellular
...
We should not use Cellular's internal states to drive
other system parts, especially applications
2021-06-08 18:42:37 +02:00
Wiktor S. Ovalle Correa
d10019c643
[EGD-6898] Remove dead SimProcedure code
...
There were leftovers from an earlier SIM initialization procedure
2021-06-07 14:59:14 +02:00
Wiktor S. Ovalle Correa
43e8b862ac
[EGD-6896] Sanitize Tray event handling
...
Tray events were handled inconsistently with its Message used
in a separate context
2021-06-04 09:38:44 +02:00
Adam Dobrowolski
23b3fd51e5
[EGD-6400] Added no autolocking while torch on feature
...
When torch is on we don't want to be able to autolock phone
2021-06-02 12:13:43 +02:00
Wiktor S. Ovalle Correa
c1bb6c1bae
[EGD-6746] Expose new Message types system-wide
...
Allow all modules to access Request/Notification Message send templates.
2021-05-27 16:32:47 +02:00
Wiktor S. Ovalle Correa
b2ca227fd5
[EGD-6746] Use new SimCard implementation
...
Switch to SimCard implementation provided by previous commit
2021-05-20 17:52:48 +02:00
Wiktor S. Ovalle Correa
39a09e8627
[EGD-6746] New SimCard implementation
...
New approach to the Cellular SimCard submodule
2021-05-18 17:57:29 +02:00