~aleteoryx/muditaos

ref: 167846b1f9bae0b41f209e8b87b2bd9dced5f503 muditaos/module-services d---------
409b9b77 — Adam Dobrowolski 3 years ago
[MOS-516] FIX: tethering while call disabled

We discard tethering while call now
2b1ae19d — Adam Dobrowolski 3 years ago
[MOS-512] Fix build with gcc12

As in topic
523eb6f5 — Lucjan Bryndza 3 years ago
[MOS-513] Fix issues related to the GCC12 gcc

Fix issues related to the GCC 12
Fix paths for ignore license headers
fc3b8370 — Bartosz Cichocki 3 years ago
[MOS-302] Fix application switching

During the incoming call apps apps instead of going to
background were closed, thus phone lock context
were lost. Now apps are being moved to the
background as they supposed to be
08a71027 — Adam Dobrowolski 3 years ago
[MOS-487] Review required renames

as in description
a5f621bc — Lefucjusz 3 years ago
[MOS-487] Added call events state machine

Added tests and calls substate
bluetooth sm diagram created
All old bluetooth tests reviewed and updated
removed new - with queue it's not required
removed TODO
Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
2664e8cc — Adam Dobrowolski 3 years ago
[MOS-487] Move switch case to sm

massive switch case removed
added logger
moved state machine implementation
added double dispatch
e6189398 — Adam Dobrowolski 3 years ago
[MOS-419] Without RING URC CLIP comes delayed

This is modem issue workaround
ebc97dc3 — Pawel Olejniczak 3 years ago
[CP-1310] Add timeLeftToNextAttempt field to security EP

The time of the next attempt to unlock the phone on
the MC side was bonded with the system time of
the MC host system. This could lead to issues when
the time on Pure was different than on MC host
operating system. Now everything relies on Pure
system time.
[MOS-451] Drop invalid SoC

Invalid state of charge is now dropped. Invalid SoC was interpreted
as 0% battery.
3d09ab49 — Maciej Gibowicz 3 years ago
[MOS-484] Fix freezes on the screen with the logo

Sometimes the Mudita logo screen was still visible
even though the phone turned on and initialized properly.
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.
Next