~aleteoryx/muditaos

ref: 00fd29f8bd867f09f7d34b032e3dab5067ccc539 muditaos/module-services d---------
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
5d2b8bbb — Bartosz Cichocki 3 years ago
[MOS-506] Apply new audio config from R&D in Wrocław

After taking measurements and tweaking the audio paths with audio
specialists, we found out pretty good settings which should be
incorporated into the code
434a335e — Lefucjusz 3 years ago
[MOS-411] Wired headset audio fix

Fixes non-working wired headset audio
during call
92940f0c — Maciej Gibowicz 3 years ago
[MOS-453] Fix HF on Low Battery Notification

Fix in action handling in ApplicationManager
81790f22 — Adam Dobrowolski 3 years ago
[MOS-459] Wait with GUI change till RING delay

As in the description, we can wait with audio etc too - as it's stupid
othervise
83bbacf6 — Lefucjusz 3 years ago
[MOS-457] Alarms list updating fix

Fix of the issue that adding or deleting alarm in
alarms app didn't result in immediate updating
of the alarms list - app has to be closed and
opened for changes to be seen
e7522542 — Adam Dobrowolski 3 years ago
[MOS-460] Call starting - no audio beep when calling

Fixed
c2f38ad4 — Bartosz Cichocki 3 years ago
[MOS-452] Fix BT keys duplicates

Due to possibility to have duplicated entries per BT address
BT stack was requesting pairing when wrong key has been provided.
Now, all previous key entries are deleted prior adding.
[MOS-450] Fix turn off torch on critical battery level

Torch is now disabled on critical low battery level.
It will protect from battery draining.
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
9499bc25 — Adam Dobrowolski 3 years ago
[MOS-425] Crash fix on unchecked nullptr

Added with id propagation to OS
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.
Next