~aleteoryx/muditaos

ref: 00fd29f8bd867f09f7d34b032e3dab5067ccc539 muditaos/module-apps d---------
00fd29f8 — Marcin Zieliński 3 years ago
[MOS-477] Add the call log erasing option

Add the call log erasing option
b4e406eb — Marcin Zieliński 3 years ago
[MOS-477] Fix a misleading calls DB message

Fix a misleading calls DB message
e221fe92 — Lefucjusz 3 years ago
[MOS-473] Long time to refresh network coverage fix

Fix of the issue that after the system has started
the network coverage wasn't updated for a long time
on the lock screen
720f56e3 — Adam Dobrowolski 3 years ago
[MOS-419] Removed AbortCall as popup and fixed tethering poup

Removed dead code causing harm
Moved tethering to call logic
0b223771 — Paweł Joński 3 years ago
[BH-1489] Prevent popups from clearing settings screen

Prevent popups from clearing settings screen
Popups default switch reason is set to Popup instead of PhoneLock
f3ef3c52 — Paweł Joński 3 years ago
[BH-1494] Fix frontlight settings arrows

Fix frontlight settings arrows
508d6b8e — Pawel Olejniczak 3 years ago
[MOS-417] Change empty contact selection window in messages

Adding a contact from the contact selection window in the messages app
is not allowed. This commit deletes misleading information
about the possibility to add a new contact from this window.
f5c530e0 — Lefucjusz 3 years ago
[MOS-418] Add zero padding when setting alarm time

Added zero padding to alarm time fields when setting
alarm time.
c0f5243b — Lefucjusz 3 years ago
[MOS-402] Time legibility on lock screen fix

Fix of the issue that time on the lock screen was
getting illegible after a few hours. This change
fixes the problem by performing deep refresh
instead of fast refresh every 30 minutes. The
refresh rate can be easily changed, as it is stored
in settings database.
3c06075d — Maciej Gibowicz 3 years ago
[MOS-392] Increase the stack size for tasks

Increased stack for:
ApplicationSpecialInput, FileIndexer and ApplicationManager
e7444ff3 — Bartosz Cichocki 3 years ago
[MOS-263] Fix DTMF handling in Pure

By accident, I've broke DTMF handling via Pure's keyboard
This was because of non strict description of API method.
Now, it has been unified to use ASCII code
[MOS-420] Fix Call ending with sms reworked

Reworked ending with sms is now reworked. Sms is send by call app,
application messages is only providing template text.
Also call hangup and sms send order is changed due to delays caused by
sending sms.
[MOS-416] Fix missing translate fixed

Fixed missing translate on call from private number.
97e9d7b7 — Mateusz Piesta 3 years ago
[BH-1449] Fix gui/eink dependencies

* Dependencies between service-gui and service-eink
have been correctly defined.
* System close routine was replaced with the sequential one
which should solve many bell issues.
* It also fixes BH-1406 and BH-1442.
* Fixed some weird CMake issues in module-audio and
several other modules.
* Fixed service-gui closing routine
* Removed unneeded messages/states from service-gui/eink.
* Enhanced app-mgr closing routine. Fixed closing action handling.
3e7e5c6b — Lefucjusz 3 years ago
[MOS-402] Illegible time bug fix

Fix for the bug that after a few hours of inactivity
time on lock screen was getting illegible.
[MOS-326] Change call logic removed from call window

Call logic is now removed from call window and call app.
There was spaghetti logic mixed in window and app, now
call logic is based on notificatins from service cellular.
cc02ffff — Adam Dobrowolski 3 years ago
[MOS-258] System profile util works with separate rtt

Profiling Move RTT handling to interfacing library
Library for msgpack sink
magic enum updated
performance monitor fixups
9d5374b2 — Bartosz Cichocki 3 years ago
[MOS-292] Update bluetooth translations

Updated bluetooth pairing popup translations
[MOS-325] AudioServiceAPI removed from Call app

AudioServiceAPI is now removed from Call app.
Call audio routing is handled in service cellular.
dd3eeaf1 — Lefucjusz 3 years ago
[MOS-240] PVS Studio analysis bugs fix

Fixes to major part of issues found
by PVS Studio static analysis
mainly micro-optimisations
Next