~aleteoryx/muditaos

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
fc05d5e6 — Maciej Gibowicz 3 years ago
[MOS-389] Fix phone stuck on shutdown screen

The phone sometimes remained on the power off screen
during system shutdown.
199ca0e5 — Paweł Joński 3 years ago
[BH-1464] Remove long greetings

Some greetins are too long to fit on the screen
9499bc25 — Adam Dobrowolski 3 years ago
[MOS-425] Crash fix on unchecked nullptr

Added with id propagation to OS
059d6daf — Paweł Joński 3 years ago
[BH-1454] Remove binary dependencies from linux build

Remove binary dependencies from linux build
f8d4fd0a — Tomasz Rybarski 3 years ago
[BH-1469] Main alarm default volume

Default volume set to 5
cf0475b8 — Paweł Joński 3 years ago
[BH-1472] Add correct form of minutes copy in meditation app

Add correct form of minutes copy in meditation app
f82a19bf — Paweł Joński 3 years ago
[BH-1463] Bedtime reminder regression fix

Bedtime reminder will popup on homescreen again
88e410e2 — Maciej Gibowicz 3 years ago
[MOS-444] Fix phone freezing on low battery screen

After exceeding the 10% threshold of the battery,
there was no reaction during charging and the phone freezes
on the screen with a low battery.
43f7da68 — Adam Dobrowolski 3 years ago
[MOS-266] Apply suggestions from code review

Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
3343f028 — Adam Dobrowolski 3 years ago
[MOS-266] Call StateMachine implementation

With some tests, documentation and so on
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
09556d41 — Lefucjusz 3 years ago
[MOS-442] No vibrations on incoming call with HFP fix

Fix for the problem that phone doesn't vibrate on incoming call
when connected to HFP device.
a14da13b — Pawel Olejniczak 3 years ago
[CP-1231] Refactor handlers in service desktop

Refactored handlers of ses::messages and
some cleanups in service desktop.
e5ae4510 — Bartosz Cichocki 3 years ago
[MOS-263] Remove unnecessary log

Removed log, which was left by accident
55bd8c09 — Bartosz Cichocki 3 years ago
[MOS-263] Add HFP DTMF handling

Added handling of HFP DTMF code sending,
fixed DTMF sending in cellular's code
3196d792 — Lefucjusz 3 years ago
[MOS-422] Incoming call sound both on HFP and Pure fix

Fix of the issue that incoming call sound was played
both in Pure speaker and HFP device while HFP profile
connected.
74c3691d — Lefucjusz 3 years ago
[MOS-368] Add possibility to place call from HFP

Added implementation enabling user to place call
with the phone number supplied from HFP device
Some minor HFP state machine handling fixes
e693cffe — Pawel Olejniczak 3 years ago
[CP-1232] Extend messages EP API with getThreadByID method

Add API for getting single thread by its ID.
Next