~aleteoryx/muditaos

3a793437 — Mateusz Grzywacz 5 years ago
[EGD-4835] Fix HIL Readme, code, so it works, rename, random GCC 10 fix

Polish README, so it works 1:1.
Rename method, so it blends better with its calls.
Delete old code, leave phone unlock.
Try not to see this random GCC 10 fix here.
859f17c9 — Mateusz Grzywacz 5 years ago
[EGD-4846] Change default HIL to autodetect Pure phone

No need to pass --port argument by default.
--port still needs to be passed if you want to use specific
phone or Linux simulator
3a70d030 — Mateusz Grzywacz 5 years ago
[EGD-4846] Add auto detect USB Pure Phones for HIL

Detect connected Pure phone automatically inside test harness (Python
library) by its Manufacturer and Product strings.
6c900d7b — Piotr Tański 5 years ago
[EGD-5166] Add query-callback synchronization mechanism

Receiver object cancels the callbacks at the end of its lifecycle.
34eb92ea — Piotr Tański 5 years ago
[EGD-4968] Add Service GUI documentation

GUI service documentation added.
bee3b04e — pawpMudita 5 years ago
[EGD-5150] Fix Crash on enter Settings Information

Loading bootCfg casues stack overflow in Settings module
and crash of application.
f3566bce — Krzysztof Móżdżyński 5 years ago
[EGD-4591] Change input language parser to load from files

Completely independent input language files and display language files.
Input language files are now loaded based on number of files in
"profiles" folder.
InputLanguageSettings window now shows input languages based on their
"filetype" value andfiles in "profiles" folder.
15218581 — Maciej-Mudita 5 years ago
[EGD-4887] Add PLL2 clock switching

Pll2 will be disabled at the lowest CPU frequency,
which will save power
ff180ed7 — Tomasz Langowski 5 years ago
[EGD-5140] Fix default borderCallback navigation in GridLayout

Fix default borderCallback navigation in GridLayout
87f118fd — Pawel Olejniczak 5 years ago
[EGD-4317] Fix newly added contact recognized as a duplicate

of temporary contact. Newly added contact is no longer considered
as a duplicate of a temporary one.
It simply replaces the temporary contact, if its number matches.
52ad797f — pawpMudita 5 years ago
[EGD-4737] Add VoLTE ON/OFF switch in Settings Network window

Add VoLTE ON/OFF switch in Settings Network window
0c3cc549 — Mateusz Grzegorzek 5 years ago
[EGD-4706] Change log for RT1051 and Linux platform

Unify log for RT1051 and linux platform.
Add Logger class where common functions
for RT1051 and Linux are stored.
66415929 — Wiktor S. Ovalle Correa 5 years ago
[EGD-4712] Change quickstart.md to reflect current project state

Quickstart documentation was a bit out-of-date, thus containing some
minor inaccuracies. Also document didn't actually reflect desired
sequence of user actions.
1bdc8295 — Hubert Chrzaniuk 5 years ago
[EGD-5086] Change audio device switching logic

Upon hardware change event, audio profile had been switched multiple
times forcing redundant initializations of all related objects. Logic
has been optimized and prepared for further refactor. Now upon hardware
event objects are initialized exactly once.
9da3f0d8 — mkamonMdt 5 years ago
[EGD-4973] Fix absent notifications on home screen

SMS and Calls notifications require default init
of respective data base. Displaying notifications
require wider space reservation for some digits
(e.g. `8`)
30d6ddbe — breichel 5 years ago
[EGD-4920] Add API to get current operator name

Asynchronous API to get operator name,
also possibility to easy extend solution for
current operator technology and information about
operator selection mode (automatic/hand).
759bee96 — breichel 5 years ago
[EGD-4919] Add API functionality to set operator

Functionality for set operator (with name) and
set autoselect were added.
a5f95782 — breichel 5 years ago
[EGD-4628] Add APN settings and URC handler for PDP context

Classes supporting APN settings on modem and telephone
configuration (synchronization) have been constructed.
Possibility of asynchronous execution
of individual actions via ServiceCellularAPI.
Added message with information about deactivation of the
PDP context (URC) that the
application / service can listen on.
e7b9bcf7 — Przemyslaw Brudny 5 years ago
[EGD-5133] Fix settings bus add duplications

Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
3f29c30b — Piotr Tański 5 years ago
[EGD-4968] Change GUI service to optimize flow and memory management

Gui and Eink services refactor.
Displaying frames performance optimization.
Critical resources management.
Next